RegistryEditorMOD
RegistryEditorMOD copied to clipboard
Extract available registry keys at runtime
Currently done manually using reggen/b.py.
We can do this at runtime instead:
- Read file
os0:kd/registry.db0 - Xor it with the key: https://playstationdev.wiki/psvitadevwiki/index.php?title=Registry.db0#Decryption
- Parse it: https://playstationdev.wiki/psvitadevwiki/index.php?title=Registry.db0#Body (or see
reggen/b.pyfor an example)