(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys I am seeing so many people saying that we need the decryption and then we can start doing things online but we already have the tools the only problem with them is that when you decrypt them they are put into .ELF format so we have the tools to decrypt now we just need to find out how to change .ELF back to .BIN
The tutorial below, I found at PSGROOVE all credit goes to them and the video is TTT_Dutch's
-------------------------------------------------------------------------------------------------
[YT]v=I6MhzEOvmEU&feature=mfu_in_order&list=UL[/YT]
Tutorial:
]So, with all of this talk regarding keys and decrypting, I've been asked a lot: How do I get fail0verflow's decryption tools to work on Windows? It seems to be a common question. So I decided to make a nice, easy to follow tutorial, to help you all through the process.
First you will need some files:
You must login or register to view this content., PS3 Keys from You must login or register to view this content. or You must login or register to view this content. (or another source), and You must login or register to view this content.
Step 1
Run the Cygwin setup and install with all default options and packages.
You must login or register to view this content.
Step 2
(We'll assume you installed to C:\)
Once Cygwin is installed its time to set up our key files. For this tutorial we'll be using the ps3.rar file linked above which contains 3.50 keys for games such as Gran Turismo 5 Need For Speed Hot Pursuit and others. If you'd like to extract other games or sony files you will need to find the appropriate keys in the PS3 Tools Keypack or elsewhere.
Extract ps3.rar into C:\cygwin\home\(User)\ Where (User) will be your windows username, and already be premade for you by cygwin.
You should now have a .ps3 folder (IMPORTANT: please note there is a period before ps3) containing 3.50 keys in C:\cygwin\home\(User)\
You must login or register to view this content.
Step 4
Place your EBOOT.BIN (or SELF) that you wish to decrypt into C:\cygwin\home\(User)\
Step 5
Navigate to C:\cygwin\bin\ and extract fail0verflow_ps3tools_win32.rar into this folder.
You must login or register to view this content.
Step 6
Navigate to C:\cygwin\ and run Cygwin.bat
Step 7
In the window that pops up, type unself EBOOT.BIN EBOOT.ELF and press enter
Step 8
Navigate to C:\cygwin\home\(User)\ and collect your newly decrypted EBOOT.ELF file!
You must login or register to view this content.
That's it folks, its not as complicated as many of you may think. With this guide, anyone should be capable of decrypting their own EBOOT.BIN's and SELF files. Now, the ELF file that is created is not runnable on the PS3 yet. However, this tutorial is only for walking you through the decryption process.