0
4

1 回答 1

4

此表达式需要在函数内,例如

int main() {
    asmFunction = (void (__cdecl *)(const char *))DetourFunction(
        (PBYTE)0x433A90, (PBYTE)&hookFunction
    );
    // ...
}

去读一本关于 C++ 的书

于 2011-07-10T14:43:32.460 回答