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 /example/jitter/arm_sc.py | |
| parent | 944806c506446c918eb74c17a605f5f56d4b75e0 (diff) | |
| download | focaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.tar.gz focaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.zip | |
Include elfesteem fork in miasm
Diffstat (limited to 'example/jitter/arm_sc.py')
| -rwxr-xr-x | example/jitter/arm_sc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/arm_sc.py b/example/jitter/arm_sc.py index 8d5b5677..ddadbf29 100755 --- a/example/jitter/arm_sc.py +++ b/example/jitter/arm_sc.py @@ -3,7 +3,7 @@ from miasm.core.utils import int_to_byte from miasm.analysis.sandbox import Sandbox_Linux_armb_str from miasm.analysis.sandbox import Sandbox_Linux_arml_str -from elfesteem.strpatchwork import StrPatchwork +from miasm.elfesteem.strpatchwork import StrPatchwork from pdb import pm |