Skip to content

Instantly share code, notes, and snippets.

Avatar
:electron:
Splitting atoms

Jerry Holit

:electron:
Splitting atoms
View GitHub Profile
@NyaMisty
NyaMisty / outline_graph.py
Created September 1, 2022 01:02
IDA Graph view with outlined function included
View outline_graph.py
"""
summary: drawing custom graphs
description:
Showing custom graphs, using `ida_graph.GraphViewer`. In addition,
show how to write actions that can be performed on those.
keywords: graph, actions
"""
from __future__ import print_function
# -----------------------------------------------------------------------