0C8D3D2F:
jmp GetXCoordAddress //jump to the function
returnOriginal: //label to return to the injection point
GetXCoordAddress:
movq [XCoordAddress],[ecx+10] //move the address into XCoordAddress
movq xmm0,[ecx+10] //execute the overwritten code
jmp returnOriginal //return to normal execution
But it tells me "Error in line 10 (movq [00000000],[ecx+10]) :This instruction can't be compiled"
Whenever I comment out movq [XCoordAddress],[ecx+10], it works fine. Any idea why?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum