Rust crate that aims to simplify the process of rebuilding virtual address spaces from a memory dump
GNU General Public License v3.0
6
stars
0
forks
source link
Basic generic structures (CPU, MMU modes, Page Table Entries, ...) #1
Open
Esgr0bar opened 6 months ago
There are various structures, traits and implementations to create based on the generic mmushell architecture :
Traits
For a clean generic implementation, check this StackOverflow response.
Structures
MemoryRegion
CPU
CPURegister
PageTableEntry
PageTable
RadixTree
VirtualAddressSpace
PhysicalAddressSpace
MMU
Machine