Skip to content

AI Decompilation & Bug Fixes

Latest
Compare
Choose a tag to compare
@brightprogrammer brightprogrammer released this 30 Jan 15:50
· 19 commits to master since this release
80227ec

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