ps5-payload-dev / regdump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regdump

This is a tool that dumps values from the registry of PS5 consoles that has been jailbroken via the BD-J or the webkit entry points.

Building and running

Assuming you have the ps5-payload-sdk installed on a Debian-flavored operating system, the tool can be compiled and executed using the following commands:

john@localhost:ps5-payload-dev/regdump$ export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk
john@localhost:ps5-payload-dev/regdump$ make
john@localhost:ps5-payload-dev/regdump$ make test

Known Issues

  • Some registry entries cannot be read successfully, not sure why.

Reporting Bugs

If you encounter problems with regdump, please file a github issue. If you plan on sending pull requests which affect more than a few lines of code, please file an issue before you start to work on you changes. This will allow us to discuss the solution properly before you commit time and effort.

License

regdump is licensed under the GPLv3+.

About


Languages

Language:C 99.9%Language:Makefile 0.1%