fork download
  1. *(void* *)&_GetProcAddress = HideGetProcAddress(KERNELBASE, "GetProcAddress");
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:3: error: expected identifier or '(' before 'void'
 *(void* *)&_GetProcAddress = HideGetProcAddress(KERNELBASE, "GetProcAddress");
   ^
stdout
Standard output is empty