/PrxEncrypter-Mod

Encryption any prx files for ofw, as firmware files, modules, games ...

Primary LanguageCGNU General Public License v2.0GPL-2.0

PrxEncrypter-Mod

Encryption any prx files for ofw, as firmware files, modules, games ...

Requirements:

How it works:

  1. Decrypt the original PRX file (DATA.PSP/EBOOT.BIN/MODULE.PRX) using PRXdecrypter_27a_fix_mod
  2. Open the obtained kirk.16 (kirk.144) file in the hex editor, it takes exactly 272 bytes (0x110)
  3. Select in the menu of the hex editor File -> Export -> C and save as kirk.c
  4. Open the original PRX (~PSP) in the hex editor, highlight header 336 bytes (0x150)
  5. Select in the menu of the hex editor File -> Export -> C and save as DATA.c
  6. Now open kirk.c and DATA.c in Notepad++ and also open the main.c from source - you should see a similar section
  7. Highlight the digital code from the kirk.c and replace it with the main.c 272 bytes (0x110)
  8. Highlight the digital code from the DATA.c and replace it with the main.c 336 bytes (0x150)
  9. Compile the new PrxEncrypter with batch file 1 MAKE.BAT, you have an encryptor to encrypt your decrypted file.
  10. You can use it in the attached to release Example, replace new PrxEncrypter in the Example\tools folder.