diff options
| author | serpilliere <devnull@localhost> | 2011-08-08 14:05:27 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2011-08-08 14:05:27 +0200 |
| commit | c9c9bc8300270fa97fc1a49e996b06ecdaf5291b (patch) | |
| tree | 7e990d17b86d15780355fcd22a8bd2b672b516bc /example/sandbox_pe.py | |
| parent | 7f8c548bb8123d2fb20461a8e161258c8fa372d2 (diff) | |
| download | miasm-c9c9bc8300270fa97fc1a49e996b06ecdaf5291b.tar.gz miasm-c9c9bc8300270fa97fc1a49e996b06ecdaf5291b.zip | |
fix tipo
Diffstat (limited to 'example/sandbox_pe.py')
| -rw-r--r-- | example/sandbox_pe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sandbox_pe.py b/example/sandbox_pe.py index 1b6457be..d76acd01 100644 --- a/example/sandbox_pe.py +++ b/example/sandbox_pe.py @@ -41,7 +41,7 @@ if filename and os.path.isfile(filename): runtime_dll, dll_dyn_funcs = preload_lib(e, patch_vm_imp = True, lib_base_ad = 0x7c811111) # set winapi to ours win_api.runtime_dll = runtime_dll - +win_api.current_pe = e dll_dyn_ad2name = dict([(x[1], x[0]) for x in dll_dyn_funcs.items()]) dyn_func = {} |