From 9e2af865b4c356d921e60cc48525729a9c6af2b9 Mon Sep 17 00:00:00 2001 From: someone Date: Wed, 18 Nov 2015 23:05:54 +0100 Subject: [PATCH] - update README - create www/kexploit and www/loadiine folders --- README | 27 +- README-fr | 25 +- installer/Makefile | 2 +- www/kexploit/index.html | 77 ++++ www/kexploit/payload532.html | 649 ++++++++++++++++++++++++++++ www/{ => loadiine}/index.html | 0 www/{ => loadiine}/loadiine.elf | Bin www/{ => loadiine}/loadiine_dbg.elf | Bin www/{ => loadiine}/payload532.html | 0 9 files changed, 752 insertions(+), 28 deletions(-) mode change 100644 => 100755 README mode change 100644 => 100755 README-fr create mode 100644 www/kexploit/index.html create mode 100644 www/kexploit/payload532.html rename www/{ => loadiine}/index.html (100%) rename www/{ => loadiine}/loadiine.elf (100%) mode change 100644 => 100755 rename www/{ => loadiine}/loadiine_dbg.elf (100%) mode change 100644 => 100755 rename www/{ => loadiine}/payload532.html (100%) diff --git a/README b/README old mode 100644 new mode 100755 index 7dc7691..522d6c5 --- a/README +++ b/README @@ -5,7 +5,7 @@ /* | | ___ __ _ __| |_ _ _ __ ___ */ /* | | / _ \ / _` |/ _` | | | '_ \ / _ \ */ /* | |___| (_) | (_| | (_| | | | | | | __/ */ -/* ______/\___/ \__,_|\__,_|_|_|_| |_|\___| v3.0 */ +/* ______/\___/ \__,_|\__,_|_|_|_| |_|\___| v4.0 */ /* */ /* RPX/RPL and File Replacement Tool */ /* */ @@ -23,7 +23,7 @@ - Wii U FW 5.3.2 - SD(HC) Card -- Super Smash Bros for Wii U (Disc or EShop version) - optional but provides better compatibility +- Super Smash Bros for Wii U (Disc or EShop version) - optional but may be needed for some games /******************************************************************************/ @@ -32,7 +32,7 @@ - 1. Setup your SD Card (see below) -- 2. In the Internet Browser, Launch the included kernel exploit (www/kexploit) +- 2. In the Internet Browser, launch the included kernel exploit (www/kexploit) (You need a modified kernel exploit that sets 0xA0000000 virtual memory range to 0x10000000 physical memory address) - 3. Relaunch the Internet Browser @@ -74,20 +74,17 @@ Setting Up RPX/RPL and Data Files 2. In "wiiu", create another folder named "games" - ex : SDCARD/wiiu/games -2. In "games", create a new folder with the name of your app +3. In "games", create a new folder with the name of your app - ex : SDCARD/wiiu/games/MyApplication/ -3. In this folder, create a folder named "code" - - ex : SDCARD/wiiu/games/MyApplication/code +4. Copy the "code" folder of your app/game inside your application folder (with rpx, rpl and xml files) + - ex : SDCARD/wiiu/games/MyApplicatin/code/my_application.rpx + - ex : SDCARD/wiiu/games/MyApplicatin/code/my_application_library.rpl + - ex : SDCARD/wiiu/games/MyApplicatin/code/app.xml + - ex : SDCARD/wiiu/games/MyApplicatin/code/cos.xml + - note : if you don't have the xml files, loadiine will try to use default values instead -4. Copy the game/homebrew RPX file in the "code" folder - - ex : SDCARD/wiiu/games/MyApplication/code/my_application.rpx - -5. Copy the game/homebrew RPL files in the "code" folder too - - ex : SDCARD/_wiiu/games/MyApplication/code/library1.rpl - - ex : SDCARD/_wiiu/games/MyApplication/code/library2.rpl - -6. Copy the "content" folder of your app/game inside your application folder +5. Copy the "content" folder of your app/game inside your application folder - ex : SDCARD/wiiu/games/MyApplication/content/... - ex : H:/MyApplication/vol/content/data.bin -> SDCARD/wiiu/games/MyApplication/content/data.bin - ex : H:/MyApplication/vol/content/datab/datab.bin -> SDCARD/wiiu/games/MyApplication/content/datab/datab.bin @@ -102,6 +99,8 @@ Your file structure should look like this if the above information was used : - SDCARD/wiiu/games/MyApplication/code/my_application.rpx - SDCARD/wiiu/games/MyApplication/code/*.rpl [only if application contains .rpl files] +- SDCARD/wiiu/games/MyApplication/code/app.xml +- SDCARD/wiiu/games/MyApplication/code/cos.xml - SDCARD/wiiu/games/MyApplication/content/[content files/folders] diff --git a/README-fr b/README-fr old mode 100644 new mode 100755 index 52889dd..13fcfd2 --- a/README-fr +++ b/README-fr @@ -5,7 +5,7 @@ /* | | ___ __ _ __| |_ _ _ __ ___ */ /* | | / _ \ / _` |/ _` | | | '_ \ / _ \ */ /* | |___| (_) | (_| | (_| | | | | | | __/ */ -/* ______/\___/ \__,_|\__,_|_|_|_| |_|\___| v3.0 */ +/* ______/\___/ \__,_|\__,_|_|_|_| |_|\___| v4.0 */ /* */ /* Remplacement de fichiers et de RPX/RPL */ /* */ @@ -23,7 +23,7 @@ - WiiU FW 5.3.2 - Carte SD(HC) -- Le disque de Super Smash Bros (ou la version EShop) - optionnel mais fournit une meilleure compatibilité +- Le disque de Super Smash Bros (ou la version EShop) - optionnel mais peut être nécessaire pour certains jeux /******************************************************************************/ @@ -77,17 +77,14 @@ Préparation des fichiers RPX/RPL et des données 3. Dans "games", créez un nouveau dossier avec le nom de votre application - ex : SDCARD/wiiu/games/MyApplication/ -3. Dans ce dossier, créez un dossier "code" - - ex : SDCARD/wiiu/games/MyApplication/code - -4. Copiez dans ce dossier le fichier RPX de votre application - - ex : SDCARD/wiiu/games/MyApplication/code/my_application.rpx - -5. Copier également dans ce dossier les fichiers RPL de votre application - - ex : SDCARD/_wiiu/games/MyApplication/code/library1.rpl - - ex : SDCARD/_wiiu/games/MyApplication/code/library2.rpl - -6. Enfin, copiez le dossier "content" de votre jeu/homebrew dans le répertoire de votre application sur la carte SD +4. Copiez le dossier "code" de votre jeu/homebrew dans le répertoire de votre application sur la carte SD (avec l'ensemble des fichiers rpx, rpl et xml) + - ex : SDCARD/wiiu/games/MyApplicatin/code/my_application.rpx + - ex : SDCARD/wiiu/games/MyApplicatin/code/my_application_library.rpl + - ex : SDCARD/wiiu/games/MyApplicatin/code/app.xml + - ex : SDCARD/wiiu/games/MyApplicatin/code/cos.xml + - note : si vous n'avez pas les fichiers xml, loadiine essayera d'utiliser des valeurs par défaut à la place + +5. Copiez le dossier "content" de votre jeu/homebrew dans le répertoire de votre application sur la carte SD - ex : SDCARD/wiiu/games/MyApplication/content/... - ex : H:/MyApplication/vol/content/data.bin -> SDCARD/wiiu/games/MyApplication/content/data.bin - ex : H:/MyApplication/vol/content/datab/datab.bin -> SDCARD/wiiu/games/MyApplication/content/datab/datab.bin @@ -102,6 +99,8 @@ La structure de la carte SD doit ressembler à ça après avoir suivit les étap - SDCARD/wiiu/games/MyApplication/code/my_application.rpx - SDCARD/wiiu/games/MyApplication/code/*.rpl [only if application contains .rpl files] +- SDCARD/wiiu/games/MyApplication/code/app.xml +- SDCARD/wiiu/games/MyApplication/code/cos.xml - SDCARD/wiiu/games/MyApplication/content/[content files/folders] diff --git a/installer/Makefile b/installer/Makefile index 7c26b99..369239c 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -28,7 +28,7 @@ main532: rm $(root)/*.o $(LD) $(LDFLAGS) -s -o $(build)/code532.bin $(build)/launcher.o `find $(build) -name "*.o" ! -name "launcher.o"` cp -rf ../*.elf $(www_loadiine) - cp -rf ../*.elf ../www/ + cp -rf ../*.elf ../www/loadiine clean: rm -rf $(build) diff --git a/www/kexploit/index.html b/www/kexploit/index.html new file mode 100644 index 0000000..95f4069 --- /dev/null +++ b/www/kexploit/index.html @@ -0,0 +1,77 @@ + + + + +
+ + + + diff --git a/www/kexploit/payload532.html b/www/kexploit/payload532.html new file mode 100644 index 0000000..301a0b3 --- /dev/null +++ b/www/kexploit/payload532.html @@ -0,0 +1,649 @@ + \ No newline at end of file diff --git a/www/index.html b/www/loadiine/index.html similarity index 100% rename from www/index.html rename to www/loadiine/index.html diff --git a/www/loadiine.elf b/www/loadiine/loadiine.elf old mode 100644 new mode 100755 similarity index 100% rename from www/loadiine.elf rename to www/loadiine/loadiine.elf diff --git a/www/loadiine_dbg.elf b/www/loadiine/loadiine_dbg.elf old mode 100644 new mode 100755 similarity index 100% rename from www/loadiine_dbg.elf rename to www/loadiine/loadiine_dbg.elf diff --git a/www/payload532.html b/www/loadiine/payload532.html similarity index 100% rename from www/payload532.html rename to www/loadiine/payload532.html