Can anyone tell me what this is saying?
Posted: Wed May 22, 2024 7:15 pm
So basically im trying to find out the pointer of health. It is multileveled pointers.
It goes like this: mov [rdi+rax*8],r9d
So i thought, okay cool it moves the value from R9 to RDI+RAX or something. Only problem is RAX is just some 0, and RDI is the current adress. So my question is what the *8 means.
If someone could help me, that would be nice.
It goes like this: mov [rdi+rax*8],r9d
So i thought, okay cool it moves the value from R9 to RDI+RAX or something. Only problem is RAX is just some 0, and RDI is the current adress. So my question is what the *8 means.
If someone could help me, that would be nice.