Files
shadow-rs/common/Cargo.toml
joaoviictorti 9f26a2d5a4 feat: Adding new features to the rootkit
- Add driver blocking on load
- Add DLL injection via APC
- Add Thread Hijacking technique
- Improve code with cargo clippy suggestions and other optimizations
- Clean driver memory data in dump file
2025-02-25 11:36:39 -03:00

7 lines
138 B
TOML

[package]
name = "common"
version = "0.1.0"
edition = "2021"
[dependencies]
ntapi = { version = "0.4.1", default-features = false }