radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.59k stars 2.99k forks source link

Add support of loading IDC databases modified with Hex-Rays #2380

Closed XVilka closed 8 years ago

XVilka commented 9 years ago

Just go to the Hex-Rays decompiler and rename any function, then store database and export it into the IDC, then try doc/idc2r.py script.

radare commented 9 years ago

You can tell radare to execute a file and remove it everytime the prompt is shown with cmd.prompt, then just make ida hook the function rename and comments to append them in this file as radare commands.

On 15 Apr 2015, at 14:29, Anton Kochkov notifications@github.com wrote:

Just go to the Hex-Rays decompiler and rename any function, then store database and export it into the IDC, then try doc/idc2r.py script.

— Reply to this email directly or view it on GitHub.

XVilka commented 9 years ago

@radare I'm already on it (not yet finished commit), extending doc/idc2r.py

Maijin commented 8 years ago

https://github.com/radare/radare2ida