
GhostDriverは、BYOVDを使用したRust製のAVキラー(アンチウイルス無効化)ツールです。
git clone https://github.com/BlackSnufkin/GhostDriver.gitcargo build --release --target=x86_64-pc-windows-msvcGhostDriver.exe 2.0
BlackSnufkin
ゴーストドライバを使用してプロセス名でプロセスを終了します
USAGE:
GhostDriver.exe [FLAGS] [OPTIONS]
FLAGS:
-h, --help ヘルプ情報を表示します
-v, --version バージョン情報を表示します
OPTIONS:
-n, --name=process_names
EXAMPLES:
.\GhostDriver.exe -n msmpeng.exe,svchost.exe
.\GhostDriver.exe --name msmpeng.exe
.\GhostDriver.exe (デフォルトのプロセスを使用)
// デフォルトのプロセス名を定義
let default_process_names = vec!["msmpeng.exe"];
