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
I am using jadx to decompile class files that were originally written in textual bytecode using Jasmin. I am aware that this is an atypical use case and so may be out of scope for jadx! The original method is relatively simple to restructure by hand so I am opening an issue in case it is of interest:
Issue details
I am using jadx to decompile class files that were originally written in textual bytecode using Jasmin. I am aware that this is an atypical use case and so may be out of scope for jadx! The original method is relatively simple to restructure by hand so I am opening an issue in case it is of interest:
However jadx fails to decompile and warns that code restructuring fails:
Relevant log output or stacktrace
No response
Provide sample and class/method full name
I attach a .zip file with the following:
program.j
which is the original bytecode progamTestCase.class
which is the class file associated withprogram.j
TestCase.java
which is the output of applying JadX toTestCase.class
example.zip
Jadx version
1.5.0
The text was updated successfully, but these errors were encountered: