Awesome
GraphGrabber
Used to grab full-resolution images of IDA graphs.
Released under MIT license.
Dependencies
Prerequisites
Disable graph animation in IDA's options (Options -> General -> Graph -> General -> Enable Graph Animations
).
Usage
As Script
Execute via File -> Script File...
As Plugin
Either use Sark's plugin loader to load the plugin, or remove these lines from the end of the file:
if __name__ == '__main__':
if is_script_file():
capture_graph()
Once the plugin is loaded, use <kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>G</kbd> to grab a screenshot.
Known Issues
- The tool does not support gradient backgrounds.
Workaround:- Use a single-color background
- Remove graph shadows (in IDA's options)
- Capture the graph image
- Replace the background in an image editor