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. |
||
|---|---|---|
| .. | ||
| x86GccCdecl.h | ||
| x86GccThiscall.cpp | ||
| x86GccThiscall.h | ||
| x86MsCdecl.cpp | ||
| x86MsCdecl.h | ||
| x86MsFastcall.cpp | ||
| x86MsFastcall.h | ||
| x86MsStdcall.cpp | ||
| x86MsStdcall.h | ||
| x86MsThiscall.cpp | ||
| x86MsThiscall.h | ||