bump version to 1.0.2.0, add, fixed interception of excepcons (now propagate with DBG_EXCEPTION_NOT_HANDLED), fixed a performance issue when a process with an applied patch was being scanned again

This commit is contained in:
kitbyte
2025-04-09 14:59:05 +02:00
parent 9ed3d270e3
commit b283c63fd7
3 changed files with 20 additions and 10 deletions
+1
View File
@@ -252,6 +252,7 @@ namespace WeModPatcher.Utils.Win32
public const uint LOAD_DLL_DEBUG_EVENT = 6;
public const uint OUTPUT_DEBUG_STRING_EVENT = 8;
public const uint EXCEPTION_BREAKPOINT = 0x80000003;
public const uint DBG_EXCEPTION_NOT_HANDLED = 0x80010001;
// Constants for VirtualProtectex
public const uint PAGE_EXECUTE_READWRITE = 0x40;