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
Remote Mapping Injection
Remote Mapping Injection demonstrates a technique for injecting code into a remote process using memory mapping.
Features
- Remote memory mapping injection implementation in Rust
- Uses Windows API for process manipulation and memory operations
- Demonstrates process enumeration and shellcode injection
- Special thanks to MaldevAcademy for the technique
Requirements
- Rust toolchain
- Required dependencies:
- winapi
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/remote_mapping_injection.exe
References
https://github.com/antonioCoco/Mapping-Injection.git