› Foros › Xbox 360 › Modificación de lectores
Daro_San escribió:Si se puede, usando el jtag, extrayendo la nand de la xbox360 y parcheando la zona donde se marco el ap25. Puedo decirte que yo en su dia lo realice con exito siguiendo un tuto que andaba por ahi (no me lo hagas recordar que no se donde para). Antes y despues del proceso comprobe el estado de la consola mediante el Xval y pasé del "Failed AP25 Challenge" al "Secdata is Clean". Aunque esto no quiere decir que te salve del baneo. Suerte si lo intentas. Un saludo!
Chuky Master escribió:Se hace el mismo proceso que haces cuando vas a sacar un dump de la Nand. el hecho que este actualizada no impide realizar un dump o escribir en la nand.
El sector de la nand donde se encuentra el Secdata.bin no esta encriptado. por eso se puede restaurar.
Velonero escribió:pero bueno de que version de dash estamos hablando por que apartir de cierta version que ahora no recuerdo pero que es bastante remota el jtag no es posible xd
Daro_San escribió:No nos confundamos, con el jtag (usando un nand dumper) puedes extraer la nand para parchear despues el secdata.bin. Otra cosa es el tema del xploit, que solo es posible en versiones de dash 7371 hacia atras. Yo solo hablo del proceso de extraer la nand, parchear el sector y volver a escribir solo el sector limpio.
leonigsxr1000 escribió:Creeis que con mis conocimientos, (no se casi ni desmontar la consola) podria seguir el tutorial y asi arreglar mi consola y que no me corrompa mas el perfil??
Daro_San escribió:Con el nand dumper puedes extraer y escribir en la nand, es decir, primero extraes, despues parchear y luego escribes usando el programa nandpro. Depende lo que que quieras hacer usando los comandos -r es leer y -w es escribir. No se si con esto aclaro tu pregunta.
Tmv_Josue escribió:leonigsxr1000 escribió:Creeis que con mis conocimientos, (no se casi ni desmontar la consola) podria seguir el tutorial y asi arreglar mi consola y que no me corrompa mas el perfil??
Si nunca has desmontado una consola lo mas seguro es que dejes rastros de que la has abierto, pero si ya no esta en garantía no pierdes nada, aunque muy dificil no es, solo es cuestión de cuidado y paciencia, seguramente podrás.
Si quires extraer unicamente el block donde se encuentra el "secdata" con Nandpro es el block 3C8, con lo que abría que escribir el comando: nandpro lpt: -rX secdata.bin 3C8 1, donde lpt puede ser usb dependiendo del Nand dumper y X el tamaño de la nand (16, 256, 512).
Yo sigo esperando respuesta de como podría insertarse el secdata.bin a nuestra nand.
leonigsxr1000 escribió:Gracias josue, le he dicho a mi amiguete que lea vustro post , pues el si que sabe del tema, (es el que me enseño a descorromper el perfil con el pc), seguro que el tio que es un fiera mañana me dice algo y por supuesto os tengo informados.
Gracias de nuevo compañeros
Background Story
I was flagged for failing the AP25 Challenge by trying to play NFS Hot Pursuit. After XVall told me I was flagged I figured this out.
Description
Basic idea is that when your Xbox flags its self and is not online its never sent to the Microsoft Servers it stays in the secdata of the NAND so you dump the NAND and change the value of the flag from flagged to unflagged and write the changed parts back to the Xbox and BAM! unflagged.
Requirements
- Some wire.
- Soldering Iron
- Soldering experience and confidence
- 5 100ohm 1/2watt Resisters
- 1 Switching Diode. I used 1N914 - 1N4148
- Computer with a LPT port(Printer port)
- LPT cable with a DB25 Male end
- Stuff required to take Xbox 360 apart
Programs
- XVal
- NandPro20b
- FindSecData
- NandCompare
- Windows computer with Command Prompt
- Xbins (if thats how you get the programs)
Steps
1. Take Xbox 360 apart, Totally apart so the mother board is no longer in the frame.
(If you don't know how to do this you probably shouldn't be doing this tutorial)
2. Solder NAND Lpt wire to Xbox 360 motherboard and dumping NAND.
Please refer to this How to JTag tutorial and dump NAND for soldering the Lpt wire and Dumping the NAND. DONT DO THE JTAG POINTS!
(Only thing i did different is compare NAND dumps with NandCompare)
3. Take good dump and run it in FindSecData
(Im asuming you know how to use the command line in this tutorial)
Putting NAND in FindSecData:
C:\Documents and Settings\----\Desktop\nand patch>findsecdata nandr.bin
findsecdata v0.61 2009-12-01 by boby2pc
Controller version 1
Last filetable change: 0x4D
ECC change: 0x4D Filetbl: 0x01D7 Secdata: 0x01D6 Timestamp: 3D6FB8A2 2010-11-15
ECC change: 0x4C Filetbl: 0x01D5 Secdata: 0x0226 Timestamp: 3D61A943 2010-11-01
ECC change: 0x42 Filetbl: 0x0225 Secdata: 0x038B Timestamp: 3C8F12DD 2010-04-15
Checking secdata:
038B containts not 0 values above offset 1024
Searching for recommended
Extracting secdata:
secdata01D6.bin
secdata0226.bin
Extracting filetables:
filetable01D7.bin
filetable01D5.bin
Creating patched secdata:
Patchedsecdata01D6.bin
Patchedsecdata0226.bin
Creating patched filetables:
Patchedfiletable01D7By01D5.bin
Use:
nandpro.exe lpt: -w16 Patchedsecdata0226.bin 1D6 1
nandpro.exe lpt: -w16 Patchedfiletable01D7By01D5.bin 1D7 1
Press ENTER
And Write fixed parts back!
C:\Nandpro20e>nandpro.exe lpt: -w16 Patchedsecdata0226.bin 1D6 1
NandPro v2.0e by Tiros
Testing LPT device address:0378
Using LPT device at address:0378
Flash Config: 0x01198010
Block Size: 16KB Block Limits: 0x0001D6..0x0001D6
File: Patchedsecdata0226.bin
Writing
01D6
C:\Nandpro20e>nandpro.exe lpt: -w16 Patchedfiletable01D7by01D5.bin 1D7 1
NandPro v2.0e by Tiros
Testing LPT device address:0378
Using LPT device at address:0378
Flash Config: 0x01198010
Block Size: 16KB Block Limits: 0x0001D7..0x0001D7
File: Patchedfiletable01D7by01D5.bin
Writing
01D7
If you have a Console with 256mb or 512mb NANDs adjust commands accordingly.
Daro_San escribió:Es cierto, tambien requiere un programa llamado findsecdata ademas del nandpro. Yo segui este tutorial (en ingles) pero lo hice con el nand dumper usb que me fabrique.Background Story
I was flagged for failing the AP25 Challenge by trying to play NFS Hot Pursuit. After XVall told me I was flagged I figured this out.
Description
Basic idea is that when your Xbox flags its self and is not online its never sent to the Microsoft Servers it stays in the secdata of the NAND so you dump the NAND and change the value of the flag from flagged to unflagged and write the changed parts back to the Xbox and BAM! unflagged.
Requirements
- Some wire.
- Soldering Iron
- Soldering experience and confidence
- 5 100ohm 1/2watt Resisters
- 1 Switching Diode. I used 1N914 - 1N4148
- Computer with a LPT port(Printer port)
- LPT cable with a DB25 Male end
- Stuff required to take Xbox 360 apart
Programs
- XVal
- NandPro20b
- FindSecData
- NandCompare
- Windows computer with Command Prompt
- Xbins (if thats how you get the programs)
Steps
1. Take Xbox 360 apart, Totally apart so the mother board is no longer in the frame.
(If you don't know how to do this you probably shouldn't be doing this tutorial)
2. Solder NAND Lpt wire to Xbox 360 motherboard and dumping NAND.
Please refer to this How to JTag tutorial and dump NAND for soldering the Lpt wire and Dumping the NAND. DONT DO THE JTAG POINTS!
(Only thing i did different is compare NAND dumps with NandCompare)
3. Take good dump and run it in FindSecData
(Im asuming you know how to use the command line in this tutorial)
Putting NAND in FindSecData:
C:\Documents and Settings\----\Desktop\nand patch>findsecdata nandr.bin
findsecdata v0.61 2009-12-01 by boby2pc
Controller version 1
Last filetable change: 0x4D
ECC change: 0x4D Filetbl: 0x01D7 Secdata: 0x01D6 Timestamp: 3D6FB8A2 2010-11-15
ECC change: 0x4C Filetbl: 0x01D5 Secdata: 0x0226 Timestamp: 3D61A943 2010-11-01
ECC change: 0x42 Filetbl: 0x0225 Secdata: 0x038B Timestamp: 3C8F12DD 2010-04-15
Checking secdata:
038B containts not 0 values above offset 1024
Searching for recommended
Extracting secdata:
secdata01D6.bin
secdata0226.bin
Extracting filetables:
filetable01D7.bin
filetable01D5.bin
Creating patched secdata:
Patchedsecdata01D6.bin
Patchedsecdata0226.bin
Creating patched filetables:
Patchedfiletable01D7By01D5.bin
Use:
nandpro.exe lpt: -w16 Patchedsecdata0226.bin 1D6 1
nandpro.exe lpt: -w16 Patchedfiletable01D7By01D5.bin 1D7 1
Press ENTER
And Write fixed parts back!
C:\Nandpro20e>nandpro.exe lpt: -w16 Patchedsecdata0226.bin 1D6 1
NandPro v2.0e by Tiros
Testing LPT device address:0378
Using LPT device at address:0378
Flash Config: 0x01198010
Block Size: 16KB Block Limits: 0x0001D6..0x0001D6
File: Patchedsecdata0226.bin
Writing
01D6
C:\Nandpro20e>nandpro.exe lpt: -w16 Patchedfiletable01D7by01D5.bin 1D7 1
NandPro v2.0e by Tiros
Testing LPT device address:0378
Using LPT device at address:0378
Flash Config: 0x01198010
Block Size: 16KB Block Limits: 0x0001D7..0x0001D7
File: Patchedfiletable01D7by01D5.bin
Writing
01D7
If you have a Console with 256mb or 512mb NANDs adjust commands accordingly.
Daro_San escribió:No es tan dificil como parece... Sabes soldar? Tienes Nand Dumper? Si la respuesta es Si a las 2 puedes hacerlo sin dificultad. Te aviso de que cuando escribí el sector parcheado de nuevo en la nand tenia los "wuebos" de corbata, pero todo salio bien.