From 944806c506446c918eb74c17a605f5f56d4b75e0 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 27 Feb 2019 20:12:54 +0100 Subject: Rename miasm2 to miasm --- example/expression/export_llvm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example/expression/export_llvm.py') diff --git a/example/expression/export_llvm.py b/example/expression/export_llvm.py index c8ee14a5..241a907d 100644 --- a/example/expression/export_llvm.py +++ b/example/expression/export_llvm.py @@ -1,11 +1,11 @@ from future.utils import viewitems, viewvalues from argparse import ArgumentParser -from miasm2.analysis.binary import Container -from miasm2.analysis.machine import Machine -from miasm2.jitter.llvmconvert import LLVMType, LLVMContext_IRCompilation, LLVMFunction_IRCompilation +from miasm.analysis.binary import Container +from miasm.analysis.machine import Machine +from miasm.jitter.llvmconvert import LLVMType, LLVMContext_IRCompilation, LLVMFunction_IRCompilation from llvmlite import ir as llvm_ir -from miasm2.expression.simplifications import expr_simp_high_to_explicit +from miasm.expression.simplifications import expr_simp_high_to_explicit parser = ArgumentParser("LLVM export example") parser.add_argument("target", help="Target binary") -- cgit 1.4.1