Arkana
Natural-language malware analysis, decompilation, and binary reverse engineering
All Skills in This Repository (4)
Pure Emerald Level Indicatorsarkana-analyze
Analyze malware binaries with Arkana to produce structured digests and IOCs.
arkana-analyse
Route binary analysis commands to Arkana's arkana-analyze engine.
arkana-learn
Teach binary analysis concepts using Arkana's 190 tools.
arkana-tutor
Alias the Arkana learn skill to activate guided reverse-engineering tutoring.
Frequently Asked Questions
FAQPage SchemaHow to install Arkana?โผ
Run `npx skills add JameZUK/Arkana --all -g -y` in your terminal to install all skills in this suite globally.
How to analyze malware with plain English?โผ
Open a binary and describe what you want to know, such as 'triage this sample' or 'extract the C2 config'. Arkana automatically runs the right decompilation, signature, and emulation tools and explains the results.
What file formats does Arkana support?โผ
It handles PE, ELF, Mach-O, .NET, Go, Rust, VB6, AutoIt, and raw shellcode with automatic format detection and integrity checks.
Can Arkana unpack packed malware?โผ
Yes. It detects packing automatically and cascades through automated unpackers, Qiling emulation dumps, and manual OEP analysis to recover the original payload.
Does Arkana work with Claude Code and other MCP clients?โผ
Yes. Arkana is a standard MCP server, so it works with Claude Code and any MCP-compatible client, plus it includes a real-time web dashboard on port 8082.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core