etaHEN 2.0B Official Release

- Added support (and updated kstuff) for 5.xx and 6.xx
- Added menu in the etaHEN toolbox for cheats (`/data/etaHEN/cheats`)
- Added a button to download cheats through the cheats menu when no game is open or no cheats were found for that game
- Added Spoofing features like installing higher fw fpkgs without actually spoofing the system version
- Added the ability to disable toolbox auto start through the toolbox itself or the `config.ini` in `/data/etaHEN` (re-enabling without rebooting requires Itemzflow 1.9+), you can also make the file `toolbox_auto_start` on your USB to disable the toolbox without editing the config
- Updated the toolbox injector to not freeze when being loaded without kstuff
- All internal payloads such as ps5debug and kstuff are now loaded by etaHEN itself instead of sending to the exploit
- Added The Direct package installer V2 (WebGUI version) to the services menu
- the PS5Debug option in the etaHEN toolbox can now load it on demand and without rebooting (disabling requires rebooting)
- PS5Debug was updated to 1.0b2
- PS5Debug has been disabled for 5.xx until a fix is released
- Added LMZA compression so the payload will fit on IoT devices with low storage like ESPs
- DPI by default is now disabled and instead DPIv2 is enabled
- Fixed a small issue causing the remote play menu to display 1 too more =
- Updated the toolbox loading message
- Fixed the /data in app sandboxes option for 3.xx/5.xx/6.xx Big thanks to @BestPig
- Added an *optional* experimental self decrypter for the itemzflow dumper
- Fixed an issue that would cause plugins to fail loading from USB
- Fixed rest mode (must disable the toolbox auto start BEFORE entering rest mode)
- Whitelisted FPKGi
This commit is contained in:
LightningMods
2025-03-28 18:13:56 -04:00
parent dbe87f90f8
commit 1d65834fa0
4 changed files with 532 additions and 5 deletions

View File

@@ -55,6 +55,8 @@ Port: XXXX
- [Toolbox] Plugin Menu and Plugin auto start menu
- [Toolbox] External HDD Menu
- [Toolbox] TestKit Menu
- [Toolbox] Cheats Menu (WIP)
- [Toolbox] Disable toolbox auto start
- [Toolbox] Blu-Ray license activation
- [Toolbox] etaHEN credits and supporters
- [Toolbox] Auto open menu after etaHEN loads
@@ -78,15 +80,15 @@ Port: XXXX
- *Optional* PS5Debug
- Itemzflow intergration
- *Optional* Discord RPC server on port 8000, click [here](https://github.com/jeroendev-one/ps5-rpc-client) for setup instructions
- *Optional* Direct PKG installer V2 service with WebUI on http://PS5_IP:12800
- *Optional* Direct PKG installer service on port 9090
## etaHEN SDK
make your own custom plugins or payload-like ELFs for the HENV plugin via the [etaHEN SDK](https://github.com/lightningmods/etaHEN-SDK)
make your own custom plugins via the [etaHEN SDK](https://github.com/lightningmods/etaHEN-SDK)
More info [Here](https://github.com/LightningMods/etaHEN-SDK/blob/main/README.md)
## Upcoming features
- [Toolbox] FPS Counter
- [Toolbox] Cheats Menu
- [Toolbox] change debug settings text
- [Toolbox] On-Screen temps and other info (for retails)
- More userland patches
@@ -100,12 +102,12 @@ and is automatically created when you run etaHEN for the first time
#### Configuration Layout (toolbox)
| INI Key | Description | Default value
|---------------------|-------------------------------------------------------------|---------------------|
| `PS5Debug` | 0 = disables PS5Debug (Sistr0) auto load 1 = enable PS5Debug auto load | 1 (enabled) |
| `PS5Debug` | 0 = disables PS5Debug (Sistr0) auto load 1 = enable PS5Debug auto load | 0 (disabled) |
| `FTP` | 0 = disables etaHEN built-in FTP 1 = enables it | 1 (enabled) |
| `discord_rpc` | 0 = disables Discord RPC server 1 = enables it | 0 (disabled) |
| `testkit` | 0 = not testkit 1 = Real Testkits ONLY | 0 (disabled) |
| `toolbox_auto_start` | 0 = auto replaces debug settings 1 = OG Debug settings only | 1 (enabled) |
| `Allow_data_in_sandbox` | 0 = disables /data in an apps sandbox 1 = enables it | 1 (enabled) |
| `DPI` | 0 = disables The Direct PKG Installer service 1 = enables it | 1 (enabled) |
| `DPI`/ `DPIv2` | 0 = disables The Direct PKG Installer service 1 = enables it | 1 (DPIv2 enabled) |
| `Klog` | 0 = disables kernel logging, 1 = enables it | 0 (disabled) |
| `ALLOW_FTP_DEV_ACCESS` | 0 = disables FTP developer access, 1 = enables it | 0 (disabled) |
| `StartOption` | 0=None, 1=Home menu, 2=Settings 3=Toolbox, 4=itemzflow | 0 (None) |