diff options
| author | serpilliere <fabrice.desclaux@cea.fr> | 2015-10-27 22:32:07 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-10-29 21:40:20 +0100 |
| commit | 00daaf5d0d0abe87a889bce92e49556cbbc07d0f (patch) | |
| tree | ba61ca85399d08130fead815dc0fbcb2b2d6c43c /example/expression/solve_condition_stp.py | |
| parent | e7de4b61ccc4f310852c1ac8e9f9d154a1851603 (diff) | |
| download | focaccia-miasm-00daaf5d0d0abe87a889bce92e49556cbbc07d0f.tar.gz focaccia-miasm-00daaf5d0d0abe87a889bce92e49556cbbc07d0f.zip | |
Core/parse_asm: update parse_txt API use
Diffstat (limited to 'example/expression/solve_condition_stp.py')
| -rw-r--r-- | example/expression/solve_condition_stp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/expression/solve_condition_stp.py b/example/expression/solve_condition_stp.py index a25a7072..385c5d78 100644 --- a/example/expression/solve_condition_stp.py +++ b/example/expression/solve_condition_stp.py @@ -170,7 +170,7 @@ if __name__ == '__main__': ''') - b = blocs[0][0] + b = blocs[0] print b # add fake address and len to parsed instructions for i, l in enumerate(b.lines): |