classfile-rs
classfile-rs copied to clipboard
Does not work
public class TestClass {
public static void main(String[] args) {
try {
System.out.println("Hello,");
if("a".equals("b")) {
return;
}
System.out.println("World!");
}catch(Exception e) {
System.out.println("Exception");
}
}
}
Error: analyze_file "TestClass.class"
Caused by:
Unknown Instruction 4C