Introduction
This article will delve into fundamental and techniques related to malware development for Windows OS, We’ll start by exploring the WinAPI, understanding how code manipulation works in the context of malware development. We’ll cover things like loading functions dynamically...
More advanced malware development techniques in Windows, including: API hooking, 32-/64-bit migrations, reflective binaries and more.
Contents
Intro and Setup
Course Introduction
Development VM Setup
RTO-MalDev2.ova
RTO-MDI.zip
PE madness
Revisiting PE file format
Walking through Export...