Skip to content

boxalarm/MalDevLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MalDevLab

Foundational building blocks for malware development and Windows internals, written while working through various courses, including:

These are educational implementations focused on understanding the underlying mechanics of malware dev primitives and Windows internals.

⚠️ Disclaimer

This code is for educational purposes only. It exists to demonstrate malware development techniques in a learning context only. Do not use against systems you do not own or have explicit authorization to test.

Companion Articles

I write about some of these techniques on Medium:

Building

All code targets Windows x64 and is built with the MSVC toolchain. Visual Studio 2019+ or VS Build Tools required.

From a Developer Command Prompt:

cl.exe BasicShellcodeRunner.c

For projects with multiple source files or specific linker requirements, see the comments or per-folder README.

About

Foundational building blocks for malware development and Windows internals

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors