Rust-for-Malware-Development

Local Mapping Injection

A Rust implementation of local mapping injection technique, demonstrating advanced memory manipulation and process injection methods. This project showcases the use of Windows API for file mapping and memory operations.

Features

Technical Details

The project implements:

Key Components

  1. File Mapping
    • Creates file mapping object
    • Maps view of file into process address space
    • Sets appropriate memory protection flags
  2. Memory Operations
    • Memory mapping
    • Shellcode copying
    • Memory protection manipulation
  3. Thread Management
    • Thread creation
    • Thread synchronization
    • Handle cleanup

Usage

  1. Build the project using Cargo:
    cargo build --release
    
  2. Run the executable:
    cargo run --release
    

Dependencies

References

Author

Created by @5mukx