Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CrazyVoidProgrammer/orbisLibGen

A tool used to generate stubs for the Open Orbis SDK
https://github.com/CrazyVoidProgrammer/orbisLibGen

homebrew ps4 tool

Last synced: about 2 months ago
JSON representation

A tool used to generate stubs for the Open Orbis SDK

Awesome Lists containing this project

README

        

# OrbisLibGen
> d7e4da5142f40d210ab32db69517ed91 OPEN_SDK_STUBS_FINAL_RELEASE.7z
##### Link to compiled stubs : https://file.io/YrM7f0
## Version 1.00

This python script is used to generate stub files for the Orbis Open Source SDK!
This tool is in the release phase of development and is usable for production use now!

This tool was written by **CrazyVoid**

If you wish to contribute to this tool, please verify or attempt to verify it works on all platforms before pushing changes
Windows, Linux, Mac

### Steps to use this tool

#### 1: Run our script and point it to idc ps4libdoc system/common/lib folder
##### ./generate.py ps4libdoc/system/common/lib

#### 2: Cd into the build folder
##### cd build

#### 3: Lets Compile our Asm files into objects
##### make xobjects

#### 4: Lets make this objects a lib
##### make xstubs

Once all the stubs are compiled into their respected .a files.
Copy all .a to you're sdk lib folder!

### Improved Instructions and Description will come in the future!