Force call type
push something
mov eax, [ecx]
call [eax+8] ((int (*__stdcall)(DWORD))ptr-vftable-somefunc)(v1); int __thiscall (*somefunc)(myclass *obj, int arg); ptr-vftable-somefunc(obj, v1); // obj is in ECXLast updated
Was this helpful?
