dma-rs
A Rust library for DMA access on Windows.
Features
- Process Management: List, attach, and retrieve process information
- Memory Operations: Read and write process memory with type-safe APIs
- Scatter Operations: High-performance batch memory operations
- Module Enumeration: List loaded modules and resolve function addresses
- Embedded DLLs: All dependencies are embedded at compile-time
- Clean API: Type-safe, ergonomic Rust interface
Quick Start
use Dma;
License
MIT