<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.woodmann.com/collaborative/tools/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Collaborative RCE Tool Library - Kernel Tools</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/Kernel_Tools/feed?feed_type=rss</link>
		<description>Update Notification Feed for Category: Kernel Tools</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Fri, 03 Sep 2010 10:31:20 GMT</lastBuildDate>
		<item>
			<title>Tool Updated: Kernel Detective</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Kernel_Detective</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Hook_Detection_Tools&quot;&gt;Hook Detection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Kernel_Hook_Detection_Tools&quot;&gt;Kernel Hook Detection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Kernel_Tools&quot;&gt;Kernel Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Malware_Analysis_Tools&quot;&gt;Malware Analysis Tools&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;1.3.1&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;December 06, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;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 !&lt;br /&gt;&lt;br /&gt;Supported NT versions :&lt;br /&gt;XP/Vista/SEVEN&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Kernel Detective gives you the ability to :&lt;br /&gt;1- Detect Hidden Processes.&lt;br /&gt;3- Detect Hidden Threads.&lt;br /&gt;2- Detect Hidden DLLs.&lt;br /&gt;3- Detect Hidden Handles.&lt;br /&gt;4- Detect Hidden Driver.&lt;br /&gt;5- Detect Hooked SSDT.&lt;br /&gt;6- Detect Hooked Shadow SSDT.&lt;br /&gt;7- Detect Hooked IDT.&lt;br /&gt;8- Detect Kernel-mode code modifications and hooks.&lt;br /&gt;9- Disassemble (Read/Write) Kernel-mode/User-mode memory.&lt;br /&gt;10- Monitor debug output on your system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Detect hidden and suspicious threads in system and allow user to forcely terminate them .&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Enumerate a specific running process opened handles, show every handle's object name and address and give you the ability to close the handle.&lt;br /&gt;&lt;br /&gt;Enumerate loaded kernel-mode drivers and show every driver ImageBase, EntryPoint, Size, Name and Path. Undocumented detection algorithms were implemented to detect hidden drivers.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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 &amp;quot;-debugv&amp;quot; parameter.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Mon, 07 Dec 2009 01:58:35 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: DeviceTree</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/DeviceTree</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Kernel_Tools&quot;&gt;Kernel Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:System_Information_Extraction_Tools&quot;&gt;System Information Extraction Tools&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;2.19&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;September 15, 2006&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The greatest utility every written by master toolsmith and driver expert Mark Cariddi. This utility has two views: (a) one view that will show you the entire PnP enumeration tree of device objects, including relationships among objects and all the device's reported PnP characteristics, and (b) a second view that shows you the device objects created, sorted by driver name. There is nothing like this utility available anywhere else.&lt;br /&gt;&lt;br /&gt;It will also find hidden devices/drivers, like e.g. related to rootkits!&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 11 Feb 2009 17:30:54 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: Native NT Toolkit</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Native_NT_Toolkit</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Kernel_Tools&quot;&gt;Kernel Tools&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;

&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;January 26, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Includes the entire Native Development Kit (NDK), a set of headers for building native applications for Windows NT4 all the way to Windows Server 2008.&lt;br /&gt;&lt;br /&gt;Includes the Native Development Library (NDL), a wrapper library designed to simply development of native applications, especially console input and output.&lt;br /&gt;&lt;br /&gt;Also includes some sample source code, such as the Native Command Line (NCLI), a command prompt clone written with the NDK and NDL to showcase some functionality of the toolkit, as well as to provide a way to boot Windows without any GUI or subsystems loaded and still be able to interact with the system.&lt;br /&gt;&lt;br /&gt;For more info, see also:&lt;br /&gt;http://www.woodmann.com/forum/showthread.php?t=11256&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 26 Jan 2008 10:22:46 GMT</pubDate>								</item>
	</channel>
</rss>