Skip to content

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.

License

Notifications You must be signed in to change notification settings

HashBadG/Maldev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Yarnham

This project aims to discover the world of Malware Development.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

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.

(back to top)

Getting Started

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.

Prerequisites

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.

Installation

To install, simply clone the directory and use make to compile the code. (see the Makefile for more details). Here is the detailed steps :

  1. Open the x64 Native Tools Command Prompt for VS 2022 installed with VS Tools

  2. Clone the repository and navigate to it

cd Maldev
  1. Use the make command to compile the malicious code:
make malicious
  1. You can clean the code using the clean command with Make:
make clean

Usage

All the details will be provided in a different documentation with this form DOCS_<code>.md

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

HashBadG - @H4shB

Project Link: https://github.com/HashBadG/Maldev

(back to top)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published