From 4f1f281c79bf8a4778138d991bc2e6d2fdc156ec Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 6 Nov 2015 17:17:08 +0100 Subject: Example/ASM: remove unused import in simple.py --- example/asm/simple.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'example/asm') diff --git a/example/asm/simple.py b/example/asm/simple.py index 45954f91..d7623908 100644 --- a/example/asm/simple.py +++ b/example/asm/simple.py @@ -3,8 +3,6 @@ from pprint import pprint from miasm2.arch.x86.arch import mn_x86 from miasm2.core import parse_asm, asmbloc -import miasm2.expression.expression as m2_expr -from miasm2.core import asmbloc # Assemble code -- cgit 1.4.1 From b960a393c057205859dcb62301f8b22573d385af Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 6 Nov 2015 17:50:21 +0100 Subject: Example/ASM: unused import --- example/asm/shellcode.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'example/asm') 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 -- cgit 1.4.1