Closed wanalearncode closed 4 years ago
Super late reply here, but the problem seems to be that javavm is using ASM 6.0, while the ASM version in the deobfuscator project is 7.1. You can try changing the ASM version to 6.0 to fix this.
No reply for several months. Closing.
ok so now when I build the project I have that: mvn clean install -U
I have last java 8 jdk when It try to add this to pom.xml:
it seems to build with no error but some warning here is build try:
when I try use the .jar from build result, I have this kind of error seems to be a VM error
Any idea what I did wrong? Thank you!