feat: support simple obfuscation (#13)

This commit is contained in:
ReaJason
2025-03-30 15:33:31 +08:00
parent e3a59e9f21
commit d57e691e1f
19 changed files with 78 additions and 34 deletions
+4 -2
View File
@@ -37,7 +37,8 @@
"shellMountType": "Shell Mount Type",
"shellTool": "Shell Tool",
"shrink": "Shrink Bytecode",
"urlPattern": "URL Pattern"
"urlPattern": "URL Pattern",
"obfuscate": "Obfuscate"
},
"optional": "(Optional)",
"packageConfig": {
@@ -130,7 +131,8 @@
"targetServerRequest": "Request",
"try-to-use-shell": "Try to use the memory shell",
"waitingForGeneration": "// Waiting for generation...",
"customShellClass": "Custom shell class is required, base64 or classfile"
"customShellClass": "Custom shell class is required, base64 or classfile",
"neoreGeorgObfuscate": "Do not support obfuscate for NeoreGeorg"
},
"version": {
"updateAvailable": "Update Available",
+4 -2
View File
@@ -37,7 +37,8 @@
"shellMountType": "内存马挂载类型",
"shellTool": "内存马功能",
"shrink": "缩小字节码",
"urlPattern": "请求路径"
"urlPattern": "请求路径",
"obfuscate": "代码混淆"
},
"optional": "(可选)",
"packageConfig": {
@@ -130,7 +131,8 @@
"targetServerRequest": "请求适配",
"try-to-use-shell": "尝试利用内存马",
"waitingForGeneration": "// 等待填写参数生成中...",
"customShellClass": "请输入自定义内存马类,base64 或类文件"
"customShellClass": "请输入自定义内存马类,base64 或类文件",
"neoreGeorgObfuscate": "NeoreGeorg 目前不支持代码混淆"
},
"version": {
"updateAvailable": "有可用升级",