Research and documentation on offensive malware development — Windows API manipulation, shellcode execution, process injection, evasion techniques, and OPSEC-conscious red team tooling. Educational purposes only.
Introduction to malware development on Windows. Understanding the VirtualAlloc — WriteProcessMemory — CreateThread execution flow, generating position-independent shellcode with msfvenom, and injecting it into a remote process. The foundation of all process injection techniques.