... (void) { HMODULE hMod = GetModuleHandle (NULL); char *pGlobal = (char*)GetProcAddress (hMod, "d"); printf("%s\n",pGlobal); return 0; }.
確定! 回上一頁