I have an important question. Let's suppose that I want to enter this
code:
STUB_START "sceCtrl",0x40010000,0x00020005
STUB_FUNC 0x6A2774F3,sceCtrlSetSamplingCycle
STUB_FUNC 0x1F803938,sceCtrlReadBufferPositive
STUB_END
My question is: where can I find the two numbers that follow
the name of the module (STUB_START "sceCtrl", 0x40010000,0x00020005).
I have found different lists of NIDs, but I haven't found any list of
STUB_START numbers.
Where can I find stubs info ?
-
- Posts: 160
- Joined: Wed Jul 12, 2006 7:09 am
Sorry but.... I don't understand.harleyg wrote:http://ps2dev.ps2-scene.org/kmem.htm
Last time i checked you did not have to change them...
For sceCtrl there are two numbers: 0x40010000 and 0x00030005
STUB_START "sceCtrl",0x40010000,0x00030005
In that list that you have posted I don't find the two numbers....
-
- Posts: 70
- Joined: Thu Jun 22, 2006 9:24 pm