[php] #pragma comment(linker, "/OPT:NOREF") // this tells the linker to keep the machine code of unreferenced source code #pragma optimize("", off) // disable all optimiz... weiterlesen...
Credits:noble,smi2ly,wacked Stub: Code: #include <Windows.h> #pragma comment(linker,"/SUBSYSTEM:windows") int WINAPI WinMain(HINSTANCE hInst,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int... weiterlesen...
Kommentare