-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Error #14
Comments
hi guy, your dex is protected under some protector. http://www.strazzere.com/papers/DexEducation-PracticingSafeDex.pdf Please get the real dex on runtime and then try it with dex2jar. |
Yes the protector being used is ProGuard. I just could not efford the time to have a look into it with IDA Pro. What do you mean exactly by getting the real dex on runtime? |
as i known, proguard is a just an obfuscator, rename ids, optimize code. it does not encrypt code. the dex is modified by a protector, the code is encrypted, and decrypt on runtime. so try get the decrypted dex (the real dex) on runtime |
https://drive.google.com/open?id=0ByNGAVfceOvSbnJvbGNNazJEX3M&authuser=0
I guess it is the same error like in #10 #11 #12 #13
But i don't know if you need more "errors" to bring out a fix.
The text was updated successfully, but these errors were encountered: