mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-16 05:54:26 +01:00
- 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
7 lines
138 B
TOML
7 lines
138 B
TOML
[package]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ntapi = { version = "0.4.1", default-features = false } |