mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
cea2e51ba0
* no substantive changes, just small updates * shouldn't be any real change, just some code style best practices * dunno how this didn't get added to the last commit * Update reverse shell badge data via Github Action * Update process migration badge data via Github Action * Update process hollowing badge data via Github Action Co-authored-by: kmanc <kmanc@users.noreply.github.com>
17 lines
237 B
TOML
17 lines
237 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"hash_params",
|
|
"process_hollowing",
|
|
"process_migration",
|
|
"rco_config",
|
|
"rco_utils",
|
|
"tcp_reverse_shell",
|
|
"xor_params",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
panic = "abort"
|