Go Back  
Reply
 
Thread Tools
Old 01-23-2013   #31
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)
Code fixed in ReadSection, I don't know why I wanted to have both quartet of one byte to be fail to raise it ans not just one of them...
My mistake was about the use of a logical and instead of a or.

Thx again @Sarah1331 , btw I'll stick it to 90% as you see I like bugs :P

To all, do not hesitate to push this to the limit, I didn't share it to receive roses but to be sure it will profit to all, and also aas you may know it's always better to have someone else check your on work for validation, at least that's what we do when building test solution in my company.
anaria is offline   Reply With Quote
Likes: (2)
Old 01-23-2013   #32
playerkp420
Senior Member
 
Join Date: Dec 2011
Posts: 4,376
Likes: 936
Liked 1,511 Times in 1,091 Posts
Mentioned: 780 Post(s)
Tagged: 0 Thread(s)
Originally Posted by judges View Post
Here you go (win32 v0.93):
http://www.mediafire.com/?b3g679tg5hvzf5t

-- judges
I drag n drop the dump and I see in the cmd window it checking everything. But when it is done the window disappears.

Is that because I am on Windows 7 64bit?

I did try changing the compatibility in properties, and run as admin.
__________________
HOW TO DOWNGRADE W/E3 FLASHER TO ANY OFW/CFW
Nor model PS3 downgrade service in U.S.A. if you don't want to do it yourself
For downgrade help join irc at effnet-Just enter name and channel is #ps3downgrade
playerkp420 is offline   Reply With Quote
Old 01-23-2013   #33
Sarah1331
Senior Member
 
Sarah1331's Avatar
 
Join Date: Oct 2012
Posts: 1,696
Likes: 358
Liked 402 Times in 318 Posts
Mentioned: 319 Post(s)
Tagged: 0 Thread(s)
Originally Posted by playerkp420 View Post
I drag n drop the dump and I see in the cmd window it checking everything. But when it is done the window disappears.

Is that because I am on Windows 7 64bit?

I did try changing the compatibility in properties, and run as admin.
Run it from cmd line


Sent from my iPhone 5 using Tapatalk
Sarah1331 is offline   Reply With Quote
Old 01-23-2013   #34
playerkp420
Senior Member
 
Join Date: Dec 2011
Posts: 4,376
Likes: 936
Liked 1,511 Times in 1,091 Posts
Mentioned: 780 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Sarah1331 View Post
Run it from cmd line


Sent from my iPhone 5 using Tapatalk
I tried that. I must be doing something wrong. The only way I can get it to do anything, is to drag n drop the dump onto the .exe. Then I see it do all the checks, but then the window disappears.

Any other way I try the window just flashes and disappears.
__________________
HOW TO DOWNGRADE W/E3 FLASHER TO ANY OFW/CFW
Nor model PS3 downgrade service in U.S.A. if you don't want to do it yourself
For downgrade help join irc at effnet-Just enter name and channel is #ps3downgrade
playerkp420 is offline   Reply With Quote
Likes: (1)
Old 01-23-2013   #35
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)
Guys, you may want to use it only starting version 0.9.4 as previous have a serious lack of byte comparison.
anaria is offline   Reply With Quote
Likes: (1)
Old 01-23-2013   #36
Sarah1331
Senior Member
 
Sarah1331's Avatar
 
Join Date: Oct 2012
Posts: 1,696
Likes: 358
Liked 402 Times in 318 Posts
Mentioned: 319 Post(s)
Tagged: 0 Thread(s)
I have

Check.exe dump.bin
Pause

From script obviousley


Sent from my iPhone 5 using Tapatalk
Sarah1331 is offline   Reply With Quote
Old 01-23-2013   #37
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)
You may or may not be familiar with gcc, but if you are using windows, I really suggest you to install cygwin, then you can easily compile and execute it, you may even be able in that case to quickly try changes in the code and see what it does.

Again I did code it on my Mac and only used a PC with cygwin to rework it and test it.
anaria is offline   Reply With Quote
Likes: (1)
Old 01-23-2013   #38
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,029
Liked 579 Times in 471 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
thx for the "open source" source code @anaria ...great idea and tool

also thx to judges for the compiled build, as this code compile noob could not get it compiled even with the ease HOWTO

error i was getting on "full Cygwin" =

Code:
sourcefile.c:1:0: fatal error: can’t open /tmp/cc5IphhP.s for writing: No such file or directory
compilation terminated
cygwin not full afterall i guess...if u could explain howto fix this "small"? error that would be appreciated ..thx anyway!
haz367 is online now   Reply With Quote
Old 01-23-2013   #39
judges
Homebrew Developer
 
Join Date: Jul 2011
Posts: 298
Likes: 32
Liked 219 Times in 104 Posts
Mentioned: 85 Post(s)
Tagged: 0 Thread(s)
Originally Posted by anaria View Post
Guys, you may want to use it only starting version 0.9.4 as previous have a serious lack of byte comparison.
Here's the win32 v0.94:
http://www.mediafire.com/?wbl3wdm1df4cs16

-- judges
************* [ - Post Merged - ] *************
Originally Posted by playerkp420 View Post
I tried that. I must be doing something wrong. The only way I can get it to do anything, is to drag n drop the dump onto the .exe. Then I see it do all the checks, but then the window disappears.

Any other way I try the window just flashes and disappears.
Then you didn't open a command window. Start -> All Programs -> Accessories -> Command Prompt.
judges is online now   Reply With Quote
Likes: (4)
Old 01-23-2013   #40
donkey-punch
Senior Member
 
Join Date: Jul 2012
Posts: 1,057
Likes: 71
Liked 255 Times in 204 Posts
Mentioned: 45 Post(s)
Tagged: 1 Thread(s)
Originally Posted by judges View Post
Here's the win32 v0.94:
http://www.mediafire.com/?wbl3wdm1df4cs16

-- judges
************* [ - Post Merged - ] *************


Then you didn't open a command window. Start -> All Programs -> Accessories -> Command Prompt.
How can I get this to work with windows 7 64 bit? I opened a cmd prompt dragged and dropped the exe into it and then dragged and dropped the dump into cmd prompt, but it just opens a new cmd prompt for a split second and nothing happens. Ok so I drag and droppped the exe hit return and I get a list of options, excuse my thickness but where do I go from there?

Last edited by donkey-punch; 01-23-2013 at 11:03 AM. Reason: I'm brain dead
donkey-punch is offline   Reply With Quote
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 12:01 PM.