malware-analyst
Installation
SKILL.md
File identification
file sample.exe sha256sum sample.exe
String extraction
strings -a sample.exe | head -100 FLOSS sample.exe # Obfuscated strings
Packer detection
diec sample.exe # Detect It Easy exeinfope sample.exe
Import analysis
rabin2 -i sample.exe dumpbin /imports sample.exe
### Phase 3: Static Analysis
1. **Load in disassembler**: IDA Pro, Ghidra, or Binary Ninja
Related skills
More from rmyndharis/antigravity-skills
unity-developer
Build Unity games with optimized C# scripts, efficient rendering,
1.4Kdotnet-architect
Expert .NET backend architect specializing in C#, ASP.NET Core,
265java-pro
Master Java 21+ with modern features like virtual threads, pattern
150backend-architect
Expert backend architect specializing in scalable API design,
102ios-developer
Develop native iOS applications with Swift/SwiftUI. Masters iOS 18,
95frontend-developer
Build React components, implement responsive layouts, and handle
90