This project aims to discover the world of Malware Development.
Report Bug
·
Request Feature
Table of Contents
This is a personal project designed to immerse me in the world of malware development. This will enable me to gain a better understanding of how malware works, and to learn more about operating systems.
In the various folders present in this directory, you'll discover some C code enabling you to perform malicious actions. Each part will be documented, enabling you to compile and use the code.
The prerequisites are as follows:
- A Windows 10 virtual machine.
- A compiler such as CL.
- Windows Defender disabled on the machine to avoid being flagged.
To install, simply clone the directory and use make to compile the code. (see the Makefile for more details). Here is the detailed steps :
-
Open the
x64 Native Tools Command Prompt for VS 2022
installed with VS Tools -
Clone the repository and navigate to it
cd Maldev
- Use the make command to compile the malicious code:
make malicious
- You can clean the code using the
clean
command with Make:
make clean
All the details will be provided in a different documentation with this form DOCS_<code>.md
Distributed under the MIT License. See LICENSE.txt
for more information.
HashBadG - @H4shB
Project Link: https://github.com/HashBadG/Maldev