All Projects → tmr232 → GraphGrabber

tmr232 / GraphGrabber

Licence: MIT license
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GraphGrabber

IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+681.82%)
Mutual labels:  ida-pro, ida-plugin
idapm
idapm is IDA Plugin Manager via GitHub Repository.
Stars: ✭ 50 (+127.27%)
Mutual labels:  ida-pro, ida-plugin
Ida gel
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
Stars: ✭ 76 (+245.45%)
Mutual labels:  ida-pro, ida-plugin
Necromancer
IDA Pro V850 Processor Module Extension
Stars: ✭ 21 (-4.55%)
Mutual labels:  ida-pro, ida-plugin
idaidle
A plugin for the commercial IDA Pro disassembler that warns users if they leave their instance idling for too long.
Stars: ✭ 26 (+18.18%)
Mutual labels:  ida-pro, ida-plugin
Ida Rpc
Discord rich presence plugin for IDA Pro 7.0
Stars: ✭ 31 (+40.91%)
Mutual labels:  ida-pro, ida-plugin
Hrdev
Hex-Rays Decompiler Enhanced View
Stars: ✭ 163 (+640.91%)
Mutual labels:  ida-pro, ida-plugin
Heap Viewer
An IDA Pro plugin to examine the glibc heap, focused on exploit development
Stars: ✭ 574 (+2509.09%)
Mutual labels:  ida-pro, ida-plugin
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (+540.91%)
Mutual labels:  ida-pro, ida-plugin
Stingray
IDAPython plugin for finding function strings recursively
Stars: ✭ 110 (+400%)
Mutual labels:  ida-pro, ida-plugin
Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (+3972.73%)
Mutual labels:  ida-pro, ida-plugin
Classinformer Ida7
ClassInformer backported for IDA Pro 7.0
Stars: ✭ 226 (+927.27%)
Mutual labels:  ida-pro, ida-plugin
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (+2572.73%)
Mutual labels:  ida-pro, ida-plugin
Pytest Idapro
A pytest module for The Interactive Disassembler and IDAPython; Record and Replay IDAPython API, execute inside IDA or use mockups of IDAPython API.
Stars: ✭ 44 (+100%)
Mutual labels:  ida-pro, ida-plugin
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (+2563.64%)
Mutual labels:  ida-pro, ida-plugin
Functions Plus
IDA Pro plugin to show functions in a tree view
Stars: ✭ 79 (+259.09%)
Mutual labels:  ida-pro, ida-plugin
Ipyida
IPython console integration for IDA Pro
Stars: ✭ 358 (+1527.27%)
Mutual labels:  ida-pro, ida-plugin
Sark
IDAPython Made Easy
Stars: ✭ 477 (+2068.18%)
Mutual labels:  ida-pro, ida-plugin
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+6145.45%)
Mutual labels:  ida-pro, ida-plugin
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (+195.45%)
Mutual labels:  ida-pro, ida-plugin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].