Skip to content

talliberman/GraphGrabber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphGrabber

Used to grab full-resolution images of IDA graphs.

Released under MIT license.

Dependencies

  1. Sark
  2. Pillow

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 CtrlAltG to grab a screenshot.

Known Issues

  1. The tool does not support gradient backgrounds.
    Workaround:
    1. Use a single-color background
    2. Remove graph shadows (in IDA's options)
    3. Capture the graph image
    4. Replace the background in an image editor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%