mirror of
https://github.com/0xflux/Rust-APC-Queue-Injection
synced 2026-06-08 10:11:56 +00:00
15 lines
276 B
TOML
15 lines
276 B
TOML
[package]
|
|
name = "apc_inj"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies.windows]
|
|
version= "0.57.0"
|
|
features=[
|
|
"Win32_System_Threading",
|
|
"Win32_System_Memory",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_Security",
|
|
"Win32_System_Diagnostics_ToolHelp",
|
|
]
|