-
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] support select multi dex files as input #936
Comments
Jadx can can load APK files and APK files contain multiple dex files. Hence from my perspective "multi dex files" can already be loaded. If this not what you had in mind please give more details. |
@jpstotz some apks use dynamic dex load, so can't read more java code from the original apk file. |
So you are not talking about "multi dex files" but multiple dex files you have downloaded manually from your device. That makes a significant difference! |
@jpstotz but the "multi dex files" all belong to one apk. |
@gMan1990 |
bytecode-viewer support multi dex files, but can not select mult dex files in file explorer |
I think this can be done. Now jadx allows this internally, so we just need to expose this in cli and gui. |
@gMan1990 tip: if you still need to do this you can use JEB, demo or else:
I found this trick on this blog https://www.pnfsoftware.com/blog/reversing-dexguard-encryption/ |
Done. |
like: dex encryption technology
The text was updated successfully, but these errors were encountered: