首页
社区
课程
招聘
[求助]Windbg中查看注册表的问题
发表于: 2007-11-18 22:01 7663

[求助]Windbg中查看注册表的问题

2007-11-18 22:01
7663
请问大虾能不能获得\REGISTRY的knode地址?我看了!reg命令,好像没有这样的功能
!dreg又不能在kmode下使用
kd> !reg

reg <command>  <params>       - Registry extensions
    kcb        <Address>      - Dump registry key-control-blocks
    knode      <Address>      - Dump registry key-node struct
    kbody      <Address>      - Dump registry key-body struct
    kvalue     <Address>      - Dump registry key-value struct
    valuelist  <HiveAddr> <KnodeAddr> - Dumps list of values for a particular knode
    subkeylist <HiveAddr> <KnodeAddr> - Dumps list of subkeys for a particular knode
    baseblock  <HiveAddr>     - Dump the baseblock for the specified hive
    seccache   <HiveAddr>     - Dump the security cache for the specified hive
    hashindex  <conv_key>     - Find the hash entry given a Kcb ConvKey
    openkeys   <HiveAddr|0>   - Dump the keys opened inside the specified hive
    openhandles <HiveAddr|0>  - Dump the handles opened inside the specified hive
    findkcb    <FullKeyPath>  - Find the kcb for the corresponding path
    hivelist                  - Displays the list of the hives in the system
    viewlist   <HiveAddr>     - Dump the pinned/mapped view list for the specified hive
    freebins   <HiveAddr>     - Dump the free bins for the specified hive
    freecells  <BinAddr>      - Dump the free cells in the specified bin
    dirtyvector<HiveAddr>     - Dump the dirty vector for the specified hive
    cellindex  <HiveAddr> <cellindex> - Finds the VA for a specified cell index
    freehints  <HiveAddr> <Storage> <Display> - Dumps freehint info
    translist  <RmAddr|0>     - Displays the list of active transactions in this RM
    uowlist    <TransAddr>    - Displays the list of UoW attached to this transaction
    postblocklist             - Displays the list of threads which have 1 or more postblocks posted
    notifylist                - Displays the list of notify blocks in the system
    ixlock     <LockAddr>     - Dumps ownership of an intent lock
    dumppool   [s|r]          - Dump registry allocated paged pool
       s - Save list of registry pages to temporary file
       r - Restore list of registry pages from temp. file

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

收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 258
活跃值: (230)
能力值: ( LV12,RANK:770 )
在线值:
发帖
回帖
粉丝
2
是需要几个步骤命令的....看看windbug help吧.
2007-11-19 17:31
0
雪    币: 267
活跃值: (16)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
3
!reg的几个子命令我都试过了,翻文档也一无所获
2007-11-19 21:49
0
雪    币: 207
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
倒塌~!!!!!!!!!!!!
2007-11-20 22:59
0
游客
登录 | 注册 方可回帖
返回
//