[besoin D'un Testeur 2.01] Fanjita Is Back


PoWeReD
 Share

Messages recommandés

Salutation :)

It's been a little while since we updated eLoader, and a few people have been asking what's happening. So here's a little update on what we've been up to.

We spent a little time looking at various exploit possibilities, and some of that work is still on-going. We can't say much about what those involve, because the chances are that nothing will come of them, so there's no point in getting people excited. One thing that did come out of all that though, is Moonlight's discovery that GTA can be rebooted in UPDATE mode. If you're a developer with a v2.0 or v2.01 PSP, and want to explore update mode, then you can download an eLoader patch here that will allow eLoader to support UPDATE mode.

Note that this only works on v2.0 or v2.01, and is only useful to developers looking to explore the UPDATE mode environment. We don't yet have the syscall mappings for v2.5 or v2.6 - if you happen to have a v2.5 or v2.6, and understand how to obtain a memory dump using GTA, then please take a look in the README.TXT file inside that patch download. If you can obtain a memory dump from one of those firmwares in UPDATE mode, then with your help we would be able to generate the updated syscall mappings - thanks.

Remember - update mode isn't useful to the vast majority of PSP users, and probably won't lead to anything useful; but for developers, it's vaguely interesting to play with.

On other fronts, we haven't been doing much with eLoader recently, for several reasons:

We're busy cleaning up the code, trying to flush out some bugs and make a stable platform for further development. While we do that, it's difficult to also develop anything new.

Fanjita's laptop, with his compiler and development environment, is away for repairs, so he can't do any work on the PSP for a week or so. While it's away, he's been working on a new project which should benefit all homebrew users, and will hopefully be unveiled in the next few weeks.

Ditlew has been busy in his personal life, and also on a couple of side projects.

Have fun with UPDATE mode, we'll see you soon!

http://noobz.eu/

Update mode? sous entendu le mode qui permetais de Downgrader? Sa sent bon tout ça? :)

Modifié par PoWeReD
Lien vers le commentaire
Partager sur d'autres sites

Salut,

En gros ca dit ca (surtout ne pas hésiter a me corriger) :

"Cela fait longtemps qu'il n'ont pas mis a jour l'eloader, pour plusieurs raison, car ils on chercher de nouveaux exploit (toujours en cours), et ils ont trouver que GTA etait capable de rebooter en update mode (les dev sous 2.00/2.01 peuvent télécharger un patch permettant a eLoader du supporter l'UPDATE mode. Si certain dev sont en 2.50/60, ils peuvent apporter leur aide.

Ils rappel en gros que l'UPDATE mode va surtout servir au dev.

Une autre raison du manque de maj de eLoader et qu'ils sont en train de tout bien nettoyé le code, afin de crée un vrai plateforme de dev bien stable, et Fanjita explique que c'est dur de travailler en même temps sur autre chose.

Ditlew n'a pas eu beaucoup de temps a consacré a eLoader/update mode pour raisons perso."

Voilou, ce n'est pas un traduc mot a mot mais l'idée général.

++

Lien vers le commentaire
Partager sur d'autres sites

Salut,

En gros ca dit ca (surtout ne pas hésiter a me corriger) :

"Cela fait longtemps qu'il n'ont pas mis a jour l'eloader, pour plusieurs raison, car ils on chercher de nouveaux exploit (toujours en cours), et ils ont trouver que GTA etait capable de rebooter en update mode (les dev sous 2.00/2.01 peuvent télécharger un patch permettant a eLoader du supporter l'UPDATE mode. Si certain dev sont en 2.50/60, ils peuvent apporter leur aide.

Ils rappel en gros que l'UPDATE mode va surtout servir au dev.

Une autre raison du manque de maj de eLoader et qu'ils sont en train de tout bien nettoyé le code, afin de crée un vrai plateforme de dev bien stable, et Fanjita explique que c'est dur de travailler en même temps sur autre chose.

Ditlew n'a pas eu beaucoup de temps a consacré a eLoader/update mode pour raisons perso."

Voilou, ce n'est pas un traduc mot a mot mais l'idée général.

++

Merci Hydra pour ce résumé.

Voici le Readme :

UPDATER MODE PATCH for eLoader 0.97

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

by Fanjita and Ditlew (www.noobz.eu)

This patch allows eLoader 0.97 ("Bock") to support UPDATER mode on PSPs with firmware

version 2.0 or 2.01.

See http://forums.qj.net/showthread.php?t=49947 for details on how to access UPDATER

