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
- Implementation of Process Hollowing technique
- Process creation in suspended state
- Memory manipulation using Windows API
- PE header manipulation
- Shellcode injection
- Process resumption
Requirements
- Rust toolchain
- Required dependencies:
Installation
- Clone the repository
- Navigate to the project directory
- Run
cargo build
Usage
- Build the project using Cargo:
- Run the executable:
./target/release/process_hollowing.exe
Credits and Resources
@5mukx
References
- https://github.com/m0n0ph1/Process-Hollowing
- https://trustedsec.com/blog/the-nightmare-of-proc-hollows-exe
Author
@5mukx