Skip to content

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

License

Notifications You must be signed in to change notification settings

ErikPshat/PrxEncrypter-Mod

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages