code.addExceptionHandler(125, 128, 23, 0);
code.addExceptionHandler(60, 69, 69, 0);
code.addExceptionHandler(111, 114, 69, 0);
code.addExceptionHandler(79, 88, 88, 0);
code.addExceptionHandler(106, 109, 88, 0);
info.setCodeAttribute(code.toCodeAttribute());
clazz.addMethod(method);
clazz.writeFile("/tmp");
}
private static void addJump(Bytecode code, int opcode, int pos) {