From 702ac67e979faafd8750cb1cf262972f8026e845 Mon Sep 17 00:00:00 2001 From: Naville <403799106@qq.com> Date: Fri, 22 Jul 2016 11:42:06 +0800 Subject: [PATCH] Shamefully Borrowed Issues Template From THEOS --- .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ .gitignore | 1 + Makefile | 15 ++++++++------- VERSION | 2 +- 4 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c99b088 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ +(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.) + +What are the steps to reproduce this issue? +------------------------------------------- +1. … +2. … +3. … + +What happens? +------------- +… + +What were you expecting to happen? +---------------------------------- +… + +Any logs, error output, etc? +---------------------------- +(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) + + +Any other comments? +------------------- +… + +What versions of software are you using? +---------------------------------------- +**Operating System:** … + +**SDK Version:** … + +If WTFJH crashes for a certain App. Please insert download link to the app here +---------------------------------------- +**LINK:** … \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1cf0882..d4b1937 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Cycript.framework *.zip ThirdPartyTools/DeviceIDFake/ *.a +./Makefile Reveal.app/ Reveal* Reveal.framework diff --git a/Makefile b/Makefile index 37fd18d..6c4540a 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ -export CFLAGS=-Wp,"-DWTFJHTWEAKNAME=@\"EQK0906YVPB86Q3\","-DWTFJHHostName=@\"Naville-Zhang-Retina-MacBook-Pro-2\" +export CFLAGS=-Wp,"-DWTFJHTWEAKNAME=@\"00QE4M5MV6FPB0L\",-DNonJailbroken,"-DWTFJHHostName=@\"Naville-Zhang-Retina-MacBook-Pro-2\" include theos/makefiles/common.mk -TWEAK_NAME = EQK0906YVPB86Q3 -SUBSTRATE ?= yes -EQK0906YVPB86Q3_FILES = Tweak.xm CompileDefines.xm Hooks/API/AppleAccount.xm Hooks/API/CommonCryptor.xm Hooks/API/CommonDigest.xm Hooks/API/CommonHMAC.xm Hooks/API/CommonKeyDerivation.xm Hooks/API/CoreTelephony.xm Hooks/API/dlfcn.xm Hooks/API/Keychain.xm Hooks/API/libC.xm Hooks/API/libMobileGestalt.xm Hooks/API/LSApplication.xm Hooks/API/MachO.xm Hooks/API/Notification.xm Hooks/API/NSData.xm Hooks/API/NSFileHandle.xm Hooks/API/NSFileManager.xm Hooks/API/NSHTTPCookie.xm Hooks/API/NSInputStream.xm Hooks/API/NSKeyedArchiver.xm Hooks/API/NSKeyedUnarchiver.xm Hooks/API/NSOutputStream.xm Hooks/API/NSProcessInfo.xm Hooks/API/NSURLConnection.xm Hooks/API/NSURLCredential.xm Hooks/API/NSURLSession.xm Hooks/API/NSUserDefaults.xm Hooks/API/NSXMLParser.xm Hooks/API/ObjCRuntime.xm Hooks/API/Security.xm Hooks/API/Socket.xm Hooks/API/SSLKillSwitch.xm Hooks/API/sysctl.xm Hooks/API/UIPasteboard.xm Hooks/SDK/FclBlowfish.xm Hooks/SDK/JSPatch.xm Hooks/SDK/OpenSSLAES.xm Hooks/SDK/OpenSSLBlowFish.xm Hooks/SDK/OpenSSLMD5.xm Hooks/SDK/OpenSSLSHA1.xm Hooks/SDK/OpenSSLSHA512.xm Hooks/SDK/Reveal.xm Hooks/SDK/Wax.xm Hooks/Utils/CallStackInspector.m Hooks/Utils/CallTracer.m Hooks/Utils/DelegateProxies.m Hooks/Utils/NSURLConnectionDelegateProx.m Hooks/Utils/NSURLSessionDelegateProxy.m Hooks/Utils/PlistObjectConverter.m Hooks/Utils/RemoteLogSender.m Hooks/Utils/RuntimeUtils.m Hooks/Utils/SQLiteStorage.m Hooks/Utils/Utils.m Hooks/ThirdPartyTools/classdumpdyld.xm Hooks/ThirdPartyTools/dumpdecrypted.xm Hooks/ThirdPartyTools/InspectiveC.xm Hooks/Misc/Cycript.xm Hooks/Misc/fishhook.c Hooks/Misc/RemoveASLR.xm Hooks/Misc/SplitMachO.mm Hooks/Misc/WTSubstrate.mm +TWEAK_NAME = 00QE4M5MV6FPB0L +SUBSTRATE ?= no +00QE4M5MV6FPB0L_USE_SUBSTRATE = $(SUBSTRATE) +00QE4M5MV6FPB0L_FILES = Tweak.xm CompileDefines.xm Hooks/API/AppleAccount.xm Hooks/API/CommonCryptor.xm Hooks/API/CommonDigest.xm Hooks/API/CommonHMAC.xm Hooks/API/CommonKeyDerivation.xm Hooks/API/CoreTelephony.xm Hooks/API/dlfcn.xm Hooks/API/Keychain.xm Hooks/API/libC.xm Hooks/API/libMobileGestalt.xm Hooks/API/LSApplication.xm Hooks/API/MachO.xm Hooks/API/Notification.xm Hooks/API/NSData.xm Hooks/API/NSFileHandle.xm Hooks/API/NSFileManager.xm Hooks/API/NSHTTPCookie.xm Hooks/API/NSInputStream.xm Hooks/API/NSKeyedArchiver.xm Hooks/API/NSKeyedUnarchiver.xm Hooks/API/NSOutputStream.xm Hooks/API/NSProcessInfo.xm Hooks/API/NSURLConnection.xm Hooks/API/NSURLCredential.xm Hooks/API/NSURLSession.xm Hooks/API/NSUserDefaults.xm Hooks/API/NSXMLParser.xm Hooks/API/ObjCRuntime.xm Hooks/API/Security.xm Hooks/API/Socket.xm Hooks/API/SSLKillSwitch.xm Hooks/API/sysctl.xm Hooks/API/UIPasteboard.xm Hooks/SDK/FclBlowfish.xm Hooks/SDK/JSPatch.xm Hooks/SDK/OpenSSLAES.xm Hooks/SDK/OpenSSLBlowFish.xm Hooks/SDK/OpenSSLMD5.xm Hooks/SDK/OpenSSLSHA1.xm Hooks/SDK/OpenSSLSHA512.xm Hooks/SDK/Reveal.xm Hooks/SDK/Wax.xm Hooks/Utils/CallStackInspector.m Hooks/Utils/CallTracer.m Hooks/Utils/DelegateProxies.m Hooks/Utils/NSURLConnectionDelegateProx.m Hooks/Utils/NSURLSessionDelegateProxy.m Hooks/Utils/PlistObjectConverter.m Hooks/Utils/RemoteLogSender.m Hooks/Utils/RuntimeUtils.m Hooks/Utils/SQLiteStorage.m Hooks/Utils/Utils.m Hooks/ThirdPartyTools/classdumpdyld.xm Hooks/ThirdPartyTools/dumpdecrypted.xm Hooks/ThirdPartyTools/InspectiveC.xm Hooks/Misc/Cycript.xm Hooks/Misc/fishhook.c Hooks/Misc/RemoveASLR.xm Hooks/Misc/SplitMachO.mm Hooks/Misc/WTSubstrate.mm ADDITIONAL_CCFLAGS = -Qunused-arguments ADDITIONAL_LDFLAGS = -F./ -Wl,-segalign,4000,-sectcreate,WTFJH,SIGDB,./SignatureDatabase.plist,-sectcreate,WTFJH,classdumpdyld,./classdumpdyld.dylib,-sectcreate,WTFJH,dumpdecrypted,./dumpdecrypted.dylib,-sectcreate,WTFJH,InspectiveC,./InspectiveC.dylib -lz -L. -v -force_load libcapstone.a -force_load libkeystone.a - -EQK0906YVPB86Q3_LIBRARIES = sqlite3 substrate stdc++ c++ -EQK0906YVPB86Q3_FRAMEWORKS = Foundation UIKit Security JavaScriptCore Cycript Reveal UIKit CoreGraphics CoreFoundation QuartzCore CFNetwork +00QE4M5MV6FPB0L_CFLAGS+=-Wno-unused-function +00QE4M5MV6FPB0L_LIBRARIES = sqlite3 substrate stdc++ c++ +00QE4M5MV6FPB0L_FRAMEWORKS = Foundation UIKit Security JavaScriptCore Cycript Reveal UIKit CoreGraphics CoreFoundation QuartzCore CFNetwork include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" \ No newline at end of file diff --git a/VERSION b/VERSION index c4c828b..304feab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -386 \ No newline at end of file +387 \ No newline at end of file