diff options
| author | serpilliere <devnull@localhost> | 2012-06-20 14:58:51 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2012-06-20 14:58:51 +0200 |
| commit | aa94600ee1486862177cee955a3cee16fd0cc51c (patch) | |
| tree | 8cd6f61a88f1b599b8ff5fc89779ec91b4f95fc2 /example/sandbox_elf.py | |
| parent | f93725c0ae5dde2cc831a9338836e5494e86ca94 (diff) | |
| download | miasm-aa94600ee1486862177cee955a3cee16fd0cc51c.tar.gz miasm-aa94600ee1486862177cee955a3cee16fd0cc51c.zip | |
example: rem dup code
Diffstat (limited to 'example/sandbox_elf.py')
| -rw-r--r-- | example/sandbox_elf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/example/sandbox_elf.py b/example/sandbox_elf.py index c9670609..d57adfcf 100644 --- a/example/sandbox_elf.py +++ b/example/sandbox_elf.py @@ -52,7 +52,7 @@ try: ep = e.sh.symtab.symbols['main'].value except: ep = e.Ehdr.entry -ep = e.Ehdr.entry + ptr_esp = stack_base_ad+stack_size-0x1000 vm_set_mem(ptr_esp, "/home/toto\x00") ptr_arg0 = ptr_esp @@ -88,9 +88,6 @@ must_stop = False ad_oep = None segm_to_do = {} -log_regs = False -log_mn = log_regs - |