java-deobfuscator / deobfuscator

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

Anti Java Decompiler/ Provide Transformer Please #534

Closed apkunpacker closed 4 years ago

apkunpacker commented 4 years ago

myapp2.apk.zip

Above is an apk and here is its jar file myapp2-enjarify.jar.zip

This is obfuscated with https://m.apkpure.com/bg-anti-decompile-reverse-java/com.bgplus.Anti.JavaDecompiler

I tried all transformer but string can not be decrypted . Please provide transformer for such jar .no need of deobfuscation just need transformer thanks

jackwpa commented 4 years ago

I tried JEB Decompiler on this file, it works just fine. It looks like the encrypted data is in the class ¢¢¢Þ. However, the log does not specify exactly how and where the decryption took place.

image

apkunpacker commented 4 years ago

858112513_303696 I know the decryption routine and decrypted at runtine also with frida but why not statically possible with this awesome deobfuscator . You are getting already decrypted string in JEB , probably you are using version above 3.11 , latest one 3.15 is already providing many automatic string decryption option