diff options
| author | Ajax <commial@gmail.com> | 2015-11-06 17:50:21 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-06 17:53:27 +0100 |
| commit | b960a393c057205859dcb62301f8b22573d385af (patch) | |
| tree | f5b1a41218d999c9e241d480e6672e3e9b55482a /example/asm | |
| parent | 04851eaf6e9a9646a5c239460b64dfca2a7a2bd1 (diff) | |
| download | miasm-b960a393c057205859dcb62301f8b22573d385af.tar.gz miasm-b960a393c057205859dcb62301f8b22573d385af.zip | |
Example/ASM: unused import
Diffstat (limited to 'example/asm')
| -rw-r--r-- | example/asm/shellcode.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/asm/shellcode.py b/example/asm/shellcode.py index 945cac8c..52630e4d 100644 --- a/example/asm/shellcode.py +++ b/example/asm/shellcode.py @@ -5,9 +5,7 @@ from pdb import pm from elfesteem import pe_init from elfesteem.strpatchwork import StrPatchwork -from miasm2.core.cpu import parse_ast from miasm2.core import parse_asm, asmbloc -import miasm2.expression.expression as m2_expr from miasm2.analysis.machine import Machine from miasm2.core.interval import interval |