Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created March 19, 2023 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save un4ckn0wl3z/6b8fb93987c58414bd7fbc558eed570a to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/6b8fb93987c58414bd7fbc558eed570a to your computer and use it in GitHub Desktop.
int main()
{
STARTUPINFO si;
si.cb = sizeof(si);
PROCESS_INFORMATION pi;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment