Added GoldHEN_v2.4b17 release

This commit is contained in:
SiSTR0 2024-05-09 08:11:33 +02:00
parent ce81dea518
commit 866f6f149f
8 changed files with 101 additions and 41 deletions

View File

@ -1,36 +1,56 @@
# Changelog
## v2.4b17
- Added support for kernel loaders
- Added support for 11.00
- Added syscall 11
## v2.4b16.2
- Improved SysInfo stats
- Fixed IP Address setting
## v2.4b16
- Fixed IP Address overlay position bug
## v2.4b15
- Improved plugin loader (Thanks to [illusion0001](https://github.com/illusion0001))
- Improved FTP (Thanks to [hippie68](https://github.com/hippie68))
- Added game patch plugin (Thanks to [illusion0001](https://github.com/illusion0001))
- Added game overlay SysInfo (Thanks to [OSM](https://github.com/OSM-Made))
- Added GoldHEN top supporters page in about section (Thanks to all)
## v2.4b14
- Improved plugin loader (Thanks to [illusion0001](https://github.com/illusion0001))
- Improved FTP (Thanks to [hippie68](https://github.com/hippie68))
- Improved MC4 support (Thanks to [ctn](https://github.com/ctn123))
- Added cheat description support (Thanks to [ctn](https://github.com/ctn123))
- Added background package installation support
- Added package info on package installation support
- Fixed Orbis Toolbox support
## v2.4b13
- Improved xml/shn parser
- Skipped /disc and $RECYCLE.BIN in pkg subdirectories search
## v2.4b12
- Fixed USB Subdirectories path
## v2.4b11
- Fixed "Search Subdirectories" feature
- Improved "Package Source" feature
## v2.4b10
- Improved FTP self decryption
- Fixed cheat navigation after rest mode
- Added "Search Subdirectories" and "Show Package Path" features in Debug Settings
## v2.4b5
- Added FTP Server v2.1 (Thanks to [hippie68](https://github.com/hippie68))
- Added multi-cheats support
- Added multi-firmware support [5.05 / 6.72 / 9.00]
- Added package installer source settings
## v2.3
- Added [Plugins](https://github.com/GoldHEN/GoldHEN_Plugins_Repository) support
- Added FPS counter
- Added TitleId label feature
@ -87,4 +107,9 @@
- Improved stability and FTP server
## v1.0
- Public release
- Public release
# Known issue
## v2.4b17
- klog server: After the pppwn, the klog server is not reachable immediately. A rest mode resume is needed to make it work.

View File

@ -17,20 +17,29 @@ While we make every effort to deliver high quality products, we do not guarantee
- Long press `Share` button in-game to bring up Cheat menu.
- `↑` / `↓` to highlight cheat.
- `X` to Toggle cheat `On`/`Off`.
- `L1` / `R1` to switch between cheat files.
- **Note:** `L1` / `R1` is disabled when cheats are active.
### Storage:
- Use `FTP` to upload cheat files to:
- `/user/data/GoldHEN/cheats/json/`
- `/user/data/GoldHEN/cheats/shn/`
- `/user/data/GoldHEN/cheats/mc4/`
- Naming convension: `{titleid}_{version}.{format}`
- e.g. `CUSA001234_01.01.json`
- e.g. `CUSA001234_01.01.shn`
- Naming convension: `{titleid}_{version}*.{format}`
- e.g. `CUSA001234_01.01_anything_really_before.json`
- e.g. `CUSA001234_01.01_abc_def_ghi.shn`
- e.g. `CUSA001234_01.01.mc4`
- **Note:** Only one file format per `titleid` and `version` is currently supported.
- **Note:** Maximum of 8 cheat files.
### Format Changes:
- Cheat descriptions:
- json: Add a 'description' field to the cheat.
- e.g. "description": "test",
- shn/mc4: Add a 'Description' attribute to the cheat.
- e.g. <Cheat Text="HP" Description="sample text">
- **Note:** Only visible when in focus.
### To Do:
- Add multiple cheats support.
- Add more formats.
### Credits

View File

@ -32,7 +32,7 @@
- Never Disable Screenshot
- Remote Play Enabler
- FW Update Block
- FTP Server on 2121 port
- FTP Server on 2121 port (Thanks to [hippie68](https://github.com/hippie68))
- BinLoader Server on 9090 port
- Klog Server on 3232 port
- CE-30391-6 Error CMOS Fix
@ -41,7 +41,7 @@
- Plugins support
- TitleId label feature
- Scanlines overlay
- Internal pkg installation support (`/data/pkg`) (Thanks to [OSM](https://github.com/OSM-Made))
- Internal pkg installation support (/data/pkg) (Thanks to [OSM](https://github.com/OSM-Made))
### :warning: Warnings
@ -53,7 +53,7 @@ I have tried to work out to support all payloads possible but no guarantees can
The Cheat Menu is experimental, use with caution.
Please report cheat related issues to the cheat author(s).
Read [CHEATMENU.md](CHEATMENU.md)
Read CHEATMENU.md
### Credits
@ -105,7 +105,6 @@ Greeting to QA/Testers:
- [Marcus Andre](https://github.com/marcussacana)
- [MGS_PS4_PS5_HB_Tester](https://twitter.com/MSZ_MGS)
- [Pharaoh2k](https://github.com/Pharaoh2k)
- [Alfie](https://gbatemp.net/members/arfgh.506372)
### Note
Project source code is currently private because over time I have seen a sad abuse of the source code that I, like the previous devs who worked on it, have been pleased to make it available to everyone to study and maybe improve it.
@ -113,4 +112,4 @@ Project source code is currently private because over time I have seen a sad abu
### Donations
Consider [donating](https://goldhen.github.io/support) if you like GoldHEN and want to support my work
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/SiSTRo)

27
THANKS.md Normal file
View File

@ -0,0 +1,27 @@
Hi all! The new beta is finally out!
As many of you may already know, this version supports the new exploit and firmware 11.00, but support for 10.00 / 10.01 is also in development.
This new release supports both the previous WebKit exploits and the new pppwn, but for this it requires a custom stage2 that I wrote and released the [code](https://github.com/SiSTR0/PPPwn)
I'd like to take this opportunity to thank the people without whom we wouldn't have this (and other) release today:
- TheFlow for releasing his exploit (and not just this one) to everyone.
- flat_z for conceiving and publishing the hen for ps4 with a writeup.
- vortex for implementing the first versions of the hen.
- golden for creating projects that helped me understand many things.
- OSM for his cool Orbis Toolbox.
- Hippie68 for his work on the new FTP server.
- Al_Azif for providing various necessary resources.
- SocraticBliss for his RE scripts.
- Illusion for his game patches and more.
- bucanero for his work on the cheat manager.
- All the cheat developers who shared their trainers with everyone.
Thanks to the testers who had so much patience:
- Big_Wadger
- EchoStretch
- Opoisso893
- mbcrumb
- MODDED WARFARE
- vapour
Last but not least, my friends ctn and Kameleon for their continuous support, not only technical!
Thanks also to everyone who supported my project on kofi.

BIN
goldhen.bin Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.