Skip to content

thsmer/PS4-CleanELF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playstation 4 Cleaned ELF

This is a source for building ELF files on the PS4
This is not system version specific, so it will work on 4.05, 4.55, 5.05 etc

Includes

  • C++ Compiler
  • Detour Functions (Example of how to do a stub)
  • Vector classes and functions
  • Imports (Libc, Network, Threads, Notify)
  • Socket Printf

How to Use

  • Make sure you have cc1plus installed (sudo apt-get install g++)
  • Go to directory with the Makefile on Linux Shell
  • type 'make'
  • project.elf is your exectuable
  • Load with jkpatch or api of your choice

Credits

  • Sabotage: how to do x64 detours
  • 2much4u/xemio: makefile/building examples

About

Cleaned elf for PS4 supporting c++ and includes imports and utility classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.0%
  • C 27.3%
  • Makefile 4.4%
  • Assembly 0.3%