Skip to content

Instantly share code, notes, and snippets.

View senko37's full-sized avatar
🍇

senko senko37

🍇
  • 08:32 (UTC +04:00)
View GitHub Profile
@senko37
senko37 / createprocess.cpp
Last active April 3, 2024 13:05
Create process from KernelMode via APC
typedef struct _STARTUPINFOW {
UINT32 cb;
LPWSTR lpReserved;
LPWSTR lpDesktop;
LPWSTR lpTitle;
UINT32 dwX;
UINT32 dwY;
UINT32 dwXSize;
UINT32 dwYSize;
UINT32 dwXCountChars;