about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/elf.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-07-16 13:14:52 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-07-16 13:14:52 +0200
commit8bab069ce741d5f227279a3a00f8d7ab0ed1554a (patch)
treeeb6508c8e973adb147e588294e7bf89a0e81a94b /miasm2/jitter/loader/elf.py
parentc03edceec59d28244efe88d0db2cf369f5c37953 (diff)
downloadmiasm-8bab069ce741d5f227279a3a00f8d7ab0ed1554a.tar.gz
miasm-8bab069ce741d5f227279a3a00f8d7ab0ed1554a.zip
Jitter: fix example api
Diffstat (limited to 'miasm2/jitter/loader/elf.py')
-rw-r--r--miasm2/jitter/loader/elf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/jitter/loader/elf.py b/miasm2/jitter/loader/elf.py
index e5241910..61c40ddd 100644
--- a/miasm2/jitter/loader/elf.py
+++ b/miasm2/jitter/loader/elf.py
@@ -73,7 +73,6 @@ def vm_load_elf(vm, fdata, **kargs):
         #print hex(a), hex(b)
         vm.add_memory_page(a, PAGE_READ | PAGE_WRITE, "\x00"*(b+2-a))
 
-    #vm.dump_memory_page_pool()
 
     for r_vaddr, data in all_data.items():
         vm.set_mem(r_vaddr, data)