PS3 emulator/debugger
Go to file
Alexandro Sánchez Bach c1565e55e5 Experimental SELF decryption support
This SELF decryption feature is not portable and its code looks really
ugly. It is experimental and is meant to save time to developers when
doing tests with SELF files. Besides that, it works (under Windows). :-)

How to use it:
1. Place "scetool.exe" (and "zlib1.dll") into the main rpcs3 folder.

2. Obtain a LEGAL copy of the SELF decryption keys and place them in a
folder named "data" next to the main executable in a format that is
readable for "scetool.exe". That is, following files should be present:
data/keys
data/ldr_curves
data/vsh_curves

(See screenshot in the comments)

NOTE: These are the steps to enable SELF decryption and it applies to
future commits regarding this matter. We do NOT take any responsibility
about the way you obtain the keys or (until we include SELF decryption
into our code) the actions "scetool.exe" (or "zlib1.dll") perform.
2013-10-14 21:40:44 +02:00
bin OpenGL renderer: 2013-08-27 18:18:01 +03:00
GL OpenGL renderer: 2013-08-26 17:18:59 +03:00
rpcs3 Experimental SELF decryption support 2013-10-14 21:40:44 +02:00
stblib cellGifDec Module Added 2013-09-10 15:17:02 +02:00
Utilities Improved OpenGL renderer. 2013-10-06 17:15:04 +03:00
wxWidgets PPUDecoder: 2013-07-03 23:25:54 +03:00
.gitignore Experimental SELF decryption support 2013-10-14 21:40:44 +02:00
README.md Initial commit 2012-11-03 08:16:18 -07:00
rpcs3.sln cellGifDec Module Added 2013-09-10 15:17:02 +02:00

rpcs3

PS3 emulator/debugger