rpcs3/rpcs3
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
..
Emu Experimental SELF decryption support 2013-10-14 21:40:44 +02:00
Gui Experimental SELF decryption support 2013-10-14 21:40:44 +02:00
Loader Improved mem_t. 2013-09-25 00:11:29 +03:00
AppConnector.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
AppConnector.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
git-version.h When debugging, put the git revision in the title 2013-08-11 00:09:27 +02:00
Ini.cpp Merge remote-tracking branch 'upstream/master' 2013-09-03 19:26:31 +02:00
Ini.h Mouse support added 2013-09-14 20:20:57 +02:00
rpcs3.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
rpcs3.h Fix more spelling mistakes 2013-09-05 10:06:59 +02:00
rpcs3.rc http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
rpcs3.vcxproj Improved OpenGL renderer. 2013-10-06 17:15:04 +03:00
rpcs3.vcxproj.filters - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00
rpcs3.vcxproj.user Fix debugger working directory 2013-08-10 23:48:54 +02:00
stdafx.cpp http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
stdafx.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00