diff options
| author | Ajax <commial@gmail.com> | 2018-06-21 17:33:47 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-06-21 17:33:47 +0200 |
| commit | b8d5b255bad4b03c57356c9af474e6d8a12105db (patch) | |
| tree | 1fdea855e3bd266343e4d330af5ac686d53fc240 /example/ida/graph_ir.py | |
| parent | 98a60ebb7366cda9774fc0511185602cada1833b (diff) | |
| download | miasm-b8d5b255bad4b03c57356c9af474e6d8a12105db.tar.gz miasm-b8d5b255bad4b03c57356c9af474e6d8a12105db.zip | |
Code cleaning: remove useless / commented code
Diffstat (limited to 'example/ida/graph_ir.py')
| -rw-r--r-- | example/ida/graph_ir.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ida/graph_ir.py b/example/ida/graph_ir.py index 97d30851..dd842281 100644 --- a/example/ida/graph_ir.py +++ b/example/ida/graph_ir.py @@ -116,7 +116,6 @@ def build_graph(verbose=False, simplify=False): # populate symbols with ida names for addr, name in idautils.Names(): - # print hex(ad), repr(name) if name is None: continue if (mdis.symbol_pool.getby_offset(addr) or |