From 60d795119cfef5c1691e96a99da314c61241cf37 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 29 Jun 2015 12:52:55 +0200 Subject: Example/Disasm/Full: fix follow_call option --- example/disasm/full.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example/disasm/full.py') diff --git a/example/disasm/full.py b/example/disasm/full.py index 7f523a23..b813e4fa 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -82,6 +82,7 @@ mdis = dis_engine(bs) mdis.dontdis_retcall = args.dontdis_retcall mdis.blocs_wd = args.blockwatchdog mdis.dont_dis_nulstart_bloc = not args.dis_nulstart_block +mdis.follow_call = args.followcall todo = [] addrs = [int(a, 16) for a in args.address] -- cgit 1.4.1