Trying to use my readmemory template but it throws out an error

前端 未结 0 720
悲&欢浪女
悲&欢浪女 2020-12-29 02:37
template 
    T readMem(DWORD address)
    {
        T x;
        ReadProcessMemory(handle, (LPBYTE*)address, &x, sizeof(x), NULL);
        return         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题