Skip to content

Commit

Permalink
Get Baksmali to output like apktool (-ls)
Browse files Browse the repository at this point in the history
  • Loading branch information
souramoo committed Sep 11, 2016
1 parent bd133eb commit f592532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def exists(program):

# disassemble it
print(" *** Disassembling framework...")
subprocess.check_call(["java", "-jar", os.path.join(SCRIPT_DIR, "tools", "baksmali.jar"), "framework.jar", "-o", "classes"])
subprocess.check_call(["java", "-jar", os.path.join(SCRIPT_DIR, "tools", "baksmali.jar"), "framework.jar", "-o", "classes", "-ls"])

# do the injection
print(" *** Done. Now this won't hurt a bit...")
Expand Down

0 comments on commit f592532

Please sign in to comment.