Memoscopy / libMMU

Rust crate that aims to simplify the process of rebuilding virtual address spaces from a memory dump
https://memoscopy.github.io/libMMU/
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

standard3 commented 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