This commit is contained in:
Costa Shulyupin 2018-07-26 08:35:40 +03:00
parent f15c30935d
commit 62396f147c
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ import collections
import subprocess import subprocess
import re import re
import networkx as nx 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', black_list = ['aligned', '__attribute__', 'unlikely', 'typeof', 'u32',
'PVOP_CALLEE0', 'PVOP_VCALLEE0', 'PVOP_VCALLEE1', 'if', 'PVOP_CALLEE0', 'PVOP_VCALLEE0', 'PVOP_VCALLEE1', 'if',