13 Commits
1.21b ... 1.7b

Author SHA1 Message Date
LightningMods
a11379b4a8 update 1.7B 2024-02-25 18:16:23 -05:00
LightningMods
15388361ff Update README.md 2024-02-11 19:01:41 -05:00
LightningMods
01618241a2 Fixed the version number in the notifcation 2024-02-11 18:59:18 -05:00
LightningMods
19fcd3aadd update 1.6B 2024-02-11 17:57:13 -05:00
LightningMods
3591266e68 Fixed a small issue 2024-02-04 14:21:25 -05:00
LightningMods
e75eca408d fixed an issue causing libhijacker cheats to spam a notification when played with PS5 FGs 2024-02-04 12:29:55 -05:00
LightningMods
7d33886482 Update 1.5B 2024-02-03 15:44:55 -05:00
LightningMods
6ffb73abe4 Update README.md 2024-01-14 14:06:21 -05:00
LightningMods
1b313fd342 Update README.md 2024-01-13 17:32:19 -05:00
LightningMods
e0099d91bf update readme 2024-01-13 17:31:54 -05:00
LightningMods
1bd2975c39 1.4B 2024-01-13 17:11:39 -05:00
LightningMods
831260dcf3 Update etaHEN to support 3.xx 2024-01-03 20:33:49 -05:00
LightningMods
a29e9d45ac Update testers 2023-12-25 19:16:52 -05:00
3 changed files with 32 additions and 4 deletions

View File

@@ -7,18 +7,24 @@
## Features
- Custom System Software version (custom System info)
- kstuff for fself and fpkg support (4.5x and 4.03 only)
- kstuff for fself and fpkg support
- etaHEN log in /data/etaHEN
- (optional) System-wide controller shortcut to open itemzflow
- Debug Settings
- Game Dumper (Intrgrated with Itemzflow)
- HEN config file for settings
- Jailbreak IPC call (jailbreaks Homebrew apps)
- Update blocker (unmounts update partition)
- libhijacker
- *Optional* Illusions cheats/patches
- *Optional* FTP server on port 1337
- *Optional* /data allowed inside apps sandboxes
- Klog server on port 9081
- elf loader on port 9027
- *Optional* PS5Debug
- *started* 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 service on port 9090
## Upcoming features
- More userland patches
@@ -33,23 +39,45 @@ and is automatically created when you run etaHEN for the first time
| INI Key | Description | Default value
|---------------------|-------------------------------------------------------------|---------------------|
| `libhijacker_cheats` | 0 = disables Illusions cheats 1 = enables Illusions cheats | 0 (disabled) |
| `PS5Debug` | 0 = disables PS5Debug auto load 1 = enable PS5Debug auto load | 1 (enabled) |
| `libhijacker_cheats` | 0 = disables Illusions cheats 1 = enables Illusions cheats | 0 (disabled) |
| `PS5Debug` | 0 = disables PS5Debug auto load 1 = enable PS5Debug auto load | 1 (enabled) |
| `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) |
| `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 API details for tool creators
etaHEN's Direct PKG Installer currently is very simple and is considered a WIP
the service flow is as follows
1. Connect to etaHEN's TCP server via port 9090 (using the PS5s IP)
2. Send a URL to etaHEN in the following json format
```
{ "url" : "http://xxxx" }
```
3. etaHEN will then send back the return value (0 on success)
```
{ "res" : "0" }
```
4. etaHEN will close the client socket after the return json is sent
## Contributors
- [sleirsgoevy](https://github.com/sleirsgoevy)
- [ChendoChap](https://github.com/ChendoChap)
- [astrelsky](https://github.com/astrelsky)
- [illusion](https://github.com/illusion0001)
- CTN & [SiSTR0](https://github.com/SiSTR0) for PS5Debug
- [SiSTR0](https://github.com/SiSTR0) for PS5Debug
- [Nomadic](https://github.com/jeroendev-one) for Dumper assistance
- [Nomadic](https://github.com/jeroendev-one) (Discord RPC feature)
## Testers
- [Echo Stretch](https://twitter.com/StretchEcho)
- [idlesauce](https://github.com/idlesauce)
- [Dizz](https://github.com/DizzRL)
- [BedroZen](https://twitter.com/BedroZen)
- [MODDED WARFARE](https://twitter.com/MODDED_WARFARE)
## Support the project
- https://ko-fi.com/lightningmods

Binary file not shown.

BIN
etaHEN-1.7B.bin Normal file

Binary file not shown.