소개
The CTF Crypto Analysis skill provides a specialized framework for investigating cryptographic logic within compiled binaries, specifically tailored for Capture The Flag (CTF) environments. It enables Claude to identify standard algorithms like AES or RSA through constant patterns, detect custom cipher implementations, and locate hardcoded keys or weak random number generation seeds. By integrating with Ghidra via the ReVa MCP server, it facilitates systematic variable renaming, data flow analysis, and decryption routine replication, helping users move from initial discovery to successful flag extraction.