mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support H2 packer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author ReaJason
|
||||
* @since 2025/6/27
|
||||
*/
|
||||
public class CommandExec {
|
||||
static {
|
||||
try {
|
||||
java.lang.Runtime.getRuntime().exec("open -a Calculator");
|
||||
} catch (IOException e) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user