Add string obfuscation

This commit is contained in:
Michael Mikovsky
2025-11-08 17:58:40 -07:00
parent 3dba32264c
commit 997b98491a
14 changed files with 1311 additions and 10 deletions
+4
View File
@@ -5,6 +5,9 @@ name = "unshell-payload"
version = "0.1.0"
edition = "2024"
[features]
obfuscate = ["unshell-obfuscate/obfuscate"]
[dependencies]
env_logger = "0.11.8"
libloading = "0.8.9"
@@ -12,6 +15,7 @@ log = "0.4.28"
pretty_env_logger = "0.5.0"
# unshell-logger = {path = "../unshell-logger"}
unshell-lib = {path = "../unshell-lib"}
unshell-obfuscate = {path = "../unshell-obfuscate"}
[profile.release]
strip = true # Strip symbols from the binary