mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
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.
Features
- Process argument spoofing implementation in Rust
- Uses Windows API and NT API for process manipulation
- Demonstrates process memory manipulation techniques
Requirements
- Rust toolchain
- Required dependencies:
- winapi
- ntapi
- memoffset
Installation
- Clone the repository
- Navigate to the project directory
- Run
cargo buildto compile the project
Usage
-
Build the project using Cargo:
cargo build --release -
Run the executable:
./target/release/process_argument_spoofing.exe