首页
社区
课程
招聘
windows下类softice的ring0调试器源码
发表于: 2005-3-10 12:27 7309

windows下类softice的ring0调试器源码

2005-3-10 12:27
7309
http://www.zlcmp.com/znsoft_BlindStudio.rar
工具是用VC开发的。我没有编译过,不过我想对想了解这方面技术的一定有帮助。

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (9)
雪    币: 154
活跃值: (216)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
好贴正如美妇,我顶
问:是自己开发的吗?
2005-3-10 12:56
0
雪    币: 342
活跃值: (323)
能力值: ( LV9,RANK:450 )
在线值:
发帖
回帖
粉丝
3
最初由 采臣・宁 发布
好贴正如美妇,我顶
问:是自己开发的吗?

不是,是网上找到的。
还在上传。
2005-3-10 12:58
0
雪    币: 257
活跃值: (369)
能力值: ( LV12,RANK:370 )
在线值:
发帖
回帖
粉丝
4
开始抢了,支持!
2005-3-10 13:08
0
雪    币: 234
活跃值: (130)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
顶,看看。
2005-3-11 23:37
0
雪    币: 603
活跃值: (617)
能力值: ( LV12,RANK:660 )
在线值:
发帖
回帖
粉丝
6
多谢!
2005-3-15 15:35
0
雪    币: 154
活跃值: (216)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
7
软件作者现在搞移动程序开发了,真是让人感到挽惜啊
2005-3-24 22:14
0
雪    币: 427
活跃值: (412)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
Features added to BS from build to build.
                           -------------------------------------------

v0.1 build 4
        + Started to use OLLYDBG [dis]assembler. Thanks to Oleh Yuschuk. Changed
        the default char type to unsigned, so bugs may appear in different places.
        + Added LoadImage hook under 2K+. NT4 would be supported later.
        + Started to use LIBs from NT4 and headers from XP. So it is easy to
        avoid occasional importing of functions not present on NT4, but it is still
        possible to use new functions using BsGetProcAddress.
        + Started to read some settings from registry. Added some internal debugging
        code.

v0.1 build 3
        Internal build. Tested some ideas, fixed some bugs.
        + Rewrote breakpoint handlers
        + Added SwapContext hook to dynamically [re]install breakpoints in processes

v0.1 build 2
        + Added limited SEH support. You can use __try ... __except in code instead
             of IsAddressValid. Plugins should link with exsup3.c to avoid importing
      _except_handler3 from NTOSKRNL.EXE which is not present in NT4.
    + Added expression calculator
    + Added trace/step over/G/BPX commands
    + Lots of bugs introduced after adding my SEH implementation & exports
      scanning. I'll fix them later...
    + Added Pagein command. It is not always safe to call it.

v0.1 build 1
        + Rewrote the core to allow driver to load at boot.
        + Made two keyboard drivers, disassembler, dump, int 2D handler, etc.
        + Wrote lots of internal functions.
        + Driver don't load under NT4
       

First test build.
        Implemented the video driver, keyboard and PS/2 mouse handlers.
        Implemented several test commands & made a plugin support.

作者设计蓝图是打算设计成RING0内核的OD式调试器
2005-3-28 17:40
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
cxy
9
先下来看看!谢谢!
2005-4-7 11:34
0
雪    币: 415
活跃值: (94)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
无法打开程序
2005-5-21 09:54
0
游客
登录 | 注册 方可回帖
返回
//