diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-11-25 20:52:28 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-11-25 20:52:28 +0100 |
| commit | 18c4392a66877609ee33927ecec773a0fb535539 (patch) | |
| tree | ebc47dc13099f5e23e711e5e6b4e318037cc1e51 | |
| parent | c16e8546521a469e4b7b036276f83f2ab339d0da (diff) | |
| download | miasm-18c4392a66877609ee33927ecec773a0fb535539.tar.gz miasm-18c4392a66877609ee33927ecec773a0fb535539.zip | |
Rm dbg
| -rw-r--r-- | miasm/os_dep/win_api_x86_32.py | 1 |
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"] |