DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

injector::MakeInline modifies the EFLAGS register #155

Closed ViperJohnGR closed 1 year ago

ViperJohnGR commented 1 year ago

injector::MakeInline changes the EFLAGS register which I don't think is intentional as the function tries to preserve its value.

The line that changes EFLAGS is in 'injector/assembly.hpp' line 104.

EFLAGS_error

ViperJohnGR commented 1 year ago

156