首页
社区
课程
招聘
未解决 [求助]这几个类似的x64dbg命令,我搞不明白区别?
发表于: 2021-3-11 18:39 3569

未解决 [求助]这几个类似的x64dbg命令,我搞不明白区别?

2021-3-11 18:39
3569

SetBreakpointLog/bplog/bpl

Sets log text when a software breakpoint is hit. When log condition is not specified, it will always be logged regardless of the break condition, otherwise it will be logged when the logging condition is satisfied.

arguments

arg1 The address of the breakpoint.

[arg2] The log format string (see introduction/formatting).

result

This command does not set any result variables.


=====================================================

SetBreakpointLogCondition/bplogcondition

Sets the logging condition of a software breakpoint. When log condition is not specified, log text always be logged regardless of the break condition, otherwise it will be logged when the logging condition is satisfied.

arguments

arg1 The address of the breakpoint.

[arg2] The logging condition (default condition when not specified).

result

This command does not set any result variables.



[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 246
活跃值: (4517)
能力值: ( LV4,RANK:45 )
在线值:
发帖
回帖
粉丝
2
直接进电报群,问他
2021-3-11 20:31
0
雪    币: 106
活跃值: (754)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
3
横向3个是缩写,简写...

纵向是下面的满足条件才写日志...

翻译下不难吧...
2021-3-11 21:37
0
雪    币: 16573
活跃值: (1870)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
rlyt 横向3个是缩写,简写... 纵向是下面的满足条件才写日志... 翻译下不难吧...
好像明白了。
第一个玩过,成功输出日志,不要条件只管输出
第二个也就是说,可跟个==比较后再输。
2021-3-12 06:42
0
雪    币: 162
活跃值: (903)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5

北法王,南九八。逆向圈的两朵金(qi)花(pa)!

最后于 2021-3-12 10:43 被andydau编辑 ,原因:
2021-3-12 10:42
0
游客
登录 | 注册 方可回帖
返回
//