soarqin / finalhe

Final h-encore, a tool to push h-encore exploit for PS VITA/PS TV automatically
GNU General Public License v3.0
620 stars 115 forks source link

Final h-encore

Push the h-encore exploit for PS VITA and PS TV through a Windows, macOS or Linux GUI.

Credits

see CREDITS.md

Common usage

  1. Download a pre-built executable binary below.
  2. If you want to update PS Vita to firmware 3.60, 3.65 or 3.68 through USB connection, download related Update Packages here and extract the PSP2UPDAT.PUP to the same folder as this tool
  3. If you want to install VitaShell or enso by transferring in Content Manager, download prebuilt zip from releases tab and put in the same folder of this tool
  4. Connect your PS Vita to your computer via USB
  5. Run the executable and follow the on-screen directions

Prebuilt binaries

Download a pre-built executable binary below and follow instructions. Supported firmwares: 3.60, 3.61, 3.65-3.72

Build from source

Prerequisites

  1. macOS: install brew, build tools (xcode-select --install) then install dyld, libusb, pkg-config & qt5 through brew (brew install dyld-headers libusb pkg-config qt5)
  2. Linux:
    • Debian/Ubuntu: install build-essential, libxml2-dev, libusb-dev, libusb-1.0-0-dev, zlib-dev or zlib1g-dev, qtbase5-dev, qttools5, cmake(if use cmake to build)
    • Fedora/CentOS: group install "Development Tools", install libxml2-devel, libusb-devel, zlib-devel, qt5-qtbase-devel, qt5-qtbase, qt5-linguist, cmake3(if use cmake to build)
    • openSUSE: install cmake >= 11.0, gcc-c++, zlib-devel, libxml2-devel, libQt5Widgets-devel, libQt5Network-devel, libqt5-linguist-devel, libusb-compat-devel
    • Arch: install base-devel, libxml2, libusb, zlib, qt5, cmake (if using cmake to build)

Build from source

You can choose either qmake or cmake to build

Contribute translations