Windows Malware Development
This series will explain the basics of Windows malware development and a few extra things I have learned along the way including my own research and deep dives. The first part will elaborate on the the theoretical inner workings of Windows and how PE files work under the hood. The second part will explain how it works dynamically and how to abuse PE files to write malware. The third part will dig into the proofs and will debug binaries to see it working in action.
This is for educational purposes only.
2025
Debugging and Mitigation
·985 words·5 mins
Debugging
Microsoft
Malware
Final part in the ‘Windows Malware Development’ series
Developing Malware
·3654 words·18 mins
Malware
Microsoft
Development
Second part in the ‘Windows Malware Development’ series
Introduction to Windows Architecture
·3241 words·16 mins
Introduction
Microsoft
Malware
First part in the ‘Windows Malware Development’ series