daniellockyer / apkdiff

Diff between two APK files.
121 stars 24 forks source link

Add `--no-debug-info` to apktool #3

Closed nis-spiir closed 5 years ago

nis-spiir commented 5 years ago

From https://ibotpeaches.github.io/Apktool/documentation/

--no-debug-info Prevents baksmali from writing out debug info (.local, .param, .line, etc). Preferred to use if you are comparing smali from the same APK of different versions. The line numbers and debug will change among versions, which can make DIFF reports a pain.

daniellockyer commented 5 years ago

@nis-spiir Thanks!