·
19 commits
to master
since this release
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