Skip to content

Instantly share code, notes, and snippets.

View alexng353's full-sized avatar
:shipit:
rat :3

Alexander Ng alexng353

:shipit:
rat :3
View GitHub Profile
#if _WIN32_WINNT < 0x0500
# error "should be NT"
#endif
#include <windows.h>
#include <tlhelp32.h>
#include <winternl.h>
#include <stdio.h>
DWORD getppid()
{