about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/utils.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-11-12 15:23:15 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-04 15:10:07 +0100
commit92a379b9a306c2548106fefe481e71868fbe5a01 (patch)
tree7d527aba303ccf4b5d098e22e76456d4b27e9e16 /miasm2/jitter/loader/utils.py
parent7c74ea27685aabb51bf158b5ca13ce8fec147ef0 (diff)
downloadmiasm-92a379b9a306c2548106fefe481e71868fbe5a01.tar.gz
miasm-92a379b9a306c2548106fefe481e71868fbe5a01.zip
Loader: load PE and its dependencies
Diffstat (limited to '')
-rw-r--r--miasm2/jitter/loader/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/loader/utils.py b/miasm2/jitter/loader/utils.py
index a6a19cb3..8e09053a 100644
--- a/miasm2/jitter/loader/utils.py
+++ b/miasm2/jitter/loader/utils.py
@@ -15,7 +15,7 @@ def canon_libname_libfunc(libname, libfunc):
         return str(dn), libfunc
 
 
-class libimp:
+class libimp(object):
 
     def __init__(self, lib_base_ad=0x71111000, **kargs):
         self.name2off = {}