about summary refs log tree commit diff stats
path: root/example/unpack_upx.py
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2011-09-14 08:39:39 +0200
committerserpilliere <devnull@localhost>2011-09-14 08:39:39 +0200
commit89ac1031a83b96f9f7d6976e2bda3c7a311c1993 (patch)
tree58bbe7226ca1ac2bc79b321d35afba963dc8c85a /example/unpack_upx.py
parent12dee192c2dd95f1aa81fd29a633f9b24cbc262d (diff)
parentef6c88fd81249f14ec53e197a50fa8cb4a564419 (diff)
downloadmiasm-89ac1031a83b96f9f7d6976e2bda3c7a311c1993.tar.gz
miasm-89ac1031a83b96f9f7d6976e2bda3c7a311c1993.zip
merge disasm java & eflags added
Diffstat (limited to 'example/unpack_upx.py')
-rw-r--r--example/unpack_upx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/unpack_upx.py b/example/unpack_upx.py
index cf1e2357..e7ea4b77 100644
--- a/example/unpack_upx.py
+++ b/example/unpack_upx.py
@@ -273,7 +273,7 @@ for s in e.SHList:
     st[s.offset] = e.virt[ad1:ad2]

 e.content = str(st)

 

-e.DirRes = pe_init.DirRes(e)

+e.DirRes = pe.DirRes(e)

 #e.DirImport.impdesc = None

 print repr(e.DirImport.impdesc)

 new_dll = runtime_dll.gen_new_lib(e)