sm-ext-dhooks2/DynamicHooks/conventions
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
..
x86GccCdecl.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
x86GccThiscall.cpp Fix |thiscall| on linux for functions with arguments 2018-06-02 13:36:52 +02:00
x86GccThiscall.h Fix |thiscall| on linux for functions with arguments 2018-06-02 13:36:52 +02:00
x86MsCdecl.cpp Fix |thiscall| on linux for functions with arguments 2018-06-02 13:36:52 +02:00
x86MsCdecl.h Fix signed - unsigned comparison warning 2018-04-21 13:41:50 +02:00
x86MsFastcall.cpp Add support for the "fastcall" calling convention 2019-06-20 02:14:07 +02:00
x86MsFastcall.h Add support for the "fastcall" calling convention 2019-06-20 02:14:07 +02:00
x86MsStdcall.cpp Fix linux build 2018-04-22 15:56:40 +02:00
x86MsStdcall.h Fix signed - unsigned comparison warning 2018-04-21 13:41:50 +02:00
x86MsThiscall.cpp Fix linux build 2018-04-22 15:56:40 +02:00
x86MsThiscall.h Fix signed - unsigned comparison warning 2018-04-21 13:41:50 +02:00