Releases: RevEngAI/reai-rz
v0.2.1 Bug Fixes & Command Line Plugin Improvements
What's Changed
- Update debug mode selection prompt by @RevEng-AI in #3
No extra features compared to last release. This one just comes with some bug fixes and command line plugin improvements.
New Contributors
- @RevEng-AI made their first contribution in #3
Full Changelog: v0.2.0...v0.2.1
AI Decompilation & Bug Fixes
A new feature release. Both Rizin & Cutter plugin now come with AI decompilation support. You need to either create a RevEngAI analysis, or an existing analysis, that you can apply to the opened binary, using the plugin to use the decompilation feature.
In Rizin
Rizin plugin now comes with a new command : REd
- RevEngAI Decompile. Create a new analysis or apply an existing one, and then decompile a function using REd <function_name>
. Take a look at example decompiled code :
In Cutter
Cutter plugin registers a new decompiler named ReaiDec
. Create a new analysis, or apply an existing one, then double click any function you want to decompile. Here's an example output :
Full Changelog: v0.1.1...v0.2.0
[PATCH] v0.1.1
Fix automatic download and building of plugin dependencies.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Features :
- Easy installation of required dependencies for the plugin
- Commands for
- Automatic generation of RevEngAI Toolkit config file (given the host, api-key and ai-model).
- Uploading & creating analysis of binary files
- Fetching function list from RevEng.AI servers.
- Performing auto-analysis by fetching ANN binary similarity search results and function renaming
- Single function renaming