Memory Mapping
Last updated
Last updated
Memory-mapping is a mechanism that maps a portion of a file, or an entire file, on disk to a range of addresses within an application's address space. The application can then access files on disk in the same way it accesses dynamic memory.
To unmap the PE file manually we must make Raw Addr = Virtual Addr and Raw Size = Virtual size
PE-bear used to unmap the PE file