feat: support asm relocate to ignore server inner asm

This commit is contained in:
ReaJason
2025-03-30 15:33:31 +08:00
parent 476d92f173
commit 3ced92f2d0
10 changed files with 106 additions and 40 deletions
@@ -193,4 +193,4 @@ public class CommandHandlerAsmMethodVisitor extends MethodVisitor {
// End of catch block
mv.visitLabel(afterCatch);
}
}
}