Do you know which prx store SEPLUGINS directory?
I want to hex-edit that prx and change the directory but I cant find what files should I edit
Changing SEPLUGINS directory
Re: Changing SEPLUGINS directory
Why would you change the directory in the first place?manatails007 wrote:Do you know which prx store SEPLUGINS directory?
I want to hex-edit that prx and change the directory but I cant find what files should I edit
-
- Posts: 22
- Joined: Sat Jan 03, 2009 6:51 am
I played around with this a while back, it seems early boot modules can't load uncompressed, and when you recompress them you need to use the same tags as used in the original one. They are located at 0xD0 and 0x130 in the compressed file (32-bits). Copy them, decompress, hex-edit, recompress with psp-packer, and copy these tags back.Torch wrote:And how will you recompress them? I don't think you can recompress them without DAX's personal prx compressor for some specific modules. I tried editing once and it bricked. Didn't load uncompressed either.