supermasa escribió:Que avances tenemos hoy .
Que el tiempo parece pararse..... por la espera......... ese es el avance
![otro q duerme [maszz]](./images/smilies/nuevos2/dormido.gif)
Moderadores: [erick], VIDHAR, blaKCat
supermasa escribió:Que avances tenemos hoy .
![otro q duerme [maszz]](./images/smilies/nuevos2/dormido.gif)

draqen escribió:el parche anti ping que habia para las jtags como se aplicaba porque si se puede mofdificar la nand se podria aplicar el parche anti ping o estoy diciendo una burrada

RGLoader Patcher, by stoker25
Ugly kludge program, made just to patch loaders easier
open one up and set the stuff as you want it
will set the address you want to patch to a branch to your own code, then adds a branch at the end of your code back to the instruction after the address you chose
example, for CD 8453,
Extend to 6000
Patch address 558
Code:
li %r3, 0x5800
oris %r3, %r3, 0x400
lwz %r4, 0(%r3) # read amount of patches at 0x04005800
cmplwi cr6, %r4, 0
beq cr6, endPatch
mtctr %r4
addi %r3, %r3, 4
patchLoop:
lwz %r4, 0(%r3) # read address in hv/kernel
lwz %r5, 4(%r3) # read new value
stw %r5, 0(%r4) # store in hv/kernel
addi %r3, %r3, 8
bdnz patchLoop
endPatch:
li %r3, 0 # what we patched originally
then add patches to 5800 in the loader manually with a hex editor, for e99 on 13599:
00 01 00 06 13 9C 60 63 22 63 FF FF FF FF

el_aprendiz escribió:Parchedor a la vista!!!RGLoader Patcher, by stoker25
Ugly kludge program, made just to patch loaders easier
open one up and set the stuff as you want it
will set the address you want to patch to a branch to your own code, then adds a branch at the end of your code back to the instruction after the address you chose
example, for CD 8453,
Extend to 6000
Patch address 558
Code:
li %r3, 0x5800
oris %r3, %r3, 0x400
lwz %r4, 0(%r3) # read amount of patches at 0x04005800
cmplwi cr6, %r4, 0
beq cr6, endPatch
mtctr %r4
addi %r3, %r3, 4
patchLoop:
lwz %r4, 0(%r3) # read address in hv/kernel
lwz %r5, 4(%r3) # read new value
stw %r5, 0(%r4) # store in hv/kernel
addi %r3, %r3, 8
bdnz patchLoop
endPatch:
li %r3, 0 # what we patched originally
then add patches to 5800 in the loader manually with a hex editor, for e99 on 13599:
00 01 00 06 13 9C 60 63 22 63 FF FF FF FF
Descarga
Web oficial del Loader: http://rgloader.spiffy360.com/
Como era de esperar los de Spiffy están metidos en el lio también.
Está corriendo por los IRCs y no tardará en hacerlo por los foros.
![]()
![]()
![]()
draqen escribió:osea qe no se podria hacer nada de nada, iniciar alguna app y qe aplique el parche

Usuarios navegando por este foro: No hay usuarios registrados visitando el foro y 1 invitado