-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] add verify dex file checksum switch #1385
Labels
Comments
skylot
added a commit
that referenced
this issue
Feb 21, 2022
@Jackjun724 done. New option to disable checksum verification added for cli and gui. |
Thank you for you 🙂 |
skylot
added a commit
that referenced
this issue
Feb 22, 2022
@Jackjun724 thanks! NPE fixed 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have bad dex file, it's checksum is error. It comes from the frida-DEXDUMP, I used to use 1.2.0 version of jadx, which can normally open this DEX (maybe there are some errors). In 1.3.3 version, I can't open it. I think decompiling some code is better than unable to decompile. I think jadx need a switch to control
verify dex file checksum
The text was updated successfully, but these errors were encountered: