shellcode-dev

Installation
SKILL.md

Shellcode Development

When to Activate

  • Writing custom x86/x64 shellcode
  • Implementing position-independent code (PIC)
  • Building shellcode loaders for implant delivery
  • Evading AV/EDR static detection
  • Converting PE files to shellcode
  • Cross-platform shellcode development

Execution Pattern (Allocate-Write-Execute)

Avoid direct PAGE_EXECUTE_READWRITE — prefer two-step:

Installs
16
GitHub Stars
358
First Seen
May 24, 2026
shellcode-dev — hypnguyen1209/offensive-claude