Go Back  
Reply
 
Thread Tools
Old 08-11-2012   #261
Viral Doom
Apprentice
 
Join Date: Aug 2012
Posts: 9
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Vallachia View Post
Well you really need to read the whole thread if you want to learn anything. But i'll throw you a bone.

You can do it in a few ways, use EbootMOD.exe or use a hex editor for example.
I prefer the hex editor method since you don't have to worry about EbootMOD.exe crashing when it calls makeself.

Ok so get a hex editor such as hex workshop. Open the eboot.elf you got from decrypting the eboot.bin. Search for 3300000036000 and replace with 3300000034000 (just change 36 to 34).

Now encrypt the eboot.elf using key-revision 01. All done!
do NOT forget to mod param.sfo by hexa, you need to chance the value "3.60" to "3.41" or "3.55"

or use this pkg fix:

Code:
http://rghost.net/39691008
I did it a few days ago for a friend

Last edited by Viral Doom; 08-11-2012 at 08:29 AM.
Viral Doom is offline   Reply With Quote
Old 08-11-2012   #262
Vallachia
Apprentice
 
Join Date: Nov 2010
Posts: 18
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by mrWodoo View Post
Can't find this pattern '3300000036000', search method: ANSI... hhd hex editor neo

decrypted to .ELF ofc.
Hex not ASCII. Seriously, just use Viral Doom's pkg if you don't know what you are doing..
Vallachia is offline   Reply With Quote
Old 08-11-2012   #263
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,038
Likes: 1,041
Liked 583 Times in 473 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
hi, if not using EBOOTMOD to fix param_sys into 34(3.41) or 35(3.55)
use this gsarc commad in ur batch and put it before "scetool re-encrypt" command

Code:
gsar.exe  -x18 -s:x24:x13:xbc:xc5:xf6:x00:x33:x00:x00:x00:x36 -r:x24:x13:xbc:xc5:xf6:x00:x33:x00:x00:x00:x35 EBOOT.ELF fixed.elf
also edit the PARAM.SFO into the key-rev used (3.41/355)
error should be gone

manual search/edit for this in the decrypted EBOOT.ELF = (search for hex 24 13 BC C5 F6 with HxD) then change 00 33 00 00 00 36 to [b]00 33 00 00 00 34 or 00 33 00 00 00 35

credits to Asure and company for all the help
then re-encrypt with scetool
haz367 is online now   Reply With Quote
Old 08-11-2012   #264
christos
Member
null
 
Join Date: Sep 2010
Posts: 31
Likes: 15
Liked 3 Times in 3 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
hey guys is posible for someone to find the key for k-linc from patch.self for this BLES01377?
from my pc it takes to much time and in the end can't find it. thnx in advance
christos is offline   Reply With Quote
Old 08-11-2012   #265
Vallachia
Apprentice
 
Join Date: Nov 2010
Posts: 18
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Well the real question is has anyone had any luck re-encrypting an .self with lower keys using Scetool? I mean actually building a .self that works.

All my efforts have resulted in the wrong/incomplete SCE metadata header being created. I am guessing that Scetool cannot currently do self/sprx metadata properly.

So if this is true (anyone?) then the rage k-license key won't help you for now sorry.

I also should say thanks so much to Asure and Longhornx (and others) who have contributed to this thread. So thanks to you all and hope the .self/.sprx thing is cracked soon!
Vallachia is offline   Reply With Quote
Old 08-11-2012   #266
oakhead69
Apprentice
null
 
Join Date: Nov 2011
Posts: 28
Likes: 2
Liked 34 Times in 16 Posts
Mentioned: 23 Post(s)
Tagged: 0 Thread(s)
Originally Posted by christos View Post
hey guys is posible for someone to find the key for k-linc from patch.self for this BLES01377?
from my pc it takes to much time and in the end can't find it. thnx in advance
offset 0x1978b20 into boot.elf for Rage (BLES01377)

you find the klicense key:
58a4badb96035258c54dde01f210cbdd
oakhead69 is offline   Reply With Quote
Likes: (2)
Old 08-11-2012   #267
clayboy
Apprentice
 
Join Date: Sep 2010
Posts: 5
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Did anyone figure out the issues with the system still asking for 3.60 update after being patched with the recent pkg files that were released...
clayboy is offline   Reply With Quote
Old 08-11-2012   #268
Asure
Member
 
Join Date: Jan 2008
Posts: 245
Likes: 27
Liked 127 Times in 72 Posts
Mentioned: 69 Post(s)
Tagged: 0 Thread(s)
Originally Posted by clayboy View Post
Did anyone figure out the issues with the system still asking for 3.60 update after being patched with the recent pkg files that were released...
The required version is stored by vsh when you install a package (update).
So when you build the pkg with the update, you must edit the sfo to say 3.55 or 3.41. Then, when you install that package, all will be fine.

There are many broken eboots (param not fixed) and broken packages out there that do not have the param or sfo fixed. I prefer to make my own fixes & pkgs for private use.
Asure is offline   Reply With Quote
Old 08-11-2012   #269
christos
Member
null
 
Join Date: Sep 2010
Posts: 31
Likes: 15
Liked 3 Times in 3 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by oakhead69 View Post
offset 0x1978b20 into boot.elf for Rage (BLES01377)

you find the klicense key:
58a4badb96035258c54dde01f210cbdd
thnx
how many hours it took you to find the key? i have core 2 duo oced to 4.3ghz
and run for 2 hours but nothing and i stopped it.
christos is offline   Reply With Quote
Old 08-11-2012   #270
baargle
Senior Member
 
Join Date: Sep 2010
Posts: 1,175
Likes: 603
Liked 625 Times in 376 Posts
Mentioned: 138 Post(s)
Tagged: 0 Thread(s)
Originally Posted by christos View Post
thnx
how many hours it took you to find the key? i have core 2 duo oced to 4.3ghz
and run for 2 hours but nothing and i stopped it.
Has virtually nothing to do with CPU power, the batch file is just a very dirty way of getting the correct key, a properly made application would find it in a couple of seconds. The limiting factor is the msdos prompt shell, it's not designed for this and won't be using the power of your cpu, no matter how fast or slow it is.

No disrespect to Asure, nobody else has done anything about this except him and in due course someone will code something that is optimized to extract the key, which isn't even hidden. It's in an easily locatable place and that place is possible to be worked out in an application and algorithm used to find it instantly or in seconds.
baargle 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 11:26 AM.