about summary refs log tree commit diff stats
path: root/miasm/tools/win_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/tools/win_api.py')
-rw-r--r--miasm/tools/win_api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm/tools/win_api.py b/miasm/tools/win_api.py
index 13ec5934..1169bb7c 100644
--- a/miasm/tools/win_api.py
+++ b/miasm/tools/win_api.py
@@ -642,6 +642,8 @@ def kernel32_VirtualProtect():
                        0x10: PAGE_EXEC,
                        0x20: PAGE_EXEC | PAGE_READ,
                        0x40: PAGE_EXEC | PAGE_READ | PAGE_WRITE,
+                       0x80: PAGE_EXEC | PAGE_READ | PAGE_WRITE,
+                       # 0x80: PAGE_EXECUTE_WRITECOPY
                        0x100: 0
                        }