Jump to content

cbox


[360] Nandpro 2d


iBotPeaches

Recommended Posts

Posted

Nandpro 2d

 

A tool used to dump your nand from your xbox 360.

 

Prerequisites

Run the port95nt.exe application to install the DlPortio driver

 

Its command prompt based. Meaning you have to cd (move directories) yourself all the way to your nandpro location. A simple way to do that, is go to the diretory nandpro is in. Copy the path from above, then open up command prompt. Type cd (whatever you copied)

 

To dump your nand use

nandpro lpt: -r16 orig.bin

 

Once you have a clean dump, you can use these commands to pull the config and keyvault out of it.

 

nandpro orig.bin: -r16 rawkv.bin 1 1
nandpro orig.bin: -r16 rawconfig.bin 3de 2

 

Simply -r16 means read, and w-16 means write, and the code after tells where to find that information.

 

Changelog:

  • * Bit settling verify feature added for LPT reading
  • * Add support for Jasper16a
  • * Improved detection for virtual nand device, fixes some problems with writing to vnand.
  • * Always corrects the ECC bytes (but not SPARE), even in raw mode
  • ie: A raw file that has been hex edited can simply be flashed with -w
  • * Added command line swithces
  • %r will read SPARE data only, 16 bytes per block
  • @w will write RAW file, while correcting block numbers
  • Can "force" a flash config on command line by appending :HexFlashConfig

 

*update* 2.0d has been released.

What's new/fixed:

  • * For compatibility purposes -w does not calculate ECC
  • * Raw files are flashed pure using -w. To correct ECC errors use *w instead
  • ie: A raw file that has been hex edited can simply be flashed with *w

 

Download:

NandPro20d.rar

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...