mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
18 lines
265 B
TOML
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"
|