callghost-runtime 0.1.0

Runtime for callghost: PEB walking, SSN resolution, unhook infrastructure
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "callghost-runtime"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Runtime for callghost: PEB walking, SSN resolution, unhook infrastructure"
repository = "https://github.com/PatchRequest/CallGhost"
keywords = ["syscall", "windows", "edr", "security"]
categories = ["os::windows-apis", "no-std"]

[dependencies]