Files
2022-06-17 10:37:27 +03:00

12 lines
386 B
TOML

[package]
name = "UUID_Shellcode_Execution"
version = "0.1.0"
edition = "2018"
author = "Furkan Ayar ( @frknayar )"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bindings = { path = "bindings" }
windows = { version = "0.32.0" }
winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}