about summary refs log tree commit diff stats
path: root/example/asm/shellcode.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/asm/shellcode.py
parent944806c506446c918eb74c17a605f5f56d4b75e0 (diff)
downloadfocaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.tar.gz
focaccia-miasm-d3a42fa5dcdb0c467586eb6b92271fa4dbeb648b.zip
Include elfesteem fork in miasm
Diffstat (limited to 'example/asm/shellcode.py')
-rwxr-xr-xexample/asm/shellcode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/asm/shellcode.py b/example/asm/shellcode.py
index ed489bbd..59ea3a94 100755
--- a/example/asm/shellcode.py
+++ b/example/asm/shellcode.py
@@ -4,8 +4,8 @@ from argparse import ArgumentParser
 from pdb import pm
 
 from future.utils import viewitems
-from elfesteem import pe_init
-from elfesteem.strpatchwork import StrPatchwork
+from miasm.elfesteem import pe_init
+from miasm.elfesteem.strpatchwork import StrPatchwork
 
 from miasm.core import parse_asm, asmblock
 from miasm.analysis.machine import Machine