just implement your driver read primitive & init in memory/your-driver.rs and change type MEMORY = windows::WindowMemory to type MEMORY = your-driver::MyMemory in main.rs
comes with an example windows RPM implementation by default
TODO:
Fixups / relocations
Add encrypted / blank check to ensure we only dump decrypted pages (entropy check?)