首页
社区
课程
招聘
Reflector新增debug插件"Deblector"
发表于: 2006-5-9 10:31 8093

Reflector新增debug插件"Deblector"

2006-5-9 10:31
8093
Reflector's debugging add-in "Deblector"

http://weblogs.asp.net/bhouse/archive/2006/05/01/444716.aspx
Felice Pollano release first version of Deblector
Deblector is a debugging add-in for Lutz Roeder's Reflector.

Here is some info on usage from his site:

The zip file contains many dll, but to install the add-in the one to choose is DeblectorAddIn.dll, all the others must be in the same directory. To insert breakpoints the program must be paused. You can attach a running program, or open an executable with Reflector, select it, and press play. Note that the F5 short-key is not used to start the program because is already used by reflector itself, instead, you can use F7.

http://www.felicepollano.com/PermaLink,guid,1c863e69-1b56-4cfa-a60b-203e1127b8bd.aspx

这个插件是很多Reflector长久以后就特切盼望的插件。
下载后试验了一下,其实就是调用了MDbg进行调试的,能对IL设置断点,同时也能以反编译出来的C#/VB.NET源代码为基础进行显示,确实很方便。

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 50
活跃值: (145)
能力值: ( LV12,RANK:290 )
在线值:
发帖
回帖
粉丝
2
不错的插件
2006-5-9 12:29
0
雪    币: 259
活跃值: (10)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
3
可惜只能调2.0的程序
2006-5-9 13:00
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
因为借助了MDbg的关系,而后者又是通过.NET Framework内置的ICorDebug来调式的,所以目前只能调试2.0。期待MDbg将来会增加对1.1/1.0的支持。
2006-5-10 12:12
0
游客
登录 | 注册 方可回帖
返回
//