Giter Club home page Giter Club logo

nor-dump-tool's Introduction

 NOR Dump Tool

Open source project aimed to help to validate PS3 NOR dumps !! This code is NOT able to give you a 100%% validation status !! It's anyway better to do additional checking by your own, unless the code of this tool is fully validated by experts!!!

All credits go to ps3devwiki and its contributors.

I have no pretension for it but I'd like from anyone who enjoy it, to keep it as an opensource project, if this code or any part of it is used for another application, I ask you to make it public as well, if you like this code and write some changes please share it with everyone.

Usage: ./NORDumpTool NorFile.bin (Options)
    --help                 : Display this help.
    -v                     : Verbose for debugging purposes
                             A lot of data may output especially if the dump is defective
    -P                     : Give percentage of bytes
    -G                     : Check PS3 Generic information
    -C                     : Check and display perconsole information
    -f                     : Check areas filled with '00' or 'FF'
    -F                     : Check Firmware information (ros0/1 + trvk)
    -N                     : Check areas containing data in opposition to -F option
    -R                     : Check simple repetition of bytes due to stuck line
    -S FolderName          : Split some NOR section to folder 'FolderName'
    -M Start Size          : Run MD5 sum on file from 'Start' for 'Size' long
    -E FileName Start Size : Extract specific NOR Section from 'Start' for 'Size' long
    -D Start Size H/A      : Display a specific NOR Section 
                            from 'Start' for 'Size' long, use H or A for HEX or ASCII

By default -P -G -C -f -F -N and -R will be applied if no option is given

Examples:

  • Display Usage list: ./NORDumpTool or ./NORDumpTool --help

  • Check a dump: ./NORDumpTool dumpfilename.bin

  • Split the dump into separate files (like asecure_loader, eEID and so on.) to a folder. No checking done here! it just extract the binaries ./NORDumpTool dumpfilename.bin -S FolderNameWhereToStoreFiles

nor-dump-tool's People

Contributors

anaria28 avatar

Stargazers

0x avatar Jevin Sweval avatar Sebastian Rothe avatar Dreamcat4 avatar  avatar

Watchers

Jevin Sweval avatar  avatar  avatar  avatar  avatar

Forkers

an0nym0u5

nor-dump-tool's Issues

Warning Message isn't quite clear

Hi Anaria,

  • Compiled from the HEAD commit: NORDumpTool master ff34137.
  • Currently latest / newest with commit msg: "Splitting method reworked".
  • Ran on an OFW 4.30 dump. Not downgraded or patched, nothing yet.

Question:

  • What is this code about, decryptable [YES/NO] for OFW 4.30 ?
  • Perhaps it will only check it for only 3.55? or else fail.

https://github.com/anaria28/NOR-Dump-Tool/blob/master/NORDumpTool.c#L1342

Wiki Reference:
http://www.ps3devwiki.com/wiki/Flash:Revoke_Package#trvk_prg0


  • Per Firmware Data      *
    

    Short MD5 checking for revokation
    9A3060D30A25DCE7686AA415A1857319 trvk_prg0 for FW :'3.55/3.55_DEX' ! GOOD
    you can find the suspect file here:'test1_trvk_prg0.bin', use any tools like scetool to check it in detailC67C0E8750BE22D781C5168FE631145F trvk_prg1 for FW :'3.5' ! GOOD
    1EFAC1E0C28112353D188A00EC92718B trvk_pkg0 unknown but good header ! WARNING
    you can find the suspect file here:'test1_trvk_prg0.bin', use any tools like scetool to check it in detail1EFAC1E0C28112353D188A00EC92718B trvk_pkg1 unknown but good header ! WARNING
    you can find the suspect file here:'test1_trvk_prg0.bin', use any tools like scetool to check it in detailShort MD5 checking for core os 0 files

When I open in SCETool (GUI). Browse -> open 'test1_trvk_prg0.bin' file (as instructed). Under 'Show File Info' button. SCETool says:

Valid SCE header BUT
Warning: Could not decrypt header.
A very similar message to the previous which NORDumpTool previously output.

Anything to worry about?

Or maybe something I'm not doing properly to decrypt it? Perhaps must SCETool from Cmd Line manually with some special argument to supply the Key? Obtained from where?

By the way, somehow the formatting isn't quite right. The lines are getting mixed up. It's probably nothing big...

Anyway: Please help to understand it. Many thanks, appreciated.

Kind Regards
Dreamcat4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.