[package]
edition = "2024"
name = "callghost-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for callghost: PEB walking, SSN resolution, unhook infrastructure"
readme = false
keywords = [
"syscall",
"windows",
"edr",
"security",
]
categories = [
"os::windows-apis",
"no-std",
]
license = "MIT"
repository = "https://github.com/PatchRequest/CallGhost"
[lib]
name = "callghost_runtime"
path = "src/lib.rs"
[dependencies]