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
3 lines
97 B
Rust
3 lines
97 B
Rust
fn main() -> Result<(), wdk_build::ConfigError> {
|
|
wdk_build::configure_wdk_binary_build()
|
|
} |