Skip to content

GoldHEN/GoldHEN_Plugins_SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldHEN Plugin SDK - a PRX hook/patch SDK for Orbis OS

Build library check MIT Licensed

This is the GoldHEN Plugin SDK repository.

It requires OpenOrbis PS4 Toolchain and LLVM 10+ to be installed.

Including the SDK as source

It's better if you copy the SDK source files into your project and build the SDK from source with your project, because there may be some compiler or OpenOrbis Toolchain bugfixes which would require rebuilding the GoldHEN SDK.

Just build all files from source/ as C source code, and include stuff from include/.

Including the SDK as a static library

If you are sure you won't be rebuilding the GoldHEN SDK, then you can include stuff from include/, run make for Linux or build_static.bat for Windows to build a static library libGoldHEN_Hook.a and then use it in your project for the implementation of the headers.

Troubleshooting log crashes

If you ran into crashes related to print logging (usually during VA args assignment clearing stack) you can try building with printf make PRINTF=1 and ./build.sh -printf in main plugin repository.

Credits

License

GoldHEN Plugin SDK is released under the MIT License.