reverse-engineering
Newéåå·¥ç¨ä¸äºè¿å¶åæ - IDA Pro/Ghidraä¸å®¶
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
/plugin marketplace add <org/repo>Add the configuration to /plugin install reverse-engineering@<marketplace>
/pluginUse Cases
Usage Examples
/reverse-engineering Analyze this Windows PE file for anti-debugging techniques and suggest bypasses.
Decompile the function at address 0x401000 in this ELF binary and explain its purpose.
Use Ghidra to find all cross-references to the string 'password' in this firmware dump.
Security Audits
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..