about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-11-25 20:52:28 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-11-25 20:52:28 +0100
commit18c4392a66877609ee33927ecec773a0fb535539 (patch)
treeebc47dc13099f5e23e711e5e6b4e318037cc1e51
parentc16e8546521a469e4b7b036276f83f2ab339d0da (diff)
downloadmiasm-18c4392a66877609ee33927ecec773a0fb535539.tar.gz
miasm-18c4392a66877609ee33927ecec773a0fb535539.zip
Rm dbg
-rw-r--r--miasm/os_dep/win_api_x86_32.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm/os_dep/win_api_x86_32.py b/miasm/os_dep/win_api_x86_32.py
index 7abd03b7..5d678997 100644
--- a/miasm/os_dep/win_api_x86_32.py
+++ b/miasm/os_dep/win_api_x86_32.py
@@ -757,7 +757,6 @@ def kernel32_VirtualProtect(jitter):
         old = jitter.vm.get_mem_access(args.lpvoid)
         jitter.vm.set_u32(args.lpfloldprotect, ACCESS_DICT_INV[old])
 
-    print("XXX VIRTUALP")
     log.warn("set page %x %x", args.lpvoid, args.dwsize)
     for addr, data in jitter.vm.get_all_memory().items():
         size = data["size"]