Files
trickster0-OffensiveRust/Process_Injection_CreateRemoteThread/Cargo.toml
T

11 lines
295 B
TOML

[package]
name = "Process_Injection_CreateThread"
version = "0.1.0"
edition = "2018"
author = "trickster0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kernel32-sys = "0.2.2"
winapi = {version = "0.3.9", features = ["winnt"] }