mirror of
https://github.com/MrTiz/CET-Enum-CallStack-Spoofer
synced 2026-07-15 04:37:18 +00:00
34 lines
670 B
TOML
34 lines
670 B
TOML
[package]
|
|
name = "PoC"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies.windows-sys]
|
|
version = "0.61.2"
|
|
default-features = false
|
|
features = [
|
|
"Wdk_System_SystemServices",
|
|
"Win32_System_Memory",
|
|
"Win32_System_Kernel",
|
|
"Win32_System_Threading",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_SystemServices",
|
|
"Win32_System_Diagnostics_Debug",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = false
|
|
debug = true
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
lto = false
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = false
|
|
debug = true
|