diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-02-27 20:12:54 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-05 16:52:51 +0100 |
| commit | 944806c506446c918eb74c17a605f5f56d4b75e0 (patch) | |
| tree | ba1d989b03bf8b5544c362a9f61b4e8d3284650f /test/core/asmblock.py | |
| parent | 02bbb30efea4980c9d133947cbbf69fb599071ad (diff) | |
| download | miasm-944806c506446c918eb74c17a605f5f56d4b75e0.tar.gz miasm-944806c506446c918eb74c17a605f5f56d4b75e0.zip | |
Rename miasm2 to miasm
Diffstat (limited to 'test/core/asmblock.py')
| -rw-r--r-- | test/core/asmblock.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/core/asmblock.py b/test/core/asmblock.py index 48e81e78..e5ccf252 100644 --- a/test/core/asmblock.py +++ b/test/core/asmblock.py @@ -4,14 +4,14 @@ from pdb import pm from future.utils import viewitems -from miasm2.core.utils import decode_hex -from miasm2.analysis.machine import Machine -from miasm2.analysis.binary import Container -from miasm2.core.asmblock import AsmCFG, AsmConstraint, AsmBlock, \ +from miasm.core.utils import decode_hex +from miasm.analysis.machine import Machine +from miasm.analysis.binary import Container +from miasm.core.asmblock import AsmCFG, AsmConstraint, AsmBlock, \ AsmBlockBad, AsmConstraintTo, AsmConstraintNext, \ bbl_simplifier -from miasm2.core.graph import DiGraphSimplifier, MatchGraphJoker -from miasm2.expression.expression import ExprId +from miasm.core.graph import DiGraphSimplifier, MatchGraphJoker +from miasm.expression.expression import ExprId # Initial data: from 'samples/simple_test.bin' data = decode_hex("5589e583ec10837d08007509c745fc01100000eb73837d08017709c745fc02100000eb64837d08057709c745fc03100000eb55837d080774138b450801c083f80e7509c745fc04100000eb3c8b450801c083f80e7509c745fc05100000eb298b450883e03085c07409c745fc06100000eb16837d08427509c745fc07100000eb07c745fc081000008b45fcc9c3") |