首页
社区
课程
招聘
[转帖]Kernel Detective 1.2.1 by GamingMaster -AT4RE
发表于: 2009-2-9 14:43 7325

[转帖]Kernel Detective 1.2.1 by GamingMaster -AT4RE

2009-2-9 14:43
7325
Kernel Detective 1.2.1 by GamingMaster -AT4RE

Kernel Detective is a free tool that help you detect, analyze, manually
modify and fix some Windows NT kernel modifications. Kernel Detective gives you
the access to the kernel directly so it's not oriented for newbies. Changing
essential kernel-mode objects without enough knowledge will lead you to only
one result ... BSoD !

Supported NT versions :
XP/Vista


Kernel Detective gives you the ability to :
1- Detect Hidden Processes.
3- Detect Hidden Threads.
2- Detect Hidden DLLs.
3- Detect Hidden Handles.
4- Detect Hidden Driver.
5- Detect Hooked SSDT.
6- Detect Hooked Shadow SSDT.
7- Detect Hooked IDT.
8- Detect Kernel-mode code modifications and hooks.
9- Disassemble (Read/Write) Kernel-mode/User-mode memory.
10- Monitor debug output on your system.


Enumerate running processes and print important values like Process Id, Parent
Process Id, ImageBase, EntryPoint, VirtualSize, PEB block address and EPROCESS
block address. Special undocumented detection algorithms were implemented to
detect hidden processes.

Detect hidden and suspicious threads in system and allow user to forcely terminate them .

Enumerate a specific running process Dynamic-Link Libraries and show every Dll
ImageBase, EntryPoint, Size and Path. You can also inject or free specific module.


Enumerate a specific running process opened handles, show every handle's
object name and address and give you the ability to close the handle.

Enumerate loaded kernel-mode drivers and show every driver ImageBase,
EntryPoint, Size, Name and Path. Undocumented detection algorithms were
implemented to detect hidden drivers.

Scan the system service table (SSDT) and show every service function address
and the real function address, detection algorithm improved to bypass
KeServiceDescriptorTable EAT/IAT hooks.You can restore single service function address or restore the whole table.

Scan the shadow system service table (Shadow SSDT) and show every shadow
service function address and the real function address. You can restore single
shadow service function address or restore the whole table

Scan the interrupts table (IDT) and show every interrupt handler offset, selector,
type, Attributes and real handler offset. This is applied to every processor in a
multi-processors machines.

Scan the important system kernel modules, detect the modifications in it's body
and analyze it. For now it can detect and restore inline code modifications, EAT
and IAT hooks. I'm looking for more other types of hooks next releases of Kernel
Detective.

A nice disassembler rely on OllyDbg disasm engine, thanks Oleh Yuschuk for
publishing your nice disasm engine .With it you can disassemble, assemble and
hex edit virtual memory of a specific process or even the kernel space memory.
Kernel Detective use it's own Read/Write routines from kernel-mode and doesn't
rely on any windows API. That make Kernel Detective able to R/W processes VM
even if NtReadProcessMemory/NtWriteProcessMemory is hooked, also bypass the
hooks on other kernel-mode important routines like KeStackAttachProcess and
KeAttachProcess.

Show the messages sent by drivers to the kernel debugger just like Dbgview by
Mark Russinovich. It's doing this by hooking interrupt 0x2d wich is responsible for
outputing debug messages. Hooking interrupts may cause problems on some
machines so DebugView is turned off by default, to turn it on you must run Kernel
Detective with "-debugv" parameter.

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

上传的附件:
收藏
免费 1
支持
分享
最新回复 (9)
雪    币: 200
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
很好的软件 支持Vista
2009-6-13 16:36
0
雪    币: 471
活跃值: (3703)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
3
GamingMaster。。。。。
2009-6-14 11:40
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
Kernel Detective v1.3.0

What's new in v1.3.0 :
[+] Support for Vista SP2
[+] Suspend/Resume Process/Thread
[+] Force Resume Process/Thread
[+] Unloaded drivers viewer
[+] Object Types viewer
[+] Timer Objects viewer
[+] Kernel Notification Callbacks viewer (Process/Thread/Image/Registry)
[+] Added simple hex viewer with the disassembler
[+] Force Delete files (even files in use)
[+] File Signature Verifying
[+] Ability to save list contents
  • Improved Hidden Drivers Detection
  • Improved disassembler coloring
  • [!] Fixed annoying problem with listview sorting and refreshing
    [!] Fixed known minor bugs in v1.2.1


    http://www.at4re.com/files/Tools/Releases/GamingMasteR/KERNEL_DETECTIVE_V1.3.0.ZIP
    SHA-256 : 7E01B3DA8B844C45B69CE1F3615FC0350D26C56B93AFE82E2F 1756A318266011
    上传的附件:
    2009-7-25 11:36
    0
    雪    币: 2307
    活跃值: (983)
    能力值: (RANK:350 )
    在线值:
    发帖
    回帖
    粉丝
    5
    真是好东西啊!看到又想汉化了!
    2009-7-25 16:15
    0
    雪    币: 716
    活跃值: (162)
    能力值: ( LV9,RANK:250 )
    在线值:
    发帖
    回帖
    粉丝
    6
    下来试试这个工具
    2009-7-25 19:22
    0
    雪    币: 112
    活跃值: (51)
    能力值: ( LV2,RANK:10 )
    在线值:
    发帖
    回帖
    粉丝
    7
    怎么2003不支持。。。55
    2009-8-14 15:23
    0
    雪    币: 93908
    活跃值: (200199)
    能力值: (RANK:10 )
    在线值:
    发帖
    回帖
    粉丝
    8
    Kernel Detective v1.3.1 :
    [+] Support For WINDOWS SEVEN BUILD 7600
    [+] Added Bugcheck(Reason) Callback Notifications Detection
    [+] Added Hidden DLLs Detection
    [+] Added New Features For DLLs (ZeroMemory/UnmapMemory)
    [+] Added Unicode/Ascii String Reference In Disassembler Window
    [+] Added Physical Memory Dumper
    [+] Added Thread Stack Trace
    [+] Added "Copy" and "Select all" Hot-keys (Ctrl+A Ctrl+C)
  • Improved Files Operations (Open/Copy/Kill)
  • Application Windows Now Have XP Visual Style
  • Tabs Now Are Multilined
  • [!] Fixed Bug In Callbacks Detection For VISTA BUILD 6000
    [!] Fixed Processes Row Selection
    [!] Fixed Listview Selection And Sorting Bugs
    [!] Fixed Bugs In Kernel Driver Installation Process
    上传的附件:
    2009-12-7 11:35
    0
    雪    币: 257
    活跃值: (26)
    能力值: ( LV2,RANK:10 )
    在线值:
    发帖
    回帖
    粉丝
    9
    Wow! it a great sharing! thanks a lot!
    2009-12-7 13:35
    0
    雪    币: 202
    活跃值: (15)
    能力值: ( LV2,RANK:10 )
    在线值:
    发帖
    回帖
    粉丝
    10
    貌似玩游戏的时候可以用一下这个……
    2010-7-13 01:15
    0
    游客
    登录 | 注册 方可回帖
    返回
    //