Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Hacking Guide+Broken Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Naville committed Mar 7, 2016
1 parent eea7eaa commit 28ef1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Template.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
print x
sys.exit(-1)
else:
outPath = outPath + sys.argv[1]+"Hooks/" + sys.argv[2] + ".xm"
outPath = outPath + sys.argv[1]+"/" + sys.argv[2] + ".xm"
xmString += "#import \"../SharedDefine.pch\"\n"
xmString += "%group " + sys.argv[2] + "\n"
xmString += " // Insert Your Hooks Here\n"
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Global config
makeFileString = ""
PathList = ["Hooks/APIHooks/", "Hooks/SDKHooks/", "Hooks/Utils/","Hooks/ThirdPartyTools/"]
PathList = ["Hooks/API/", "Hooks/SDK/", "Hooks/Utils/","Hooks/ThirdPartyTools/"]
ManualObflist=ManualObfuscation.ManualList
global toggleString
toggleString = "#import \"./Hooks/Obfuscation.h\"\nvoid GlobalInit() {\n"
Expand Down

0 comments on commit 28ef1cc

Please sign in to comment.