CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. p4nda0s
  4. /
  5. reverse-skills
  6. /
  7. Rev Symbol

Rev Symbol

Editor's Note

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.

Install

npx skills add https://github.com/p4nda0s/reverse-skills --skill rev-symbol
Votes
0
Installs668
GitHub Stars1.2k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment