diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ae55c1 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +# HenLoader 12.52 + +A modified version of HenLoader for PS4 firmware 12.52, based on the original [HenLoader](https://github.com/GoldHEN/henloader_lp) by the GoldHEN team. + +![Preview](preview.png) + +## Description + +HenLoader is a Blu-ray disc-based exploit loader for PlayStation 4 consoles. This version has been customized to automatically execute the Poops exploit on launch, removing the need for user interaction. The exploit is packaged as a standard Blu-ray disc (BD) that can be burned to a disc and used on compatible PS4 firmware versions. + +### Features + +- **Auto-executing Poops exploit** - No button prompts required, executes automatically on disc load +- **Blu-ray disc format** - Standard BD format that works with PS4's BD-J (Blu-ray Disc Java) system +- **PKG file support** - Includes PS4 application packages (.pkg files) at the root of the disc +- **Custom branding** - Customizable title, logo, and disc metadata + +## Original Project + +This project is based on the original **HenLoader** by the [GoldHEN team](https://github.com/GoldHEN/henloader_lp). + +**Original Repository:** https://github.com/GoldHEN/henloader_lp + +### Credits (from original project) + +- GoldHEN 2.4b18.7 by SiSTR0 +- Poops code by theflow0 +- BDJ build environment by kimariin +- Java console by sleirsgoevy + +## Building + +See [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.md) for detailed build instructions. + +### Quick Start + +1. Install dependencies: + ```bash + sudo apt install build-essential make pkg-config libbsd-dev + ``` + +2. Download JDK packages (see BUILD_INSTRUCTIONS.md) + +3. Build: + ```bash + make + ``` + +4. The final ISO will be at `build/henloader.iso` + +## Modifications from Original + +- Removed Lapse exploit (Poops only) +- Auto-executes Poops on launch (no menu selection) +- Custom disc label and metadata +- PKG files included at disc root +- Custom logo support + +## Usage + +1. Burn the generated ISO to a Blu-ray disc +2. Insert the disc into your PS4 +3. The exploit will execute automatically + +## Disclaimer + +This software is for educational and research purposes only. Use at your own risk. + diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..ea5ace4 Binary files /dev/null and b/preview.png differ