about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--example/sandbox_elf.py5
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
-