Skip to content

ItsJokerZz/GoldHEN_Plugins_SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldHEN Plugin SDK - a PRX hook/patch SDK for the OOSDK

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, if you wish to to build a static library and then use it in your project for the implementation of the headers, run make install.

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.

About

A PRX hook/patch SDK for Orbis OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.3%
  • Makefile 7.8%
  • C++ 6.0%
  • Batchfile 1.9%