From 308a634b7c2c20692e85f5b72178e00d072b7bcd Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 4 Dec 2015 18:46:48 +0100 Subject: IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph` --- example/symbol_exec/depgraph.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'example/symbol_exec/depgraph.py') diff --git a/example/symbol_exec/depgraph.py b/example/symbol_exec/depgraph.py index 6aa9cf81..a870b275 100644 --- a/example/symbol_exec/depgraph.py +++ b/example/symbol_exec/depgraph.py @@ -61,9 +61,6 @@ blocks = mdis.dis_multibloc(int(args.func_addr, 0)) for block in blocks: ir_arch.add_bloc(block) -# Build the IRA Graph -ir_arch.gen_graph() - # Get the instance dg = DependencyGraph(ir_arch, implicit=args.implicit, apply_simp=not(args.do_not_simplify), -- cgit 1.4.1