Files
unshell/unshell-obfuscate/Cargo.toml
T
Michael Mikovsky a7cd65f7ae ASM Obfuscation
2025-12-13 16:49:32 -07:00

20 lines
320 B
TOML

[package]
name = "unshell-obfuscate"
edition = "2024"
[lib]
proc-macro = true
[features]
# default = ["obfuscate"]
obfuscate = []
[dependencies]
unshell-crypt = {path = "../unshell-crypt"}
quote = "1.0.42"
syn = {version = "2.0.109", features = ["full"]}
proc-macro2 = "1.0.103"
static_init = "1.0.4"
rand = "0.9.2"