Skip to content

Scene-Collective/ps4-hen-plugins

Repository files navigation

ps4-hen-plugins

Plugin system for Updated PS4 Homebrew Enabler ps4-hen.

Plugins

plugin_mono

  • 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.
  • Adjust HEN Payload settings.
  • Based from Orbis-Toolbox and research by OSM-Made

plugin_example

plugin_server

  • 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/>.
      

Credits