[WIP] Kernel-mode payload to dump PS4 system files required by Obliteration
Go to file
2024-07-21 15:46:59 +07:00
.github/workflows Adds CI step to install required Rust targets 2024-07-21 15:46:59 +07:00
.vscode Initializes the project 2024-07-20 17:58:13 +07:00
dumper Uses HTTPS instead of SSH for okf and okf-1100 2024-07-20 19:42:03 +07:00
obfw Fixes build error 2024-07-20 19:04:31 +07:00
.gitignore Uses HTTPS instead of SSH for okf and okf-1100 2024-07-20 19:42:03 +07:00
build.py Initializes the project 2024-07-20 17:58:13 +07:00
Cargo.toml Initializes the project 2024-07-20 17:58:13 +07:00
COPYING Initializes the project 2024-07-20 17:58:13 +07:00
README.md Initializes the project 2024-07-20 17:58:13 +07:00

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

  • Rust on nightly channel
  • Python 3

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