[PS5] Mise à jour de PS5-Xplorer v1.05 avec quelques correctifs
[PS4] HDD-EAPDumper pour sauvegarder la clé de chiffrement des disques PS4
[PS5] Le portage de P2JB pour Remote Lua Loader sur PS5
[Switch] Eden fête sa première année avec la version 0.2.0PRO-C f3 for 6.61, CIPL flasher left out intentionally since I don't know anything about it, I just used the keys/offsets for 6.60 (which won't work obviously). Edit: For devs interested, only offsets I had to update were in reboot.bin. 1g: CODE: sceBootLfatOpen = 0x0000B6C0 sceBootLfatRead = 0x0000AD58 sceBootLfatClose = 0x00009C78 other: CODE: sceBootLfatOpen = 0x0000B780 sceBootLfatRead = 0x0000AE18 sceBootLfatClose = 0x00009D38
Lien de téléchargement : 6.61 PRO-C f3 Code source : procfw_6.61_source
Téléchargement ici : Logo Rebug 4.65.2 (4.95Mo) MD5 0532ea3fd23e71c81516b16419d7bce0 SHA1 65961131fc9c4fa79451d1101d45702bf042c1a5
Lien de téléchargement : Gateway Ultra 3.0.2
Comme toujours, le zip téléchargeable contient la version Gateway, la version cia (pour les CFW) et la version Homebrew (pour Ninjhax).
Lien de téléchargement : blargSNES version 1.3
Nintendo précise que les New 3DS et New 3DS XL ne pourront pas être enregistrées au Club Nintendo mais que les packs contiendront une carte d'enregistrement permettant de s'enregistrer jusqu'au 30 Septembre 2015. Il faudra voir en quoi cela consistera réellement et surtout s'il sera possible d'adhérer au nouveau programme. La perte des étoiles est également confirmée, vous avez donc jusqu'au 30 Septembre 2015 pour les utiliser ! Après elles seront définitivement perdues...
Téléchargement : Big Red Menu
* It's confirmed! Sky3DS works perfect with the Smea's regionthree for region free! (01/17/2015) * Sky3DS DiskWriter V1.06 released. You can download it here. (01/17/2015) * Sky3DS DiskWriter V1.06 [01/17/2015] Change logs: 1. Few bugs fixed. 2. Image Name Update.
Téléchargement ici : DiskWriter v1.06
Téléchargement ici : PSN Patch v4.66.32
Téléchargement ici : PeXploit v0.3 Pour le tutoriel (en anglais) : Voir la news précédente
Smealum vient de nous proposer le Region Free pour les 3DS, 3DS XL et 2DS qui disposent d'un firmware compris entre 9.0 et 9.4 inclus. Cela permet de contourner les mises à jour obligatoires des jeux, mais également de lancer des jeux d'une région spécifique sur une autre, en les exécutant quand cela est possible dans la langue de son choix !
Attention cependant, nous ne savons pas si cet exploit fonctionne sur les new 3DS et new 3DS XL.
Utilisation de l'exploit :
- Téléchargez Launcher.dat ici (ou compilez-le vous-même).
- Copiez Launcher.dat à la racine de votre carte SD.
- Insérez le jeu que vous voulez exécuter dans votre 3DS et démarrez.
- Ouvrez l'application "Download Play".
- Appuyez sur le bouton du menu d'accueil, mais ne quittez pas l'application Download Play (faites-la fonctionner en arrière-plan).
- Ouvrez l'onglet du navigateur Web.
- Allez à la page de l'exploit Gateway.
- Attendez quelques secondes ; l'écran devrait devenir noir et après votre jeu devrait démarrer !
Readme :
FAQ
- Does this work on the latest firmware version ? Yes, 9.4 is supported.
- Does this let me run homebrew and/or roms ? No, it just lets you run legit physical games from other regions.
- Do I need to connect to the internet every time I want to use this ? Yes.
- Do I need a flashcart/game/hardware for this ? No.
- Will this work on my New 3DS ? No, at the moment this only works on 3DS, 3DS XL and 2DS models.
- Will it ever work on the New 3DS ? Maybe. I don't plan on working on it, like, ever, but the code is out there now so...
- Will this break or brick my 3DS ? No. There's virtually 0 chance of that happening, all this runs is run of the mill usermode code, nothing dangerous. Nothing unusual is written to your NAND, nothing permanent is done. With that in mind, use at your own risk, I won't take responsibility if something weird does happen.
- Do you take donations ? No, I do not.
- How does it work ? See below.
Technical stuff
Basically we use GW's entrypoint to get ROP (not code execution, either userland or kernel) under spider (that's what the browser applet is called). From there, we use the GPU DMA vuln to take over the download play application (this is done by overwriting the GSP interrupt handler funcptr table). The download play application has access to the ns:s service (spider does not), and we use that service to launch our out-of-region game.
For more detail on the webkit/spider exploit, visit http://yifan.lu/2015...t-stage-part-1/
For more detail on the GPU DMA exploit, visit http://smealum.net/?p=517
To build the ROP, use Kingcom's armips assembler https://github.com/Kingcom/armips