obhq / firmware-dumper

[WIP] Kernel-mode payload to dump PS4 system files required by Obliteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[WIP] Kernel-mode payload to dump PS4 system files required by Obliteration

License:MIT License


Languages

Language:Rust 88.8%Language:Python 11.2%