sm-ext-dhooks2/DynamicHooks/conventions
Peace-Maker 1b9fa3743f Add support for custom calling convention passing arguments in registers
If the compiler decided to pass an argument in a register on an internal function instead of pushing it on the stack to save time, allow us to specify the register the parameter is going to be in.

DHookAddParam received another parameter to set the register.
2018-01-23 03:15:03 +01:00
..
x86GccCdecl.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
x86GccThiscall.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
x86MsCdecl.cpp Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
x86MsCdecl.h Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
x86MsStdcall.cpp Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
x86MsStdcall.h Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
x86MsThiscall.cpp Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00
x86MsThiscall.h Add support for custom calling convention passing arguments in registers 2018-01-23 03:15:03 +01:00