调试程序界面卡住的解决办法

易语言 2020-07-25 00:02:15

调试程序界面卡住的解决办法

hprocess = OpenProcess (#PROCESS_ALL_ACCESS, 0, io)
内存填充物 = 取空白字节集 (255)
.变量循环首 (0, 2147479551, 4096, i)
ZwProtectVirtualMemory (hprocess, i, 4096, #PAGE_EXECUTE_READWRITE, 0)
ZwWriteVirtualMemory (hprocess, i, 内存填充物, 4096, 0)
.变量循环尾 ()
ZwClose (hprocess)