It has been fun making this program, it has gone threw 12 awesome updates. I'm sad to stop working on it, but I'm happy to see what you guys can continue to make it into. I will release the source code, but not today, not in this thread. lets leave that for another time and focus on this release. This is also the most stable version, all features have been tested not only by me but other people too, (Dcnigma, Industerialcode) and all features work properly.
- scetool v0.28 added
- New keys added to keyset
- New script for EBOOT resigning
- New file system layout
- Removed do it button
- Now everytime you select a option from one of the drop down menu it does that option right away
- Removed SELF tool
- Cleaner
- Every option has its individual message box completion of operation
@echo off
FOR /F "tokens=1,2 delims= " %%A IN ('scetool.exe -i EBOOT.BIN') DO (
if [%%A]==[ContentID] set CID=%%B
)
scetool.exe --decrypt EBOOT.BIN EBOOT.ELF
rename EBOOT.BIN ORIGINAL_EBOOT.BIN > NUL
pause
scetool.exe --sce-type=SELF --compress-data=FALSE --skip-sections=TRUE --key-revision=0A --self-auth-id=1010000001000003 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003005500000000 --np-license-type=FREE --np-content-id=%CID% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.BIN
pause
del /Q EBOOT.ELF > NUL
scetool -i EBOOT.BIN
pause
A OPTIONAL donation can be sent to psdev@hotmail.com via paypal
please read license file
OFFICIAL PREVIOUS RELEASES:
Note: All Introductions by the One and Only, tthousand.
PS3Tools GUI Edition v3.2
Click to View!
It's about time for another update to my program, this time around I added a scetool section. It has 3 new options with one favorite thanks to andreus for a script that I use, I also update the SFO Reader tool and fix some bugs. See official changelog below.
- Added scetool section
- Show curent keylist
- Decrypt EBOOT.BIN up to 3.60
- Decrypt and resign EBOOT.BIN automatically
- Fixed SFOREADER bug
- When ever you get a output it autp copys to clipboard
- Minor bug fixes through out program to make it run a little more fluently.
Now if, or when keys for later Firmwares get released this tool does not need to be updated to use the feature, thanks to naehrwert way he has the scetool set you just replace the keys file with the updated info and run the program to decrypt higher FW SCE files
A OPTIONAL donation can be sent to psdev@hotmail.com via Paypal. it's in no way, shape or form necessary to donate to use this or any of my software. Thanks

PS3Tools GUI Edition v3.1
Click to View!
Just finished my latest update for PS3Tools GUI Edition. I added quite a bit of changes in this version, scroll down to the Change log to see.
- .SPU is now extension for emulator
- SPU editor
- Edit SPU files for emulator
- Save SPU files for emulator whilst the program still open for faster emulation
- A label that tells whether it's currently emulating or not
- SPU emulator has message boxes now upon successeions or errors
- SPU refreshed button fixed
- Changed interface for LS and codewatcher
- Debug pkg decryption temporarily removed
- checks pkg type now
- SELF encryption added
- Filter added to opening SPU file on editor and emulator so it narrows it down to just .SPU files
- CEX2DEX now will tell if validation is done
- Test.SPU included for testing
- Included missing .dll for SPU emulation
#Example # to make a comment use # This is how to load a file #elf,file.elf,true #the ext first the comma then the file name and ext. #place the file to load in program folder #now just load this test.SPU file and in r3[0] #here is how you would test a register #r,3,0,0xdead0000 #meaning r3[0] #shows in leftside r,3,0,0xdead0000 #above^ r,5,0,0xbabe0000 #r5[0] r,4,1,0xcafe0000 #r4[1] r,127,0,0xbeef0000 #r127[0] r,54,2,0xdead0000#r54[2]
Read the license file in download for a clear understanding.
A OPTIONAL donation can be sent to psdev@hotmail.com via paypal.
PS3Tools GUI Edition v3.0
Click to View!
Hi everyone, here with a new update to my program. Added SPU Emulation, Self Decryption and debug pkg decryption. Along with more accurate loading bars and a interface change to pkg tool, spu emulation, self decryption, edat tool.
- SPU EMULATION ADDED
- Debug PKG Decryption added
- Self decryption added
- Logging Errors/successes added to EDAT tool
- logging Errors/succession added to PKG tool
- loading bars code adjustment, more accurate now
Self decryption is know possible
. Just browse for your self/bin file and hit decrypt or, drag and drop. Yes I added it.Now Debug PKG decryption is a option too, just name the file debugpkg.pkg put in root of program folder and run the tool and it decrypts.
Please read the license file in download
OPTIONAL Donations can be sent to psdev@hotmail.com via PayPal. Thanks
PS3Tools GUI Edition v2.6
Click to View!
Hi everybody, here to release my new update. New interface, makes it feel more umm, IDK. I just like it

