- Joined
- Aug 1, 2008
- Messages
- 1,222
- Reaction score
- 162
- Trophies
- 1
- Age
- 33
- Location
- @CrashmanX
- XP
- 724
- Country

Curious question here, why not run the original Eboot (Encrypted) though one of the decrypters on an actual PSP?


all the info is on the first page. menu is in 3841. names/attacks/item/descriptions is in the ebootIs all the text in ID03841? I just made a my own text editor that can edit the text in it, but not sure if there is text elsewhere. ID03841 was the only file that has the header of TXTD.

I cant seem to find the info on text being in the eboot on the first page, thanks for the info.all the info is on the first page. menu is in 3841. names/attacks/item/descriptions is in the eboot
Battery Low : Please Recharge !
Also, Add'l Tech ?
Syntnsis ?
Btw, KazoWAR too ?
so let me sum up...
There's Roxas / romsstar and I
but there's also:
- Liberta
- Xhai
- KazoWAR
- maybe others in shadow ?
how'd u repack the iso? Or rather edit the eboot and then put it back in
You sir, deserve a medal, seriously, first guy who thinks like us that games needs to be "properly" translated x)no no, I am just messing around. I don't know any Japanese to properly translate text.

I was able to translate some things in the eboot decrypted. Now how do I apply it to ISO so that the game runs?

7F 45 4C 46 (00 01 01 01) 00 00 00 00 00 00 00 00
7F 45 4C 46 (01 01 01 00) 00 00 00 00 00 00 00 00
I will check these things when I wake up tomorrow if no one did since it is 5 am and I need to go to sleepcan anyone share any info on repointing text in the eboot? I understand the whole concept of repointing text, I am just not able to find the pointers. is it a pointer for each string? a pointer for a block of strings with string sized declared somewhere else? Offests based on the eboot or offsets based on the data block within the eboot?
does not workI found the issue with the decrypted Eboot.bin and why it doesn't work in actual PSP.
In the code of jpcsp, there is a replacement of the header with a header for jpcsp .. while it will work fine in jpcsp, it will make an issue since the PSP itself will not be able to check the info of header. So, you must open the Eboot.bin with Hex Editor and replace the first 16 bytes of the decrypted Eboot.bin by jpcsp as following
jpcsp header
Code:7F 45 4C 46 (00 01 01 01) 00 00 00 00 00 00 00 00
with
Code:7F 45 4C 46 (01 01 01 00) 00 00 00 00 00 00 00 00
or at least change the part between brackets. If it doesn't work, I don't remember what else we did since my PSP is out of my reach right now and I can't test anything.
I will check these things when I wake up tomorrow if no one did since it is 5 am and I need to go to sleep![]()



