Jump to content

  •  

  • iBotModz CBox


    Photo

    [360] Nandpro 2d


    This topic has been archived. This means that you cannot reply to this topic.
    No replies to this topic

    #1 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07

    Posted 12 January 2010 - 06:34 AM

    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:
    Attached File  NandPro20d.rar   1.74MB   1672 downloads