- Added CEX 2 DEX
- New Interface
- Fixed PKG decryptor button
- Fixed EDAT Tool button
- removed second GUI form
- Minor bug fixes and code changes to perform better
This whole CEX to DEX is going around, I felt like adding it to GUI form had to be done so, I jumped on band wagon and did it.
When going to use this Make sure you have a CEX Nor flashed named "CEXFLASH.bin" and the eid_root_key.bin in the program folder.
Run the tool and it will output a DEXFLASH.bin... easy as pie.
Note* opensll required!!
Thanks to naehrwert, KaKaRoToKS, andbey0nd, Math, HsRiena, geohot, eussNL, zecoxao and ofcourse the MAIN team I cannot forgot. Fail0verFlow also tthousand for always helping with everything, you're awesome buddy I never give you enough appreciation and thanks!!
PS3Tools GUI Edition v2.5
Spoiler
When the program first loads, you're going to be opted to choose the GUI, well remember the original GUI for the main screen? Well I added a new one that took out the Command prompt emulator, made the form smaller and sleeker.
Once you choose the GUI you want it will take you too the specific form, but wait, you want to use the other GUI after your done with your first selection? Well I though of that and instead of having it close after selection it stay's alive until you're done!
CHANGES:
- SFO READER
- Dump category_friend.rco
- Dump category_game.rco
- Dump category_music.rco
- Dump category_network.rco
- Dump category_photo.rco
- Dump category_psn.rco
- Dump category_sysconf.rco
- Dump category_tv.co
- Dump category_user.rco
- Dump category_video.rco
- Added loading bar on both GUI
- added dialogs to see completion
- add messageboxes for errors and PUP completion
- fixed minor bugs
- Fixed Core_os image reader tool
So here is what the new GUI 2 looks like
and the GUI 1 with changes
DOWNLOAD
PS3Tools GUI Edition v2.1
Click to View!
I need to thank math because, this uses his AES engine and without it I would have had to code one on my own.(Don't worry I had his permission). It was truly a pain incorporating this into my program, much harder than the EDAT tools.
private byte[] PS3AesKey = new byte[16] {
0x2E, 0x7B, 0x71, 0xD7, 0xC9, 0xC9, 0xA1, 0x4E,
0xA3, 0x22, 0x1F, 0x18, 0x88, 0x28, 0xB8, 0xF8
Spoiler
- Decryption of Retail PKG
- Extraction of Retail PKG
- Bug fixes
- Removed external programs
- Fixed bugs and added some little features in EDAT tool
- doesn't take up as much memory
DOWNLOAD: PS3Tools GUI Edition v2.1
Also if I can port Rcomage to c# then expect that to be next release, it's hard porting c++ to c# though, but I'm trying, it has alot of code that needs converter.
Follow me on twitter: PsDev(BlackC0de) (@RealPsDev) on Twitter
Thanks to naehwert, KaKaRoToKS, geohot, Math, eussNL and of course Fail0verFlow! and any one else I forgot.
PS3Tools GUI Edition v2.0
Click to View!
I collaborated now listen, PsDev back with the brand new edition
Yes, yes. Me and SnowyDew have collaborated and I added his magnificant tools to mine
It was a struggle getting it to execute properly, but I finally got rid of all the errors and combined them for the best experienceiso.bin.edat extraction
decrypt eboot.pbp's / eboot.bins for further game modifiying
Decryption of act.dat and rif keys
Print coreos image info
Spoiler
thanks to naehwert, snowydew, KaKaRoToKS, geohot, math and any one else I forgot
Follow me on twitter:@RealPsDev
Download:PS3Tools GUI Edition v2.0.rar
PS3Tools GUI Edition v1.2
Click to View!

Updated to 1.2 enjoy
- Added SCE info
- SCE info- lv0
- SCE info- lv1ldr
- SCE info- lv2ldr
- SCE info- appldr
- SCE info- isoldr
- SCE info- EBOOT.BIN
- Added hexdump option to dump decrypted core_os
and any one else I forgot.PS3Tools GUI Edition v1.1B
Click to View!
Updated it to 1.1B. Enjoy
CHANGES
- Added Dev_flash and Dev_flash3 dumper
- Removed conf editor
- Removed space wasting buttons
- Added other tools section
- cleaner GUI
- No extra tab screen
- faster
- less memory by about 4mb
- No more random cmd box popping up.
- Fixed memory issue
- Fixed permissions glitch
- Can unpack any PS3 firmwares dev_flash.
- Can unpack any "PS3" Firmware up to date. Gets really fast after first or second use.
- a console is built into the program showing you the exact log a cmd would.
- Can Decrypt PS3/PSP retail PKG files (Signed by sony installable via OFW).
- Can readself of, Appldr, lv0, lv1ldr, lv2ldr, isoldr, EBOOT.BIN or if any of the things that you want to read are not listed on a button you can run a custom command to do it, for example: aim_spu_module.self just type that in where it says input and it will read it. So any file that is possible to use via readself, can be done in a fast manor 1-2 sec.
- A awesome Core_os_package tool that can decrypt, extract and encrypt the Core_os_package.pkg all in about 1-2 sec.
- Sign pkg for 3.55 or 3.41
- UnSELF a file.
- Build SELF a file.
- Whenever a tar file is modified, it's permissions need to be set, this tool can do that for you. fix the tar file for the following FW. retail fw up to 3.72, debug fw up to 3.72 and retail and debug fw 4.0.
(Don't change the name of any file in ps3 FW keep original) and put in tool folder, run
my program click unpack and it will unpack it.
so like if you want to fix tar make sure the update_files.tar stays the same name and put in the main folder where program is located. same for anyfile keep the original name. So it's pretty simpe just drag the file that you want the tool to do something with and keep the original name.
Here is a video I made (I am pretty bad a videos) to help it' a tutorial that covers everything. If some one else could make a better one that would be awesome.
THIS VIDEO IS FOR THE BETA VERSION. STILL HELPFULL
NOTES:
Download: PS3Tools GUI Edition v1.1B.rar
PS3Tools GUI Edition v1.1
Click to View!
CHANGES
- added some cleaner selection of tools
- not as many screens
- faster
- less memory
- fixed the bug that would dupicate the process and not allow you to delete, move or do anything to the program.
DIRECT DOWNLOAD
PS3Tools GUI Edition v1.0
Click to View!
FEATURES:
- Can unpack any "PS3" Firmware up to date. Gets really fast after first or second use.
- a console is built into the program showing you the exact log a cmd would.
- Can Decrypt PS3/PSP retail PKG files (Signed by sony installable via OFW).
- Can readself of, Appldr, lv0, lv1ldr, lv2ldr, isoldr, EBOOT.BIN or if any of the things that you want to read are not listed on a button you can run a custom command to do it, for example: aim_spu_module.self just type that in where it says input and it will read it. So any file that is possible to use via readself, can be done in a fast manor 1-2 sec.
- A full featured .Conf editor. view .Conf files edit them then hit save button when finished.
- A awesome Core_os_package tool that can decrypt, extract and encrypt the Core_os_package.pkg all in about 1-2 sec.
- Sign pkg for 3.55 or 3.41
- UnSELF a file.
- Build SELF a file.
- Whenever a tar file is modified, it's permissions need to be set, this tool can do that for you. fix the tar file for the following FW. retail fw up to 3.72, debug fw up to 3.72 and retail and debug fw 4.0.
in to a ps3 file type of some sort in a faster time than any other program around, faster than the cmd line tools.
And the best thing is it's really simple, 12 year old kids could do it.
HOW TO USE:
(Don't change the name of any file in ps3 FW keep original) and put in tool folder, run
my program click unpack and it will unpack it.
so like if you want to fix tar make sure the update_files.tar stays the same name and put in the main folder where program is located. same for anyfile keep the original name. So it's pretty simpe just drag the file that you want the tool to do something with and keep the original name.
Here is a video I made (I am pretty bad a videos) to help it' a tutorial that covers everything. If some one else could make a better one that would be awesome
NOTES:
all those command line tools that takes loads of time
and sometimes commands that you need to understand will be replaced by this 1 click tool
even a trained monkey could extract repack sign with this now
it's taking literally 3 seconds to extract a pup resign or whatever you need to do
im no dev but like to poke around in stuff and i think more ppl think like this
with this tool all that is just peanuts now
PICTURES:
Click to View!
Download Link: PS3Tools GUI Edition UPDATE.rar
DIRECT DOWNLOAD









Recent Threads

Recent Comments
vBulletin Message