Rust-for-Malware-Development

Process Hollowing

Process Hollowing is a technique where a legitimate process is created in a suspended state, its memory is unmapped and replaced with malicious code.

⬇️ Download

Features

Requirements

Installation

  1. Clone the repository
  2. Navigate to the project directory
  3. Run cargo build

Usage

  1. Build the project using Cargo:
    cargo build --release
    
  2. Run the executable:
    ./target/release/process_hollowing.exe
    

Credits and Resources

@5mukx

References

Author

@5mukx