algokiller-plugin
ARM64 trace analysis and encryption algorithm recovery
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgeneral
Automate ARM64 trace analysis using the AlgoKiller methodology and MCP tools.
trace-analysis
Analyze ARM64 trace files for field semantics and execution flows.
ciphertext-recovery
Reverse engineer encryption algorithms from ARM64 trace evidence.
ciphertext
Recover ciphertext and identify algorithms from ARM64 trace logs.
Frequently Asked Questions
FAQPage SchemaHow to install algokiller-plugin?โผ
Run `npx skills add icloudza/algokiller-plugin --all -g -y` in your terminal to install all skills in this suite globally.
How to recover an encryption algorithm from an app trace?โผ
Bind your ARM64 trace file, then the skills scan for crypto constants and hardware instructions, trace the data flow, and reconstruct the algorithm as verified Python code.
What trace format does algokiller-plugin require?โผ
It requires traces generated by the companion GumTrace tool, a Frida-based ARM64 instruction tracer for Android and iOS. Standard frida-trace output is not compatible.
Does algokiller-plugin work with Claude Code and Cursor?โผ
Yes. It runs as a plugin in Claude Code and Claude Desktop, and its MCP server can also be configured for Cursor and Codex with the included config examples.
How does it prevent wrong reverse-engineering conclusions?โผ
Every conclusion must pass through a hypothesis ledger with real evidence citations, falsification tests, and an independent reviewer sub-agent before high-confidence claims are accepted.
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