Orbis Gateway is an application running inside the PS4 kernel to provides the interfaces to the PS4 internal.
- Rust on the latest stable channel
rustup target add x86_64-unknown-none
cargo install cargo-binutils
cargo-binutils
required additional dependency which can be installed with the following command:
rustup component add llvm-tools
cargo objcopy --release -- -O binary orbis-gateway.bin
MIT