diff options
| author | serpilliere <devnull@localhost> | 2013-02-22 15:51:08 +0100 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2013-02-22 15:51:08 +0100 |
| commit | f38372e5e052453c4878cbf0516a23e59b4d712b (patch) | |
| tree | 5c1a9490fbd9362788804b1d53fd59f63f3aa0f6 /example/disas_and_graph.py | |
| parent | 4f1d29d8527375e81f190dbb0d345eca1eb541f0 (diff) | |
| parent | 7d1b50444f2c952b1287bf45d046eea222d4ba18 (diff) | |
| download | miasm-f38372e5e052453c4878cbf0516a23e59b4d712b.tar.gz miasm-f38372e5e052453c4878cbf0516a23e59b4d712b.zip | |
merge
Diffstat (limited to 'example/disas_and_graph.py')
| -rwxr-xr-x | example/disas_and_graph.py | 2 |
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 |