BeClaude

reverse-engineering

New
1Community RegistryGeneralby 743175724 · MIT

逆向工程与二进制分析 - IDA Pro/Ghidra专家

First seen 5/22/2026

Summary

This skill provides expert-level guidance on reverse engineering and binary analysis using tools like IDA Pro and Ghidra.

  • It helps developers understand compiled code, identify vulnerabilities, and analyze malware or proprietary binaries without source code.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install reverse-engineering@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Analyze a malware sample to understand its behavior and extract indicators of compromise.
Reverse engineer a proprietary binary to find undocumented API functions or protocols.
Identify buffer overflow vulnerabilities in a closed-source application by examining assembly code.
Decompile and analyze firmware to discover backdoors or hardware interactions.
Patch a binary to bypass license checks or modify functionality without source code.
Reconstruct control flow and data structures from stripped binaries for interoperability.

Usage Examples

1

/reverse-engineering Analyze this Windows PE file for anti-debugging techniques and suggest bypasses.

2

Decompile the function at address 0x401000 in this ELF binary and explain its purpose.

3

Use Ghidra to find all cross-references to the string 'password' in this firmware dump.

View source on GitHub
reverse-engineeringida-proghidrabinary-analysis

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is reverse-engineering?

This skill provides expert-level guidance on reverse engineering and binary analysis using tools like IDA Pro and Ghidra. It helps developers understand compiled code, identify vulnerabilities, and analyze malware or proprietary binaries without source code.

How to install reverse-engineering?

To install reverse-engineering: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install reverse-engineering@<marketplace>. Finally, /plugin in Claude Code.

What is reverse-engineering best for?

reverse-engineering is a plugin categorized under General. It is designed for: reverse-engineering, ida-pro, ghidra, binary-analysis. Created by 743175724.

What can I use reverse-engineering for?

reverse-engineering is useful for: Analyze a malware sample to understand its behavior and extract indicators of compromise.; Reverse engineer a proprietary binary to find undocumented API functions or protocols.; Identify buffer overflow vulnerabilities in a closed-source application by examining assembly code.; Decompile and analyze firmware to discover backdoors or hardware interactions.; Patch a binary to bypass license checks or modify functionality without source code.; Reconstruct control flow and data structures from stripped binaries for interoperability..