Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 23, 2019
May 23, 2019
May 26, 2019

README.md

HRDevHelper

This plugin for the HexRays decompiler creates a graph of a decompiled function using IDA's internal graph viewer. It zooms in on the graph view to 100%, attaches it to the currently active decompiler window and sets the focus on the item that the decompiler view's cursor points to.

May be helpful for learning about the different c-tree items of a decompiled function which can be used when developing and debugging scripts and plugins for the HexRays decompiler.

The plugin can be run with a decompiler window focused, by pressing the "Ctrl-Shift-." hotkey.

The color scheme used by the plugin can be customized by pressing 'c'. A dialog will appear asking for 5 colors in RGB format. Go check out https://www.color-hex.com, pick a palette, and simply copy-paste it into the dialog.

Code is heavily based on the vds5.py example that comes with IDAPython.

HRDevHelper animated gif

About

HexRays decompiler plugin that visualizes the ctree of decompiled functions.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.