You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a possibility for Jadx to deobfuscate/evaluate the code, in addition to correctly decompiling it? It'd be very useful to see the result somewhere.
Is there a possibility for Jadx to deobfuscate/evaluate the code
This requires some kind of byte code interpretation, and this is a very complex task.
I was hoping that https://github.com/CalebFenton/simplify project will implement this, but it looks abandon now, and I am not sure at which state it stop, anyway, you can try it.
Issue details
The following obfuscated Smali code turns into this invalid Java code:
Is there a possibility for Jadx to deobfuscate/evaluate the code, in addition to correctly decompiling it? It'd be very useful to see the result somewhere.
Relevant log output or stacktrace
No response
Provide sample and class/method full name
Results in the char array
spankki
Jadx version
1.5.0
The text was updated successfully, but these errors were encountered: