feat: support asm relocate to ignore server inner asm

This commit is contained in:
ReaJason
2025-03-29 14:19:25 +08:00
parent dd6e35d4fc
commit 36027167d5
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);
}
}
}