Hi there,
I'm trying to learn how to search pointer and the offset myself, but before that I need to understand more about pointer command.
english:code:psp_types [CWCHEAT documentation]
The link I got from searching, I believe it's really usefull.
Can someone who know pointer assist me, from
Cheat:
0x606B9F6C 0x00000009
0x00000001 0x00006C94
Format:
0x6aaaaaaa 0x000000vv
0x0000nnnn 0xiiiiiiii
- The pointer address is 06B9F6C
- It is 8-bit write, because of 0x00000009 and what do you mean by "value to store at base + offset (8/16/32 bit)"?
- "qqq = offset to add to load the base(*4)" I can't find qqq on the format and what does it means too? Offset x 4?
- This is a normal pointer, because of 0x00000001
- The offset is 6C94, because of _L 0x606B9F6C
Please correct me if I'm wrong and solve the question if you know the answer.
Thanks!(: