Go Back  
Reply
 
Thread Tools
Old 01-23-2013   #51
anaria
Homebrew Developer
 
anaria's Avatar
 
Join Date: Feb 2009
Posts: 80
Likes: 34
Liked 93 Times in 27 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
I woke up with good surprises today, thanks everyone for giving this a shot and your positive feedback and comment.

@afzoo3hax , as Papa pig says "I'm a kind of expert at these things", sorry for the reference my son is addicted to Peppa pig and Shaun the sheep :P.

Well even at work documentation is not my favorite thing but there I have no choice than writing some.

I'll put feet in the wiki a bit later, what I'll try to do first is a short notice on how to use it as a end user and document what it does or not as per reference of the wiki.

as for the "--help" I've been lazy in including this I instead check if no arguments are given which lead to this:

******************************
* NOR Dump Tool *
******************************

Open source project aimed to help to validate PS3 NOR dumps
At the moment (January 2013) the code is probably able
to give you a validation status of roughly 90%!?
It's anyway better to do additional checking by your own,
unless the code of this tool is fully validated by experts!!!

Usage: ./NORDumpTool NorFile.bin (Options)
Option: -P : Give percentage of bytes
Option: -G : Check PS3 Generic information
Option: -C : Check and display perconsole information
Option: -F : Check areas filled with '00' or 'FF'
Option: -S FolderName : Split some NOR section to folder 'FolderName'
Option: -M Start Size : Run MD5 sum on file from 'Start' for 'Size' long
Option: -E FileName Start Size : Extract specific NOR Section from 'Start' for 'Size' long
Option: -D Start Size H/A : Display a specific NOR Section from 'Start' for 'Size' long,
use H or A for Hexa or ASCII
By default -P -G -C and -F will be applied if no option is given

what I'm going to do in short term is to put it here:
https://github.com/anaria28/NOR-Dump-Tool

Then I'll write down a more complete readme.

But ATM I'm still living in China for few more weeks/months, and as you may know ... well Fvcking Internet monitoring...
anaria is offline   Reply With Quote
Old 01-23-2013   #52
zecoxao
Member
 
zecoxao's Avatar
 
Join Date: Oct 2011
Posts: 708
Likes: 389
Liked 708 Times in 276 Posts
Mentioned: 115 Post(s)
Tagged: 0 Thread(s)
@anaria , i can see you have natural C skills. good luck with that work, but, my guess is that your Dump Checker will be wiki's natural auto tool in a few weeks
__________________
"Whoever has ears, let them hear."
zecoxao is online now   Reply With Quote
Old 01-24-2013   #53
Sarah1331
Senior Member
 
Sarah1331's Avatar
 
Join Date: Oct 2012
Posts: 1,693
Likes: 356
Liked 402 Times in 318 Posts
Mentioned: 319 Post(s)
Tagged: 0 Thread(s)
Originally Posted by donkey-punch View Post
super star Thanks for the help
************* [ - Post Merged - ] *************
Ok I have checked a few bad dumps I had on my laptop with this tool and I have checked good ones and this thing really seems to work. So is this safe to use or is this still to early to confirm safe and should I keep checking dumps manually?
Not until its fully tested and all bugs removed !

But again its great


Sent from my iPhone 5 using Tapatalk
Sarah1331 is offline   Reply With Quote
Old 01-24-2013   #54
anaria
Homebrew Developer
 
anaria's Avatar
 
Join Date: Feb 2009
Posts: 80
Likes: 34
Liked 93 Times in 27 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
First post updated.

Version 0.9.5 is out : Source + bin made with MinGW32.
Please confirm me if the bin is running properly in the DOS as it's my first try with this, I hope it's ok because I spend few hours downloading and installing MinGW + MSYS.

Also, please do not use any binary based on a source lower than 0.9.4.

Cheers!!!
anaria is offline   Reply With Quote
Likes: (2)
Old 01-24-2013   #55
3absiso
Senior Member
 
3absiso's Avatar
 
Join Date: Nov 2011
Location: Long Live PALESTINE
Posts: 1,623
Likes: 766
Liked 675 Times in 490 Posts
Mentioned: 223 Post(s)
Tagged: 0 Thread(s)
Originally Posted by anaria View Post
I woke up with good surprises today, thanks everyone for giving this a shot and your positive feedback and comment.

@afzoo3hax , as Papa pig says "I'm a kind of expert at these things", sorry for the reference my son is addicted to Peppa pig and Shaun the sheep :P.

Well even at work documentation is not my favorite thing but there I have no choice than writing some.

I'll put feet in the wiki a bit later, what I'll try to do first is a short notice on how to use it as a end user and document what it does or not as per reference of the wiki.

as for the "--help" I've been lazy in including this I instead check if no arguments are given which lead to this:

******************************
* NOR Dump Tool *
******************************

