mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
10 lines
172 B
Java
10 lines
172 B
Java
/**
|
|
* @author ReaJason
|
|
* @since 2025/5/16
|
|
*/
|
|
public class Main {
|
|
public static void main(String[] args) throws Exception {
|
|
Attacher.attach(args[0]);
|
|
}
|
|
}
|