首页
社区
课程
招聘
[转帖]HitTrace v0.1让od拥有CE的记录内存地址功能
2015-10-11 09:44 13532

[转帖]HitTrace v0.1让od拥有CE的记录内存地址功能

2015-10-11 09:44
13532
HitTrace - david zimmer <dzzie@yahoo.com>

This is a simple plugin based on my modulebpx code.

You set breakpoints in the UI and it will then run
the app automating it and logging which ones were hit.

To set breakpoints in the main module use "main"
(no quotes) as mod name

For dlls you can enter partial strings as long
as they are unique and as long as they are the
dlls actual name as found in its export table.

Addresses of breakpoints are set in rva's (in case
a dll gets rebased)

The LogExp is optional..it accepts any type of
expression the ollydbg expression window takes
such as [ebp+4] or eax or whatever. If this is
set and is valid then it will shoot the results to the
log window on breakpoint. Sorry only supports one
expression to evaluate per bpx right now.

Each breakpoint is assigned an index which is visible
in the listbox. You can use one of these indexes
in the abort box to have it bail on tracing when
that bp is reached.

For example you can run it on looper.exe with the
following settings

main        1030        [esp+8]
main        1070        [esp+8]
main        1136       

abort on index: 2

Then hit View results to see hit count and log window

or load the test.htl sample provided (abort on index is not saved to htl files)

if you recompile looper offsets may change disasm to find new ones.

[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

上传的附件:
收藏
点赞0
打赏
分享
最新回复 (3)
雪    币: 1559
活跃值: (1740)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
wbs 2015-10-11 10:27
2
0
2006年的东西了!
雪    币: 80
活跃值: (922)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
暴强 2015-10-11 21:20
3
0
能用才是真的!
雪    币: 2
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
andying 2016-8-28 09:24
4
0
顶你,好东西啊,做游戏辅助和外挂备必备,不过现在OD和CE都出了中文和新版本,都挺好用的
游客
登录 | 注册 方可回帖
返回