Files
Michael Weber 3a6638a965 Initial open-source release
Skill, PE structural analyzer, and reference docs for systematically
reducing VirusTotal/EDR detection rates on compiled Go binaries via
structural analysis and disciplined A/B testing.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 14:18:00 -04:00

20 lines
196 B
Plaintext

# Local Claude Code state — never publish
.claude/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# OS / editor cruft
.DS_Store
*.swp
.idea/
.vscode/
# Scratch artifacts
*.log
tmp/