Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created March 19, 2023 03:11
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/85e9ce561b2b4608235ebb1d70653b7c to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/85e9ce561b2b4608235ebb1d70653b7c to your computer and use it in GitHub Desktop.
int main()
{
STARTUPINFO si;
si.cb = sizeof(si);
ZeroMemory(&si, sizeof(si));
PROCESS_INFORMATION pi;
ZeroMemory(&pi, sizeof(pi));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment