Remote Mapping Injection demonstrates a technique for injecting code into a remote process using memory mapping.
- 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
- Rust toolchain
- Required dependencies:
- winapi
- Clone the repository
- Navigate to the project directory
- Run
cargo build
to compile the project
-
Build the project using Cargo:
cargo build --release
-
Run the executable:
./target/release/remote_mapping_injection.exe