How much of the PSP Memory map is now known? I see the KDumper dumps the following ranges:-
0xBFC00000 -> 0xBFD00000
0x88000000 -> 0x883FFFFF
How were these two ranges chosen, and what does the rest look like? Given these are only 4mb and 1mb in size, and the ROM and RAM are both 32mb, what about the rest.
Do ROM modules execute in place, or are they all loaded into RAM?
Finally, is there a way to extract the PRX files from memory to recreate the ELF? Is there enough information present once loaded to do that?
Well ROM doesn't seem to be directly mapped. RAM is from 0x08000000 -> 0x09FFFFFF although the first four megs is only accessible as kernel addresses. There are also some hardware regs in the 0xBxxxxxxx ranges. That is about all I know.