mode using GTA and eLoader - this patch basically means that eLoader will continue to

run correctly when GTA boots for the second time using that procedure.

NOTE: This patch is of interest only to developers wishing to explore UPDATER mode. The

instructions below should be clear enough for anyone who is knowledgable enough that this

patch would be of interest to them, so please don't email asking for support of this patch,

unless you're sure that there's an error in the instructions.

Installation

------------

- Copy *.NID to ms0:/psp/eloader/

- Copy TETRIS.BIN to replace the version in your GTA eLoader save slot folder - usually

one of the following:

ms0:/psp/savedata/ULUS10041S5/

ms0:/psp/savedata/ULES00151S5/

ms0:/psp/savedata/ULES00182S5/

Support for v2.5/v2.6

---------------------

Astute readers will notice that the patch includes upd250.nid and upd260.nid, which are

intended to support v2.5 and v2.6 firmware. But the syscall maps in these files seem to

be wrong, so they don't work.

If anyone is willing to collect a memory dump from v2.5 or v2.6, then we'd be able to

generate correctly-calibrated syscall maps. To get a memory dump, you would need to:

- Configure GTA to not autoload eLoader.

- Install a GTA memory dumper (such as the one at http://forums.ps2dev.org/viewtopic.php?t=4335)

in a GTA save slot other than slot 5.

- Run GTA, load eLoader, boot into UPDATER mode using the technique above, then load the

memory dumper.

- Send us (homebrew@noobz.eu) a link to the memory dump.

Thanks in advance to anyone who is able to help with this.

List of NIDs

------------

The file generated_upd_200.txt is a text version of the upd200.nid file - it describes

the list of syscalls that we believe is present in v2.0 UPDATE mode, and might be useful in

your experiments - in particular, if you experiment with sceKernelLoadModule() calls, you

will need to use the syscalls, because the eLoader currently just replaces such calls with

'JR $ra; OR $v0, $0, $0' for wifi homebrew compatibility reasons.

Some known facts about UPDATER mode via GTA

-------------------------------------------

- Write access to flash0 is not allowed

- Reassigning flash0 in read/write mode is not allowed

- The GTA module has access only to user mode.

- The sceVshBridge module is loaded, but inaccessible because the GTA module does not

request the VSH thread attribute flag.

So, it seems like UPDATER mode doesn't have much more freedom than GAME mode - but maybe

you'll find something...

et voici le dl via pspupdate : http://dl.qj.net/dl.php?fid=7786

Modifié par zouzzz
Lien vers le commentaire
Partager sur d'autres sites

Il peut faire quoi l'update mode d'après vous? :huh:

Pas de downgrade en tout cas :

- Write access to flash0 is not allowed

Enfin, il me semble.

Un possesseur de 2.01 nous dira ça.

Modifié par zouzzz
Lien vers le commentaire
Partager sur d'autres sites

J'ai une 2.01 mais j'ai prété mon UMD gta a un poto :angry:

ééé galère ...

Mets dans en sous titre de post : "Cherche 2.01 pour essai", on trouvera vite du monde.

Modifié par zouzzz
Lien vers le commentaire
Partager sur d'autres sites

bonjour,

cela fait un moment que je viens jeter un oeil sur les news de gueux à propos d'un eventuel downgrader. j'ai uen 2.01 et j'ai essayé de rajouter les fameux fichiers de l'update mais je ne vois aucune différence. (en gros je me retrouve sur le menu du loader et si je lance une mis à jour, rien ne se passe) je continue à chercher dans le doute d'une mauvaise manip et je vous tiens qu courant.

Lien vers le commentaire
Partager sur d'autres sites

Normal, aucune écriture dans le flash0 (le bank du firmware)

je sais qu'il n'y a aucune écriture dans le flash 0(depuis le temps qu'on nous le dit que la faille gta n'est qu'en user mode et non kernel mode), j'expliquais seulement que je ne voyais aucune différence avec ou sans les nouveaux fichiers, certes je ne suis pas developpeurs mais je n'ai pas vu de mode update mais je continue à chercher et vous tiens au jus dès que j'ai du nouveau

Lien vers le commentaire
Partager sur d'autres sites

Il nous faudrais quelqu'un qui puisse tester le mode update et nous dire ce qu'il en résulte exactement. Car pour moi, ça a l'air d'être enorme.

(un pspmania assé expérimenté de préférence...)

Lien vers le commentaire
Partager sur d'autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
 Share