diff --git a/README.md b/README.md index 523724f..886d4af 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,30 @@ # ZUGABE + +**This is obsolete. Please use [finalhe by soarqin](https://github.com/soarqin/finalhe).** + This tool automates much of the installation of h-encore. -[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) +## About +This tool automates the install process of thefl0w's h-encore exploit for PS Vita, at least everything that can be done on the PC. +Since I can't code in C or C++, I was unable to use OpenCMA as a backend, so I used QCMA. It's automatically downloaded and does not require to be installed. +Configuration of QCMA is done via registry edits. The application also detects existing QCMA installations and restores the original settings after the exploit was installed. -## Features -- Automatically download required tools and files -- Use already downloaded files, not requiring another download -- Guide users through the installation +**Attention: This tool only supports connection of the PSVita using Wi-Fi, therefore it's currently only compatible with PSVita/PSTV on Firmware 3.68!** ## Usage Download from the releases section, extract it and run the executable. -It's heavily based on TheFlow's own usage guide, just automating as many things as possible. Therefore it should work on all vita systems. This tool was tested on a PSVita 1000. ## Building -Visual Studio 2017 Community Edition was tested. Might work in other IDEs as well. +Build using Visual Studio 2017, this was tested. Other C# IDEs might work as well. ## Todo -- Automate entering the AID -- Mac/Linux Compatibilty -- full Automation without needing qcma +- Mac/Linux compatibility - Fix bugs (you tell me!) ## Thanks - thefl0w for h-encore and all their work in the vita scene - yifanlu for psvimgtools and all their other work in the vita scene - - mmozeiko for psvimgtools - - noahc3 for auto-h-encore and therefore showing me how to make ZUGABE better. + - mmozeiko for pkg2zip + - noahc3 for auto-h-encore + - xxyz for pngshot - All the contributors of the vita hacking scene diff --git a/download-resources/Qcma.zip b/download-resources/Qcma.zip new file mode 100644 index 0000000..3f963ed Binary files /dev/null and b/download-resources/Qcma.zip differ diff --git a/download-resources/create.bat b/download-resources/create.bat new file mode 100644 index 0000000..e8ea66f --- /dev/null +++ b/download-resources/create.bat @@ -0,0 +1,6 @@ +cd %~dp0 + +..\psvimg-create -n app -K %1 app PCSG90096/app +..\psvimg-create -n appmeta -K %1 appmeta PCSG90096/appmeta +..\psvimg-create -n license -K %1 license PCSG90096/license +..\psvimg-create -n savedata -K %1 savedata PCSG90096/savedata \ No newline at end of file diff --git a/download-resources/qcma.reg b/download-resources/qcma.reg new file mode 100644 index 0000000..c0c07cd Binary files /dev/null and b/download-resources/qcma.reg differ diff --git a/h-encore-auto/App.xaml b/h-encore-auto/App.xaml index 7fb5fd7..2f27785 100644 --- a/h-encore-auto/App.xaml +++ b/h-encore-auto/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:h_encore_auto" - StartupUri="MainWindow.xaml"> + StartupUri="AutoMode.xaml"> diff --git a/h-encore-auto/AutoMode.xaml b/h-encore-auto/AutoMode.xaml new file mode 100644 index 0000000..54627cc --- /dev/null +++ b/h-encore-auto/AutoMode.xaml @@ -0,0 +1,20 @@ + + + + + + +