openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

ESP register support for Dev::Hook in TM Turbo #464

Open Mystixor opened 3 months ago

Mystixor commented 3 months ago

In TM Turbo most function parameters are passed on the stack, and when creating a hook that tries to get the ESP register (uint32 esp as the hook function parameter) Openplanet prints the error "Unrecognized or unsupported hook register 'esp'!". Hooking the ESP register appears to not be implemented (in Turbo, other games not checked).