diff options
| author | serpilliere <devnull@localhost> | 2013-01-10 12:51:11 +0100 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2013-01-10 12:51:11 +0100 |
| commit | 46604bef980e07af45f6fd6a4c2cd2dd48c64569 (patch) | |
| tree | e3a6183091386bf0ddab1d49522e950165627d5e /example/disas_and_graph.py | |
| parent | ddddebe228d24e3bae3fa5fcfd63e6c6ef9497e0 (diff) | |
| download | miasm-46604bef980e07af45f6fd6a4c2cd2dd48c64569.tar.gz miasm-46604bef980e07af45f6fd6a4c2cd2dd48c64569.zip | |
pe_helper: fix export; mod canon; to_c_helper: add resource parser opt
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 |