Visualizza messaggio singolo
  #1 (permalink)  
Vecchio 24th February 2008, 06:07
hackerkts hackerkts non  è collegato
Member
 
Data registrazione: Jan 2008
Messaggi: 72
Potenza rep: 1
hackerkts è su una strada distinta
Question regarding pointer

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
  1. The pointer address is 06B9F6C
  2. It is 8-bit write, because of 0x00000009 and what do you mean by "value to store at base + offset (8/16/32 bit)"?
  3. "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?
  4. This is a normal pointer, because of 0x00000001
  5. 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!(:
Rispondi citando