ASM Obfuscation

This commit is contained in:
Michael Mikovsky
2025-12-13 16:49:32 -07:00
parent 7525b9a213
commit a7cd65f7ae
10 changed files with 1131 additions and 148 deletions
+4 -2
View File
@@ -10,8 +10,10 @@ proc-macro = true
obfuscate = []
[dependencies]
unshell-crypt = {path = "../unshell-crypt"}
quote = "1.0.42"
syn = {version = "2.0.109", features = ["full"]}
proc-macro2 = "1.0.103"
unshell-crypt = {path = "../unshell-crypt"}
static_init = "1.0.4"
rand = "0.9.2"