From 46604bef980e07af45f6fd6a4c2cd2dd48c64569 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Thu, 10 Jan 2013 12:51:11 +0100 Subject: pe_helper: fix export; mod canon; to_c_helper: add resource parser opt --- example/disas_and_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/disas_and_graph.py b/example/disas_and_graph.py index 124b8f4a..0a6a3e5d 100755 --- a/example/disas_and_graph.py +++ b/example/disas_and_graph.py @@ -121,7 +121,7 @@ elif data.startswith("\xca\xfe\xba\xbe"): else: - print 'WARNING cannot autodetect file type, using raw' + print 'WARNING cannot autodetect file type, using raw', repr(data[:10]) in_str = bin_stream.bin_stream(data) if ad_to_dis == None: ad_to_dis = 0 -- cgit 1.4.1