Reverse engineering framework: disassembler, debugger
Scanned 9/19/2026
Install to Claude Code
npx -y skills add harezadmm/hermes-brutal-mod --skill reverse-engineering --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reverse Engineering?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/harezadmm-reverse-engineering-8e3c6b9c)More formats (shields.io, HTML) on the badges page.
---
name: radare2
description: Reverse engineering framework: disassembler, debugger
category: red-team-arsenal/reverse-engineering
tags: [pentesting, reverse engineering, kali-linux, radare2]
author: auto-generated
created: 2026-09-04
---
# RADARE2
**Category:** Reverse Engineering
**Description:** Reverse engineering framework: disassembler, debugger
## Installation
```bash
# Kali Linux
sudo apt-get update && sudo apt-get install -y radare2
# Check installation
which radare2
radare2 --version || radare2 -h
```
## Basic Usage
```bash
# Get help
radare2 --help
radare2 -h
# Common usage patterns will be updated after first use
```
## Key Features
- Part of Kali Linux reverse engineering toolkit
- Industry-standard pentesting tool
- Active development and community support
## Common Workflows
*This section will be populated after tool usage and research*
## Pitfalls
- Always verify target authorization before scanning
- Some tools generate significant network traffic
- Check local laws regarding security testing
- Maintain operational security when running tools
## Resources
- Kali Tools: https://www.kali.org/tools/radare2/
- Official Documentation: Search for "radare2 official documentation"
- Exploit-DB: https://www.exploit-db.com/
## Notes
- Auto-generated skill, will be enriched with usage patterns
- Last updated: 2026-09-04
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!