https://github.com/dnakov/r2d2
🤖🏴☠️ radare2 plugin for GPT-4 🦜. Solve crackmes automatically 🪄
https://github.com/dnakov/r2d2
Last synced: 4 months ago
JSON representation
🤖🏴☠️ radare2 plugin for GPT-4 🦜. Solve crackmes automatically 🪄
- Host: GitHub
- URL: https://github.com/dnakov/r2d2
- Owner: dnakov
- License: mit
- Created: 2024-02-09T00:21:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:48:04.000Z (over 2 years ago)
- Last Synced: 2025-04-09T15:08:17.456Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 273
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r2d2
GPT-4 plugin for radare2
## Introduction
This is a radare2 plugin that uses GPT-4 to let GPT-4 issue r2 commands and interpret the output.
https://github.com/dnakov/r2d2/assets/3777433/4bc7b211-bccc-4b04-9350-6bfca8989edb
https://github.com/dnakov/r2d2/assets/3777433/5bcc8e20-dda0-48ac-94e5-e0c8c44a0912
## Installation
Install radare from source: https://github.com/radareorg/radare2
```
r2pm -i rlang-python
r2pm -i r2d2
```
## Usage
```
r2 -r r2d2
```