Kasimir123 / CPPToolLib

Repository of C++ methods, classes, and templates for use in several projects
1 stars 1 forks source link

32 Bit Trampoline Could Break If Copied Jump Isn't First Instruction #1

Open Kasimir123 opened 3 years ago

Kasimir123 commented 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.

recoil24 commented 5 months ago

yeah same issue with this injector on ev0lve cheat :(