You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using JADX 1.5.0 to decompile the same APK file multiple times and comparing the differences between two folders. Each time, the results vary slightly. This seems to be related to package visibility. Here is an example:
jadx /Users/andrew/test.apk --comments-level none
Relevant log output or stacktrace
No response
Provide sample and class/method full name
No response
Jadx version
1.5.0
The text was updated successfully, but these errors were encountered:
Also to me this non-deterministic decompiling results are annoying.
I can't use it to compare two versions of code.
If Jadx each time I decompile the same code gives different result s it renders it nearly useless for the task of comparing different versions of code.
A workaround like what parameter to use so jad is deterministic would greatly help.
I think the issue with access modifiers was fixed by PR #2235.
For other issues, please try to set threads count to 1 (--threads-count flag in cli).
If this not help, please report such cases (with attached sample) in #1089 or open a new issue.
Issue details
I'm using JADX 1.5.0 to decompile the same APK file multiple times and comparing the differences between two folders. Each time, the results vary slightly. This seems to be related to package visibility. Here is an example:
jadx /Users/andrew/test.apk --comments-level none
Relevant log output or stacktrace
No response
Provide sample and class/method full name
No response
Jadx version
1.5.0
The text was updated successfully, but these errors were encountered: