Skip to content

Commit f592532

Browse files
committed
Get Baksmali to output like apktool (-ls)
1 parent bd133eb commit f592532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def exists(program):
6464

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

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

0 commit comments

Comments
 (0)