timwhitez starred GhostDriver
GhostDriver 是一个用 Rust 编写的恶意软件终止工具,通过 BYOVD 技术实现进程终止功能。用户可通过命令行指定进程名称,默认终止 msmpeng.exe 进程。 2025-6-12 03:10:1 Author: github.com(查看原文) 阅读量:1 收藏

About

GhostDriver is a Rust-built AV killer tool using BYOVD.

Get Started

  1. Install Rust from rust-lang.org
  2. Clone: git clone https://github.com/BlackSnufkin/GhostDriver.git
  3. Build: cargo build --release --target=x86_64-pc-windows-msvc
  4. Run: Execute the GhostDriver binary

Usage:

GhostDriver.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)
  • Change line 3307 for the defualt Process names
// Define default process names
let default_process_names = vec!["msmpeng.exe"];

gd2


文章来源: https://github.com/BlackSnufkin/GhostDriver
如有侵权请联系:admin#unsafe.sh