Skip to content

Instantly share code, notes, and snippets.

@marcusbotacin
Created September 28, 2020 20:15
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 marcusbotacin/64d3b13fd40efeb0688544ad982f8235 to your computer and use it in GitHub Desktop.
Save marcusbotacin/64d3b13fd40efeb0688544ad982f8235 to your computer and use it in GitHub Desktop.
Dead Code Excerpt
void dead()
{
return;
memcpy(NULL,NULL,NULL);
memset(NULL,NULL,NULL);
strcpy(NULL,NULL);
ShellAboutW(NULL,NULL,NULL,NULL);
SHGetSpecialFolderPathW(NULL,NULL,NULL,NULL);
ShellMessageBox(NULL,NULL,NULL,NULL,NULL);
RegEnumKeyExW(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
RegOpenKeyExW(NULL,NULL,NULL,NULL,NULL);
RegEnumValueW(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
RegGetValueW(NULL,NULL,NULL,NULL,NULL,NULL,NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment