about summary refs log tree commit diff stats
path: root/example/disas_and_graph.py
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2013-02-22 15:51:08 +0100
committerserpilliere <devnull@localhost>2013-02-22 15:51:08 +0100
commitf38372e5e052453c4878cbf0516a23e59b4d712b (patch)
tree5c1a9490fbd9362788804b1d53fd59f63f3aa0f6 /example/disas_and_graph.py
parent4f1d29d8527375e81f190dbb0d345eca1eb541f0 (diff)
parent7d1b50444f2c952b1287bf45d046eea222d4ba18 (diff)
downloadmiasm-f38372e5e052453c4878cbf0516a23e59b4d712b.tar.gz
miasm-f38372e5e052453c4878cbf0516a23e59b4d712b.zip
merge
Diffstat (limited to 'example/disas_and_graph.py')
-rwxr-xr-xexample/disas_and_graph.py2
1 files changed, 1 insertions, 1 deletions
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