Plugin system for Updated PS4 Homebrew Enabler ps4-hen.
- Patches ShellUI to allow more features.
- Features:
- Package Installer:
- Show path to package files
- New! Install Packages from Hard Disk (
/data/pkg
) - Install Package from USB Storage
- Plugins Manager
- Manages plugins installed under
/data/hen/plugins
. - Currently only supports enabling from
all
section for now.
- Manages plugins installed under
- Adjust HEN Payload settings.
- Based from Orbis-Toolbox and research by OSM-Made
- Demonstrate usage of CXX in module.
- Based from OpenOrbis
library_example
- Starts klog on port 3232
- Based on klogsrv
- Starts FTP server on port 2121.
- Based on ftpsrv
-
Note: No SELF decryption yet.
-
klogsrv and ftpsrv is licensed under GPL3 but this repository and it's code is licensed under MIT. The notice for mentioned projects is reproduced below.
-
Notice (Click to view)
Copyright (C) 2023 John Törnblom This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, see <http://www.gnu.org/licenses/>.
-
- GoldHEN Plugin SDK for minimal crt.
- OpenOrbis Toolchain for toolchain.
- klogsrv for klog server.
- ftpsrv for FTP server.
- libjbc for process jailbreak and sandbox escape.
- Orbis-Toolbox for Mono patching references.
- OSM-Made for Mono patching references.