Basics of Anti-Detection Development (1)

Overview This article explores fundamental concepts in Windows-based malware development, focusing on dynamic function loading, shellcode execution methods, injection techniques, and obfuscation strategies. Dynamic Function Loading and Execution Let's begin with a simple example: int main(void) { MessageBoxA(0, "Foo Here.", " ...

Posted on Mon, 27 Jul 2026 16:20:27 +0000 by bensonang

Offensive Security Fundamentals: Techniques for Payload Execution and Evasion on Windows

Common Phases of Network Penetration Network penetration typically follows a structured approach: Information Gathering: Collecting intelligence about the target, including public-facing assets, employee details, and technologies in use. External Foothold Establishment: Identifying and exploiting vulnerabilities in public-facing systems to gai ...

Posted on Sun, 10 May 2026 15:23:46 +0000 by new_programmer