mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
feat: support staticInitialize
This commit is contained in:
@@ -77,6 +77,7 @@ export default function MemShellPage() {
|
||||
injectorClassName: urlParams.injectorClassName ?? "",
|
||||
packingMethod: urlParams.packingMethod ?? "",
|
||||
shrink: urlParams.shrink ?? true,
|
||||
staticInitialize: true,
|
||||
shellClassBase64: urlParams.shellClassBase64 ?? "",
|
||||
},
|
||||
});
|
||||
|
||||
@@ -57,6 +57,7 @@ export default function ProbeShellGenerator() {
|
||||
seconds: 5,
|
||||
sleepServer: "Tomcat",
|
||||
shrink: true,
|
||||
staticInitialize: true
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user