指令 功能
bl 列出系统中已经有的断点
bc 清除断点例如: bc 1 -10 删除1 -10的断点. bc*清除全部
bd 禁用断点
be 激活断点
bp [address][模块名字][偏移] 下断点 bp xxModule!DisPatchRead + 0x30
bu module!fun 模块名加函数下断点.
bm module!fun* 支持通配符下断点
ba [w len] [r len] [e len] address 下内存(读、写、执行)断点
bp /p eprocess [address][func] 某进程调用才会断下来
bp /t ethread [address][fun] 某线程调用才会断下来

相关文章:

  • 2021-11-14
  • 2022-01-12
  • 2021-10-06
  • 2021-05-20
  • 2022-02-28
  • 2021-10-06
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案