mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
16 lines
269 B
TOML
16 lines
269 B
TOML
[package]
|
|
name = "dropper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
winapi = { version = "0.3.9", features = [
|
|
"winreg", "winnt", "minwindef", "handleapi", "processthreadsapi"
|
|
] }
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true
|