Expand description
Memory-mapped file utilities Memory mapping utilities for efficient binary analysis
This module provides safe memory mapping functionality for reading large binary files efficiently without loading them entirely into memory.
Structsยง
- Advanced
Mmap - Advanced memory mapping with configuration
- Mapped
Binary - Memory-mapped binary file
- Mapped
View - A view into a portion of a memory-mapped binary
- Mmap
Config - Memory mapping configuration