MalwareDatabase icon indicating copy to clipboard operation
MalwareDatabase copied to clipboard

Is there any updated tools to make windows viruses?

Open Blazindude365 opened this issue 10 months ago • 1 comments

Blazindude365 avatar Feb 14 '25 13:02 Blazindude365

https://en.wikipedia.org/wiki/C_Sharp_(programming_language) https://en.wikipedia.org/wiki/C++

ersnnull avatar Feb 22 '25 08:02 ersnnull

The best way to do it is in C++. I personally have never written any malware, but I like to reverse engineer it and almost all of them are built using C/C++ and Win32 (If you're targetting windows). C++ 20 and 23 are nice and modern, but Win32 is still pretty old and primitive. C++ is pretty easy to compile using Visual Studio and CMake is easy after you get the hang of it.

jhowell728 avatar Mar 08 '25 17:03 jhowell728