Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZeraTron/PS4-Homebrew-Sample
Sample Homebrew for PS4 with basics functions.
https://github.com/ZeraTron/PS4-Homebrew-Sample
Last synced: 2 months ago
JSON representation
Sample Homebrew for PS4 with basics functions.
- Host: GitHub
- URL: https://github.com/ZeraTron/PS4-Homebrew-Sample
- Owner: ZeraTron
- License: mit
- Created: 2017-10-19T22:34:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T23:18:14.000Z (over 7 years ago)
- Last Synced: 2024-08-03T23:05:50.861Z (6 months ago)
- Language: C
- Size: 134 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 Homebrew Sample
README
# PS4 Homebrew Sample
1. **[Preview](#1-preview-)**
2. **[How to compile / run](#2-how-to-compile--run-)**
3. **[Credits](#3-thanks-to-)**
4. **[Contact](#4-contact-)**
5. **[Known bugs / to do](#5-known-bugs--to-do-)**
***
## Information :
This is still a WIP, and the code may be bugged or not working. I'll keep update this repo to provide the best code I can.
***
### __1. Preview :__
Showcase #01: https://www.youtube.com/watch?v=Fy1leri9apkShowcase #02: https://www.youtube.com/watch?v=nw2FN0wzgzA
Latest Sneak Peak: https://twitter.com/ZeraTron_/status/921129847958790145
***
### __2. How to compile / run :__#### Prequisite:
* BigBoss fork [ps4sdk](https://github.com/psxdev/ps4sdk)
* TheoryWrong fork [libOrbis](https://github.com/theorywrong/liborbis)1. Install and build both *ps4sdk* & *libOrbis*
2. Put the *HomebrewLauncher* folder in your *libOrbis* folder
3. Build the payload, rename it **eboot_plugin** put it on a usb stick in a backup folder named **CUSAXXXXX** and plug in *usb0*
4. Send the *kernel_hooks* with the elf-loader
5. Launch Playroom, you should boot up in the homebrew***
### __3. Thanks to :__
* ***BigBoss***, for the basic libOrbis, and all his work.
* ***TheoryWrong***, for his help improving libOrbis.
* ***Zecoxao***, for providing me the kernel_hooks and eboot_plugin source code.
* ***All the scene devs for their awesome works !***
***
### __4. Contact :__
* __E-mail:__ *[email protected]*
* __Twitter:__ *[@ZeraTron_](https://twitter.com/ZeraTron_)*
***
### __5. Known Bugs / To Do :__
* __Known Bugs:__
* A lot of stuffs are not working like expected, you get a lot of warnings when compiling etc...* __To Do:__
* Fix and clean the code.
* Add support for png decoding and rendering.
* Add sound support.