Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この式は関数内にある必要があります。例:
int main() { asmFunction = (void (__cdecl *)(const char *))DetourFunction( (PBYTE)0x433A90, (PBYTE)&hookFunction ); // ... }
C++に関する本を読んでください。