obhq / firmware-dumper

[WIP] Kernel-mode payload to dump PS4 system files required by Obliteration
MIT License
3 stars 1 forks source link

Firmware Dumper

This is a kernel-mode payload to dump PS4 system files required by Obliteration. Only 11.00 is currently supported.

Building from source

Prerequisites

Install additional Rust component

rustup component add --toolchain nightly rust-src llvm-tools

Build

./build.py

Development

You need to install x86_64-unknown-none for rust-analyzer to work correctly:

rustup target add x86_64-unknown-none

License

MIT