Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. str1 = RegQueryValueA(
  2. "InternetExplorer.Application");
  3. str2 = GetModuleFileNameA(NULL);
  4. str1 = GetShortPathName(str1);
  5. str2 = GetShortPathName(str2);
  6. if(strcmpA(str1, str2) != 0)
  7. inject_and_exit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement