wraith-rs 0.1.8

Safe abstractions for Windows PEB/TEB manipulation and anti-detection techniques
Documentation
[dependencies.iced-x86]
default-features = false
features = ["no_std", "decoder", "encoder", "block_encoder", "instr_info", "op_code_info"]
optional = true
version = "1.21"

[dependencies.log]
optional = true
version = "0.4"

[dev-dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Memory", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel", "Win32_System_WindowsProgramming"]
version = "0.59"

[[example]]
name = "antidebug"
path = "examples/antidebug.rs"

[[example]]
name = "basic_info"
path = "examples/basic_info.rs"

[[example]]
name = "detect_hooks"
path = "examples/detect_hooks.rs"

[[example]]
name = "find_module"
path = "examples/find_module.rs"

[[example]]
name = "list_modules"
path = "examples/list_modules.rs"

[[example]]
name = "manual_map"
path = "examples/manual_map.rs"

[[example]]
name = "memory_map"
path = "examples/memory_map.rs"

[[example]]
name = "syscall_demo"
path = "examples/syscall_demo.rs"

[features]
alloc = []
antidebug = []
default = ["std", "navigation", "unlink"]
full = ["std", "navigation", "unlink", "manual-map", "syscalls", "spoof", "hooks", "inline-hook", "antidebug", "remote"]
full-with-kernel = ["full", "kernel-client"]
hooks = ["syscalls", "manual-map"]
inline-hook = ["hooks", "dep:iced-x86"]
kernel = ["alloc"]
kernel-client = ["std"]
logging = ["dep:log"]
manual-map = ["navigation"]
navigation = []
remote = ["syscalls"]
spoof = ["syscalls"]
std = []
syscalls = ["navigation"]
test-utils = []
unlink = ["navigation"]

[lib]
name = "wraith"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "development-tools"]
description = "Safe abstractions for Windows PEB/TEB manipulation and anti-detection techniques"
edition = "2021"
keywords = ["windows", "security", "peb", "teb", "internals"]
license = "MIT"
name = "wraith-rs"
readme = "README.md"
repository = "https://github.com/helz-dotcom/wraith-rs"
rust-version = "1.75"
version = "0.1.8"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]