sm-ext-dhooks2/DynamicHooks
Peace-Maker b16d1f9f3f Fix crash when accessing invalid argument index
Just return null if a user tries to access an invalid argument that wasn't defined when detouring the function.
2018-04-18 00:57:58 +02:00
..
conventions Fix crash when accessing invalid argument index 2018-04-18 00:57:58 +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 Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
hook.cpp Fix linux build 2018-01-27 17:24:02 +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