Open Kasimir123 opened 3 years ago
Currently 32 but trampoline hook checks if the first instruction is a relative jump, in a case where we copy more than 1 instruction and the second+ instruction is a relative jump this would break, needs to check all bytes to see if relative jump.
yeah same issue with this injector on ev0lve cheat :(
Currently 32 but trampoline hook checks if the first instruction is a relative jump, in a case where we copy more than 1 instruction and the second+ instruction is a relative jump this would break, needs to check all bytes to see if relative jump.