Skip to main content

Questions tagged [windows-registry]

5 votes
2 answers
1k views

An improved sample C++/WinAPI malware program for Windows (includes the program that uninstalls it completely)

(See the GitHub repository for a Visual Studio (2022) solution/projects.) Description This malware does nothing more than install/uninstall ...
coderodde's user avatar
  • 32.1k
7 votes
4 answers
2k views

A sample malware program for Windows (includes the program that uninstalls it completely)

Intro This time I was in the mood for the low level stuff. The entire repository is in GitHub. It includes the installer, the actual malware program, and the uninstaller that removes it completely ...
coderodde's user avatar
  • 32.1k