feat: support AgentAttacher Packer

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent f349586e09
commit d4df2f6ed7
24 changed files with 8361 additions and 11 deletions
@@ -0,0 +1,9 @@
/**
* @author ReaJason
* @since 2025/5/16
*/
public class Main {
public static void main(String[] args) throws Exception {
Attacher.attach(args[0]);
}
}