mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support simple obfuscation (#13)
This commit is contained in:
+5
@@ -232,8 +232,13 @@ public class ShellAssertionTool {
|
||||
.targetJreVersion(targetJdkVersion)
|
||||
.debug(true)
|
||||
.shrink(true)
|
||||
.obfuscate(true)
|
||||
.build();
|
||||
|
||||
if (ShellTool.NeoreGeorg.equals(shellTool)) {
|
||||
shellConfig.setObfuscate(false);
|
||||
}
|
||||
|
||||
ShellToolConfig shellToolConfig = null;
|
||||
String uniqueName = shellTool + RandomStringUtils.randomAlphabetic(5) + shellType + RandomStringUtils.randomAlphabetic(5) + packer.name();
|
||||
switch (shellTool) {
|
||||
|
||||
Reference in New Issue
Block a user