This is a kernel-mode payload to dump PS4 system files required by Obliteration. Only 11.00 is currently supported.
- Rust on nightly channel
- Python 3
rustup component add --toolchain nightly rust-src llvm-tools
./build.py
You need to install x86_64-unknown-none
for rust-analyzer to work correctly:
rustup target add x86_64-unknown-none
MIT