首页
社区
课程
招聘
[求助]有两句话,给我翻译下。谢谢
发表于: 2020-4-10 14:32 1450

[求助]有两句话,给我翻译下。谢谢

2020-4-10 14:32
1450
To make it short:

This smallOllyDbgplugin prevents Olly from setting the Trap flag to step when
there is an instruction such as 'pop ss' and 'pushfd'. The technique used here is the same as the built-
in Step-Over except it does the same on those named instructions now.

This is what it looks like without the Plugin:  
And here with the Plugin:


重点是第二段!机器翻译的好生不像人话。

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 1482
活跃值: (26)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
简而言之:

当出现诸如“ pop ss”和“ pushfd”之类的指令时,此smallOllyDbg插件可防止Olly将Trap标志设置为step。 此处使用的技术与内置的“跨接”相同,不同之处在于它现在对那些已命名的指令执行相同的操作。

这是没有插件的样子:
而这里有插件:
2020-4-10 18:26
0
游客
登录 | 注册 方可回帖
返回
//