well im pushing and poping the registers im using anyway so i dont think it will affect it, but i am however having trouble creating these instructions in javascript i think i can create one of the needed jumps okay but the other 2 are very very incorrect
Sorry for a double post but i need an answer
I can't work out how to write this JMP to allocated memory in C ive got this but im unsure if its correct ( i dont think it is)
code:
unsigned char *__w64 temp = (&fnc_memory-Hook_Address-5) | 0xE900000000;
*i found out that this method wont work since its 64 aligned