0_0_16671442_12780.cpp: In function 'void sysFastCall()':
0_0_16671442_12780.cpp:57:7: error: expected '(' before '{' token
__asm{
^
0_0_16671442_12780.cpp:58:3: error: 'mov' was not declared in this scope
mov edx,esp
^
0_0_16671442_12780.cpp: In function 'void myVPFunc()':
0_0_16671442_12780.cpp:68:7: error: expected '(' before '{' token
__asm{
^
0_0_16671442_12780.cpp:69:3: error: 'mov' was not declared in this scope
mov eax,EAX_VP
^
0_0_16671442_12780.cpp: In function 'void patchNtAPI(const char*)':
0_0_16671442_12780.cpp:130:26: error: cast from 'void**' to 'int' loses precision [-fpermissive]
int pFastCall = (int)&gpFastCall;
^
|