From 62396f147c1fe298833f6d1776ddfaaa3220528e Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Thu, 26 Jul 2018 08:35:40 +0300 Subject: [PATCH] +imports --- srcxray.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcxray.py b/srcxray.py index 8d08337..256a589 100755 --- a/srcxray.py +++ b/srcxray.py @@ -18,7 +18,10 @@ import collections import subprocess import re import networkx as nx -from networkx.drawing.nx_agraph import write_dot +from networkx.drawing.nx_agraph import * +from networkx.generators.ego import * +from pprint import pprint +import difflib black_list = ['aligned', '__attribute__', 'unlikely', 'typeof', 'u32', 'PVOP_CALLEE0', 'PVOP_VCALLEE0', 'PVOP_VCALLEE1', 'if',