about summary refs log tree commit diff stats
path: root/example/jitter/unpack_upx.py
diff options
context:
space:
mode:
authorPierre LALET <pierre.lalet@cea.fr>2019-02-27 20:29:44 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-05 16:52:51 +0100
commitd3a42fa5dcdb0c467586eb6b92271fa4dbeb648b (patch)
treeb5ca14f60ad2a10148990ffc30e4bad8f49c9283 /example/jitter/unpack_upx.py
parent944806c506446c918eb74c17a605f5f56d4b75e0 (diff)
downloadfocaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.tar.gz
focaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.zip
Include elfesteem fork in miasm
Diffstat (limited to 'example/jitter/unpack_upx.py')
-rw-r--r--example/jitter/unpack_upx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/unpack_upx.py b/example/jitter/unpack_upx.py
index 0a41d038..05d28b16 100644
--- a/example/jitter/unpack_upx.py
+++ b/example/jitter/unpack_upx.py
@@ -2,7 +2,7 @@ from __future__ import print_function
 import os
 import logging
 from pdb import pm
-from elfesteem import pe
+from miasm.elfesteem import pe
 from miasm.analysis.sandbox import Sandbox_Win_x86_32
 
 # User defined methods