首页
社区
课程
招聘
[旧帖] [求助]这个教程该如何翻译?BP on starting address of sub-routines是什么意思?? 0.00雪花
发表于: 2008-8-13 14:14 3143

[旧帖] [求助]这个教程该如何翻译?BP on starting address of sub-routines是什么意思?? 0.00雪花

2008-8-13 14:14
3143
教程原文如下:

The 2nd CALL after each KEY, calculates the value of NEXT KEY. I mean the 2nd Call after DATELASTRUN is where that calculates the value of FINGERPRINT, and the 2nd CALL after FINGERPRINT, calculates the value of ENHFINGERPRINT. So you should enter these CALLS and put BP on starting address of sub-routines to see which of them calculates the FP that Armadillo shows it. Because I've packed the target with Standard FP, just enter the first CALL and put BP on first instruction. Then press F9 to run and stop on BP. After breaking, trace with F7 and watch the registers value.

其他的废话不用翻译主要是这两句:So you should enter these CALLS and put BP on starting address of sub-routines to see which of them calculates the FP that Armadillo shows it.【BP on starting address of sub-routines??断点下载哪??】
just enter the first CALL and put BP on first instruction.【BP on first instruction??在第一个语句出断点???】

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 427
活跃值: (65)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
2
put BP on starting address of sub-routines
在子程序的段首下断点

BP on first instruction
在第一个指令下断点

英语不好,仅供参考。
2008-8-13 14:50
0
游客
登录 | 注册 方可回帖
返回
//