java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.57k stars 292 forks source link

Deobfuscation didn't work well #216

Closed pat-ford closed 3 years ago

pat-ford commented 6 years ago

Hi All; I have a dexguarded apk that doesn't seem to do much when passed through your program. Process I used 1) unzip apk (com.parental.control.v4-dexguarded_apk.zip) 2) dex2jar classes.dex (classes_dex2jar_jar.zip) 3) not much joy in the output (deobfused_jar.zip)

I know Android isn't your target just thought I'd share. Pat

Thank you!

deobfused_jar.zip classes_dex2jar_jar.zip com.parental.control.v4-dexguarded_apk.zip

pat-ford commented 6 years ago

BTW that apk is malware, so don't run it on a phone

ThisTestUser commented 6 years ago

DexGuardSampleDeob.zip Decrypted some strings here, but since its an android file and the dex2jar is not perfect, its not possible to remove everything. I highly suggest you use bytecode viewer to decompile it.