mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
fcbd72f969
* size optimizations * updates to lock
19 lines
271 B
TOML
19 lines
271 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"hash_params",
|
|
"process_hollowing",
|
|
"process_migration",
|
|
"rco_config",
|
|
"rco_utils",
|
|
"tcp_reverse_shell",
|
|
"xor_params",
|
|
]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = "z"
|
|
panic = "abort"
|
|
strip = true
|