sm-ext-dhooks2/DynamicHooks
Peace-Maker 891fa5352e Add support for the "fastcall" calling convention
Callee cleans the stack and first two arguments are passed in registers ecx and edx.
You could emulate this by choosing stdcall and setting the custom_registers on the arguments manually, but this is easier.
2019-06-20 02:14:07 +02:00
..
conventions Add support for the "fastcall" calling convention 2019-06-20 02:14:07 +02:00
asm.cpp Fix linux build 2018-01-27 17:24:02 +01:00
asm.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
convention.h Fix signed - unsigned comparison warning 2018-04-21 13:41:50 +02:00
hook.cpp Fix compilation against SourceMod 1.10 2019-05-06 18:29:40 +02:00
hook.h Fix detour of functions returning a float 2018-08-18 12:54:30 +02: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 Fix crash on unaligned SSE instructions 2018-10-05 14:13:12 +02:00
registers.h Fix crash on unaligned SSE instructions 2018-10-05 14:13:12 +02: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