Used to grab full-resolution images of IDA graphs.
Released under MIT license.
Disable graph animation in IDA's options (Options -> General -> Graph -> General -> Enable Graph Animations
).
Execute via File -> Script File...
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 CtrlAltG to grab a screenshot.
- 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