Advertising (This ad goes away for registered users. You can Login or Register)

how to locate the "main method" of a PSP game?

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
grief3r
Posts: 358
Joined: Sat Nov 09, 2013 4:12 am

how to locate the "main method" of a PSP game?

Post by grief3r »

the entry point, or whatever you want to call it. I used to think it was 0x08800000. *FailFish*

it seems to be 08804000 for the game I'm using. But it also say there's a segment 0 and segment 1

segment 1 doesn't contain any code so what is it then, the heap?
Advertising
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
qwikrazor87
Guru
Posts: 2874
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: how to locate the "main method" of a PSP game?

Post by qwikrazor87 »

Relocatable game eboots are allocated to 0x08804000. some games are also statically compiled to that address, I'm not sure if other static addresses are used officially.
The segments could be data other than code, it could be heap, text, or data, it depends on the game.
Advertising
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Alcatel phone - Android 8.1.0
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Locked

Return to “Programming and Security”