Tag: shellcode
All the articles with the tag "shellcode".
Windows API Security Analysis - VirtualAlloc, CreateThread, and WaitForSingleObject
Published: at 10:30 AMComprehensive security analysis of critical Windows API functions used in both legitimate software and malware, with Rust implementations, threat models, and defensive patterns
Understanding EDR Evasion Techniques - C# Reverse Shell Implementation
Published: at 10:15 AMEducational guide on creating C# reverse shells that bypass EDR and antivirus protections using Windows API functions, shellcode injection, and in-memory execution techniques