-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from firmianay/dev3
fix dexToJava on Mac/Windows
- Loading branch information
Showing
52 changed files
with
137 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
{ | ||
//apk to anlayze | ||
"apkPath": "/Users/aaa/Downloads/app.apk", | ||
|
||
//result output directory | ||
// "out": "out", | ||
// "out": "out", | ||
|
||
//specifies the rules, default is all *.json files in the $rulePath directory | ||
// "rules": "unZipSlip.json", | ||
// "rules": "unZipSlip.json", | ||
|
||
//specifies the rule's parent directory, default is ./config/rules | ||
// "rulePath": "config/rules" | ||
// "rulePath": "config/rules", | ||
|
||
//print more info about this rule | ||
// "debugRule": "unZipSlip" | ||
// "debugRule": "unZipSlip", | ||
|
||
//output log level | ||
// "logLevel": 0, | ||
|
||
//display the decompiled java code in the results | ||
// "javaSource": true, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.