sm-ext-dhooks2/DynamicHooks
Peace-Maker 94181be280 Fix assert when the pre-hook was fired, but the post hook was skipped
The post hook would have cleared the esp value from the return address map, but there seems to be a case where the post hook isn't called, but the function gets called with the same esp again. This is probably just masking a different error :(
2018-01-23 03:16:46 +01:00
..
conventions Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
asm.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
asm.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
convention.h Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
hook.cpp Fix assert when the pre-hook was fired, but the post hook was skipped 2018-01-23 03:16:46 +01:00
hook.h Fix overriding return value 2016-12-13 17:45:22 -07:00
manager.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
manager.h Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
registers.cpp Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
registers.h Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
utilities.cpp First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
utilities.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00