Files
kmanc-remote_code_oxidation/Cargo.toml
T
kmanc cea2e51ba0 Code style (#54)
* 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>
2022-08-18 04:54:13 -07:00

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"