Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created March 19, 2023 02:49
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/5c39cee9f72d10316b34144a488cc9e6 to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/5c39cee9f72d10316b34144a488cc9e6 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <Windows.h>
int main()
{
STARTUPINFO si;
PROCESS_INFORMATION pi;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment