rpcsx/rpcs3/Loader
Cornee Traas 458dbbd15d PS3UPDAT.PUP installer (#2386)
* Add PUP loader

* Add .tar loader and update .pup loader

* Add extract method + offset to TAR loader

Also adds error checking + operator bool overload

* Add firmware decryption keys to key vault

* Initial seperation of SELFDecrypter

This seperates SELFDecrypter into itself and SCEDecrypter.
SCEDecrypter contains the logic to decrypt any file with an SCE Header.
SELFDecrypter inherits from SCEDecrypter and contains the code
specifically to do with ELF. DecryptData could be deduplicated more.

* Add "Install Firmware" option to tools menu

* SCEDecrypter: put each segment in own file

Also, const-correctness, adjusted buffer size and better error handling

* More SELFDecrypter refactoring

* Compile fix

* Add messageboxes to firmware install

* Add progress bar to firmware install
2017-02-16 10:15:00 +08:00
..
ELF.cpp Formatting system improved 2016-08-04 21:34:00 +03:00
ELF.h Minor fixes 2016-08-17 19:50:20 +03:00
PSF.cpp EXPECTS usage removed 2016-08-15 16:29:38 +03:00
PSF.h The rest 2016-05-23 16:22:25 +03:00
PUP.cpp PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +08:00
PUP.h PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +08:00
TAR.cpp PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +08:00
TAR.h PS3UPDAT.PUP installer (#2386) 2017-02-16 10:15:00 +08:00
TROPUSR.cpp Debug build fix 2017-01-28 15:32:45 +03:00
TROPUSR.h Partial commit: Loader 2016-04-15 19:22:22 +03:00
TRP.cpp The rest 2016-05-23 16:22:25 +03:00
TRP.h Partial commit: Loader 2016-04-15 19:22:22 +03:00