mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
53b3d3428b
* i broke everything * fix some things i broke * clippy
21 lines
287 B
TOML
21 lines
287 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"hash_params",
|
|
"process_hollowing",
|
|
"process_migration",
|
|
"rco_config",
|
|
"rco_utils",
|
|
"tcp_reverse_shell",
|
|
"xor_params",
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = "z"
|
|
panic = "abort"
|
|
strip = true
|