CLEO Help How to store pointers in CLEO?

CLEO related
Status
Not open for further replies.

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
I have no idea how to store pointers.... but just storing them as variable like 3@ doesn't work... i need pointers... i neeed a way to store them...
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
276
Store the address to a variable, use readMemory to read the pointer.

0@ = (gta_sa.exe+123123)
0XXX: 1@ = readMem 0@ sz 4 vp 0
 

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
another question:

Does 0AA5: work backwards?

Like... is it 0AA5: call 0@ num_param 2 pop 2 params $param_2 $param_1?
Seems like it...
 
Status
Not open for further replies.
Top