Files
2022-09-10 05:55:56 -07:00

18 lines
265 B
TOML

[workspace]
members = [
"hash_params",
"process_hollowing",
"process_migration",
"rco_config",
"rco_utils",
"tcp_reverse_shell",
"xor_params",
"remote_access_trojan",
]
[profile.release]
lto = true
strip = true
panic = "abort"