首页
社区
课程
招聘
[ZT]StollyStructs v1.0 OllyDbg Plugins
发表于: 2007-1-28 20:19 2462

[ZT]StollyStructs v1.0 OllyDbg Plugins

2007-1-28 20:19
2462
by:jstorme

From:Tuts 4 You

Description:

A plugin that helps to visualise and label data structures from within OllyDbg.

The idea is simple. When you want to examine a data structure that’s being used in your target now you have to look up the definition of the data structure in MSDN and start counting the bytes to look at the structure member you are interested in. Very tedious work. StollyStructs should bypass all this. It consists of a plug-in dll “stollystruct.dll” and a data file “stollystructs.ini” I parsed the windows.inc file from the masm library to build up the data file and added a few of my own. Currently there are about 1200 structure definitions inside the data file, so chances are that the one you are interested in is in there.

[课程]Android-CTF解题方法汇总!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 13606
活跃值: (4398)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
2
多谢林版~这个插件是好东东捏.
2007-1-29 09:18
0
游客
登录 | 注册 方可回帖
返回
//