Skip to content

Releases: RevEngAI/reai-rz

v0.2.1 Bug Fixes & Command Line Plugin Improvements

22 Feb 09:50
5cdd317
Compare
Choose a tag to compare

What's Changed

No extra features compared to last release. This one just comes with some bug fixes and command line plugin improvements.

New Contributors

Full Changelog: v0.2.0...v0.2.1

AI Decompilation & Bug Fixes

30 Jan 15:50
80227ec
Compare
Choose a tag to compare

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 :

image

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 :

image

Full Changelog: v0.1.1...v0.2.0

[PATCH] v0.1.1

13 Aug 17:35
Compare
Choose a tag to compare

Fix automatic download and building of plugin dependencies.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 19:07
Compare
Choose a tag to compare

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

image