Gateway to enter the PS4 internal
Go to file
2024-05-01 19:29:42 +07:00
.cargo Removes launcher 2024-05-01 16:43:40 +07:00
.github/workflows Adds CI 2024-05-01 16:57:48 +07:00
.vscode Removes launcher 2024-05-01 16:43:40 +07:00
src Fixes incorrect register usage 2024-05-01 19:29:42 +07:00
.gitignore Initializes launcher 2023-11-19 01:55:19 +07:00
build.rs Removes launcher 2024-05-01 16:43:40 +07:00
Cargo.toml Removes launcher 2024-05-01 16:43:40 +07:00
COPYING Initializes launcher 2023-11-19 01:55:19 +07:00
orbis-gateway.ld Removes launcher 2024-05-01 16:43:40 +07:00
README.md Removes launcher 2024-05-01 16:43:40 +07:00

Orbis Gateway

Orbis Gateway is an application running inside the PS4 kernel to provides the interfaces to the PS4 internal.

Building from source

Prerequisites

  • Rust on the latest stable channel

Enable x86_64-unknown-none target

rustup target add x86_64-unknown-none

Install additional Cargo commands

cargo install cargo-binutils

cargo-binutils required additional dependency which can be installed with the following command:

rustup component add llvm-tools

Build

cargo objcopy --release -- -O binary orbis-gateway.bin

License

MIT