boned101 / self-replicating-malware

self replicating malware that i was working on. Sadly never quite fully functional . But it did teach me a lot about how Win32 API works..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

self-replicating-malware

a project which used Win32 API functions to create zombie processes and threads and replicate itself to other directories.

Unfortunately it went through development hell, and i gave up on trying to fix all the bugs that kept arising in every new build in MS Visual 2019 .

There are still some salvegable parts which i take pride :

  • the zombie process creator which creates processes with fake names.
  • the module which executes command line inputs to disable windows defender and wlan.
  • the general complexity of the program (also exactly what killed my interest to further develop it).

About

self replicating malware that i was working on. Sadly never quite fully functional . But it did teach me a lot about how Win32 API works..

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%