RegistryEditorMOD icon indicating copy to clipboard operation
RegistryEditorMOD copied to clipboard

Extract available registry keys at runtime

Open devnoname120 opened this issue 4 years ago • 0 comments

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.py for an example)

devnoname120 avatar Nov 24 '20 20:11 devnoname120