diff options
| author | Pierre LALET <pierre.lalet@cea.fr> | 2019-02-27 20:29:44 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-05 16:52:51 +0100 |
| commit | d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b (patch) | |
| tree | b5ca14f60ad2a10148990ffc30e4bad8f49c9283 /test/analysis/dse.py | |
| parent | 944806c506446c918eb74c17a605f5f56d4b75e0 (diff) | |
| download | miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.tar.gz miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.zip | |
Include elfesteem fork in miasm
Diffstat (limited to 'test/analysis/dse.py')
| -rw-r--r-- | test/analysis/dse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/analysis/dse.py b/test/analysis/dse.py index 8691551c..21225f54 100644 --- a/test/analysis/dse.py +++ b/test/analysis/dse.py @@ -3,7 +3,7 @@ from pdb import pm from future.utils import viewitems -from elfesteem.strpatchwork import StrPatchwork +from miasm.elfesteem.strpatchwork import StrPatchwork from miasm.core import parse_asm from miasm.expression.expression import ExprCompose, ExprOp, ExprInt, ExprId from miasm.core.asmblock import asm_resolve_final |