Rust-for-Malware-Development

Process Argument Spoofing

Process Argument Spoofing is a technique used to manipulate or hide command-line arguments of a process, making it harder for security tools to detect the actual parameters passed to the program.

⬇️ Download

Features

Requirements

Installation

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

Usage

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

References

Author

@5mukx