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

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

2021-3-11 18:39
3456

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.



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

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

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

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

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

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