If you're staring at stripped binaries in IDA Pro, this skill helps recover function names by analyzing code patterns, constants, and call relationships. It works with either the IDA Pro MCP server or exported decompilation data, then hunts for telltale signs like magic numbers (MD5 constants, CRC polynomials), paired function patterns (malloc/free, lock/unlock), and cross-references to known imports. The analysis is methodical: check internal characteristics first, trace caller/callee chains, then web search if needed. It's honest about confidence levels and shows its reasoning, which matters when you're deciding whether to trust a suggested symbol name. Beats manually grep-ing for constants and guessing at crypto implementations.
npx skills add https://github.com/p4nda0s/reverse-skills --skill rev-symbol