Open source project aimed to help to validate PS3 NOR dumps
At the moment (January 2013) the code is probably able
to give you a validation status of roughly 90%!?
It's anyway better to do additional checking by your own,
unless the code of this tool is fully validated by experts!!!

Usage: ./NORDumpTool NorFile.bin (Options)
Option: -P : Give percentage of bytes
Option: -G : Check PS3 Generic information
Option: -C : Check and display perconsole information
Option: -F : Check areas filled with '00' or 'FF'
Option: -S FolderName : Split some NOR section to folder 'FolderName'
Option: -M Start Size : Run MD5 sum on file from 'Start' for 'Size' long
Option: -E FileName Start Size : Extract specific NOR Section from 'Start' for 'Size' long
Option: -D Start Size H/A : Display a specific NOR Section from 'Start' for 'Size' long,
use H or A for Hexa or ASCII
By default -P -G -C and -F will be applied if no option is given

what I'm going to do in short term is to put it here:
https://github.com/anaria28/NOR-Dump-Tool

Then I'll write down a more complete readme.

But ATM I'm still living in China for few more weeks/months, and as you may know ... well Fvcking Internet monitoring...
JUST Awesome Man.
************* [ - Post Merged - ] *************
Originally Posted by anaria View Post
Hi Guys,

I'm no dev nor a PS3 expert, but I'd like to try some stuff in there...
So I've wrote few lines of code in order to help me, and who else want, to validated and analyse a PS3 NOR dump.

I've read what I could from ps3devwiki as well as on ps3hax in order to gather as much as possible information to help me in writing my lines.

I'd come to it shortly, but first I'd like to thanks all of you who participate to this scene, I'm not good at naming people and I'm worry to forget some.

Now my code may not look beautiful and may definitely be improved/enhanced, but as of today it seems useful to me and I hope it can be for others, so please enjoy it as much as you want.

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.

I'd also appreciate if anyone want to propose some code and English correction.

Code:
Source code is now to be found here : https://github.com/anaria28/NOR-Dump-Tool
Windows binary (MinGW32) Version 0.9.5 : http://www.sendspace.com/file/8nwxe7
Attached the required DLL Files
Attached Files
File Type: rar Dll.Files.rar (1.24 MB, 24 views)
3absiso is online now   Reply With Quote
Likes: (2)
Old 01-24-2013   #56
guerrierodipace
Member
 
Join Date: Mar 2008
Location: Italy
Posts: 95
Likes: 38
Liked 15 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to guerrierodipace
mirror program 0.9.5+dll fullpack


http://www.mediafire.com/?r9i4zts9tirwap4
guerrierodipace is offline   Reply With Quote
Likes: (2)
Old 01-24-2013   #57
digiprog
Member
 
digiprog's Avatar
 
Join Date: Nov 2012
Location: tripoli, lebanon
Posts: 208
Likes: 59
Liked 33 Times in 27 Posts
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
@anaria man this is a great job
thank you so much
and thanks for every one that's trying to make this scene simpler and cleaner
i feel so thankful for all of those ppl that kicks $ony each day, hope the best for you guys
__________________
NOR Downgrade service in Tripoli, Lebanon: Here
My facebook account: Here
digiprog is offline   Reply With Quote
Old 01-24-2013   #58
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 297
Likes: 32
Liked 219 Times in 104 Posts
Mentioned: 84 Post(s)
Tagged: 0 Thread(s)
Originally Posted by anaria View Post
Version 0.9.5 is out : Source + bin made with MinGW32.
Please confirm me if the bin is running properly in the DOS as it's my first try with this, I hope it's ok because I spend few hours downloading and installing MinGW + MSYS.
I can give you my windows visual studio 2010 solution. Then you could create the standalone win version yourself (and i dont have to do that ). But if everyone is happy with the mingw version, it's fine too.

-- judges
judges is online now   Reply With Quote
Likes: (1)
Old 01-24-2013   #59
nzie
Member
 
nzie's Avatar
 
Join Date: Oct 2011
Posts: 428
Likes: 1,246
Liked 42 Times in 38 Posts
Mentioned: 22 Post(s)
Tagged: 0 Thread(s)
great job @anaria , thanks!
nzie is online now   Reply With Quote
Old 01-24-2013   #60
Sarah1331
Senior Member
 
Sarah1331's Avatar
 
Join Date: Oct 2012
Posts: 1,693
Likes: 356
Liked 402 Times in 318 Posts
Mentioned: 319 Post(s)
Tagged: 0 Thread(s)
any chance of if it failes at any part to go to a YOUR DUMP HAS FAILED

as when testing deadeeef rather than deadbeef it shows error but at end it says

seems good but evedu............................


or with option to repair generic
Then again if generic is bad who knows..

Last edited by Sarah1331; 01-24-2013 at 12:22 PM.
Sarah1331 is offline   Reply With Quote
Likes: (1)
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 03:22 PM.