icloudzaicloudzaCommunityยท4 Agent Skills Included

algokiller-plugin

ARM64 trace analysis and encryption algorithm recovery

Analyzes ARM64 execution traces to reverse-engineer encryption, signing, and encoding algorithms from captured ciphertext. Searches gigabyte-scale trace files in seconds, detects crypto constants and hardware instructions, and tracks register data flow without manual grep loops. Enforces evidence-based conclusions through a hypothesis ledger and independent review, eliminating hallucinated reverse-engineering claims.
npx skills add icloudza/algokiller-plugin --all -g -y
Available:

Instructs the agent on when and how to spawn isolated read-only sub-agents, such as the hypothesis-reviewer, to independently audit evidence before finalizing high-confidence reverse-engineering conclusions.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’