Skip to content

obhq/orbis-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gateway to enter the PS4 internal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages