SetMemoryBPX/membp/bpm

在提供的地址所在的整个内存区域设置内存断点(GUARD_PAGE)。

参数

arg1 Address of or inside a memory region that will be watched.

[arg2] 1/0 restore the memory breakpoint once it’s hit? When this value is not equal to ‘1’ or ‘3’, it’s assumed to be arg3. This means “bpm eax,r” would be the same command as: “bpm eax,0,r”.

[arg3] Breakpoint type, it can be ‘a’ (read+write+execute) ‘r’ (read), ’w’ (write) or ‘x’ (execute). Per default, it’s ‘a’ (read+write+execute)

结果

此命令不会设置任何结果变量。