<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.woodmann.com/collaborative/tools/skins/common/feed.css?97"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/COM_Debugging_Tools/feed?recursive=1&amp;feed_type=atom</id>
		<title>Collaborative RCE Tool Library - COM Debugging Tools (including sub-categories)</title>
		<link rel="self" type="application/atom+xml" href="http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/COM_Debugging_Tools/feed?recursive=1&amp;feed_type=atom"/>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/COM_Debugging_Tools/feed?recursive=1&amp;feed_type=atom"/>
		<updated>2009-11-21T20:54:30Z</updated>
		<subtitle>Update Notification Feed for Category: COM Debugging Tools (and its sub-categories)</subtitle>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/OLE_RE_Tools</id>
		<title>Tool Added: OLE RE Tools</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/OLE_RE_Tools"/>
				<updated>2008-03-27T09:41:43Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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.0&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 12, 2005&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Some utils to assist in reverse-engineering OLE applications. &lt;br /&gt;Use on Win32 may require addition of BINMODE.&lt;br /&gt;&lt;br /&gt;guidextract.pl - find and label OLE GUIDs in an executable&lt;br /&gt;guids.txt - list of GUIDs and interface names from my registry&lt;br /&gt;reg2guidlist.pl - make your own guids.list from a registry export file&lt;br /&gt;listmethods.pl - list interface methods and offsets in Vtbl&lt;br /&gt;&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/TypeLib_Browser</id>
		<title>Tool Added: TypeLib Browser</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/TypeLib_Browser"/>
				<updated>2008-03-27T09:34:55Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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.05&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;July 18, 2006&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The TypeLib Browser is a tool designed to let you to examine the contents of COM servers and ActiveX controls and to provide alternate ways to use them or to give workarounds to features still not available in the Power Basic compilers, such events sink.&lt;br /&gt;&lt;br /&gt;Besides letting you to inspect all the information available in the typelibs, it generates wrapper functions that use direct VTable calls.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/GUID-Finder</id>
		<title>Tool Updated: GUID-Finder</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/GUID-Finder"/>
				<updated>2008-01-23T22:05:27Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:IDA_Extensions&quot;&gt;IDA Extensions&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.0b&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;January 17, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;A GUID/UUID finding/fixing IDA plug-in.&lt;br /&gt;&lt;br /&gt;The COM side of RE'ing (at least with &amp;quot;dead listing&amp;quot;) can be pretty elusive.&lt;br /&gt;With this you can at least partially glean what interfaces and classes a target is &lt;br /&gt;using.&lt;br /&gt;&lt;br /&gt;This plug-in scans the IDB for class and interfaces GUIDs and creates the matching &lt;br /&gt;structure with label.  IDA can find these on it's own, but it often misses them, so&lt;br /&gt;this can fill in the gap. &lt;br /&gt;Plus this plug-in allows you to easily add custom declarations, and is handy to do&lt;br /&gt;a general audit for such GUIDs.&lt;br /&gt;&lt;br /&gt;This is based Frank Boldewin's IDA Python script that you can find here:&lt;br /&gt;http://www.openrce.org/downloads/details/250/ClassAndInterfaceToNames&lt;br /&gt;or off his home page:&lt;br /&gt;http://www.reconstructer.org/code/ClassAndInterfaceToNames.zip&lt;br /&gt;&lt;br /&gt;It's a great utility, I found me self using it regularly. But I wanted one that &lt;br /&gt;wasn't dependant on IDA Python, and one that might be a bit faster.&lt;br /&gt;I've made some enhancements too (see below).&lt;br /&gt;&lt;br /&gt;Some interesting reading:&lt;br /&gt;http://en.wikipedia.org/wiki/Globally_Unique_Identifier&lt;br /&gt;http://en.wikipedia.org/wiki/UUID&lt;br /&gt;&lt;br /&gt;[How to run it]&lt;br /&gt;Just invoke it using your selected IDA hot-key, or from &amp;quot;Edit-&amp;gt;Plugins&amp;quot;.&lt;br /&gt;Normally you will want to keep the &amp;quot;&amp;quot;Skip code segments for speed&amp;quot;&amp;quot; check box checked, &lt;br /&gt;because it can make a big difference in the run time. With unchecked, code segments are &lt;br /&gt;also scanned.  You'll want to scan the code to if the target is a Delphi, or others where &lt;br /&gt;data tends to be code/.text segment, or if you just want to be more thorough.&lt;br /&gt;&lt;br /&gt;It might take some time to scan everything depending on the size of the IDB your computer,&lt;br /&gt;etc..&lt;br /&gt;&lt;br /&gt;When it's done, you should see a list of interfaces and classes in the IDA log window.&lt;br /&gt;If you want to go look at a particular entry to RE (to look at xrefs, etc.) just click on &lt;br /&gt;the line and IDA will jump to it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[How it works]&lt;br /&gt;1. Loads in GUID/UUID defs for the two text files &amp;quot;Interfaces.txt&amp;quot; and &amp;quot;Classes.txt&amp;quot;.&lt;br /&gt;   A little enhancement here over Frank's format, you can have blank lines and have&lt;br /&gt;   comments prefixed with '#' (first char, whole line only. Not a very forgiving parser).&lt;br /&gt;   &lt;br /&gt;   In the source is &amp;quot;DumpLib&amp;quot;, a utility I created to parse LIB files (like &amp;quot;uuid.lib&amp;quot;)&lt;br /&gt;   to gather more GUIDs. As of this build, it's a collection of Frank's original UUIDs&lt;br /&gt;   plus all the ones to be found in VS2005 libraries along with DirectX 9.1,.&lt;br /&gt;   &lt;br /&gt;   There could be more explicitly created in header (.h/.hpp) files but have yet to make&lt;br /&gt;   a utility to parse them.&lt;br /&gt;   &lt;br /&gt;   If you want to add custom GUID defines (from 3rd party software, etc.), just edit &lt;br /&gt;   these text files manually.&lt;br /&gt;   &lt;br /&gt;2. After it loads in the defs, the plug-in iterates through all segments in your currently&lt;br /&gt;   open IDB. By default it will skip code/&amp;quot;.text&amp;quot; segments, and import/export segments for&lt;br /&gt;   speed.  Usually you find GUIDs in the &amp;quot;.rdata&amp;quot;, and &amp;quot;.data&amp;quot; segments.&lt;br /&gt;   &lt;br /&gt;   I originally intended to sort all the GUIDs by similarity and search with partial wild &lt;br /&gt;   cards for speed.  If you take a look at the GUID defs you will see that many GUIDs share &lt;br /&gt;   common numbers that often differ only be the least significant digits (&amp;quot;Data4&amp;quot;).&lt;br /&gt;   At least in theory, searching for groups wild cards should make searching faster.&lt;br /&gt;   Maybe next version..&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;[Known problems/issues/limitations]&lt;br /&gt;1. If a given GUID 16byte def just so happens to match something that is not really a GUID, &lt;br /&gt;   the plug-in will try to convert it to one regardless (another reason not to run it &lt;br /&gt;   over code sections).  So far I have not found this to be much of issue, although it could &lt;br /&gt;   be.  Could add a confirm dialog for each to let the user decide.&lt;br /&gt;   &lt;br /&gt;2. Some GUID set operations will fail.  This is usually because something is bad/wrong at the&lt;br /&gt;   particular address; like a partial code def, or incorrect xref.&lt;br /&gt;   The plug-in will display most of these errors in the IDA log window for manual correction.&lt;br /&gt;   &lt;br /&gt;3. TODO: Other GUID times like &amp;quot;DIID&amp;quot;, &amp;quot;LIBID&amp;quot;, &amp;quot;CATID&amp;quot;, usefull?&lt;br /&gt;&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/CoClassSyms</id>
		<title>Tool Added: CoClassSyms</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/CoClassSyms"/>
				<updated>2008-01-13T21:04:01Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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.0&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;March 1999&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&amp;quot;CoClass&amp;quot; in the &amp;quot;CoClassSyms&amp;quot; name refers to the TKIND_COCLASS entries in the typelib from which the symbols are created. CoClassSyms is a command-line program that operates on executable files containing a type library. This can be an .OCX or some other DLL such as MSHTML.DLL (which is a core component of Microsoft Internet Explorer).&lt;br /&gt;&lt;br /&gt;The output from CoClassSyms is either a .MAP or .DBG file. The code included with this article only supports .MAP file generation. However, if you drop in the DLL from this month's Under the Hood column, CoClassSyms generates a .DBG file instead. In either case, the output file has the same root file name as the input executable. Thus, running CoClassSyms on MSHTML.DLL creates MSHTML.MAP or MSHTML.DBG.&lt;br /&gt;&lt;br /&gt;Regardless of whether you make a .MAP or .DBG file, you'll no doubt want to get the debugger to recognize and load the symbol information. If you generate a .DBG file, make sure it is in the same directory as the associated executable. In my experience, the Visual Studio 6.0 debugger automatically loads the .DBG file as needed. Using WinDBG, I had to explicitly load the .DBG file in the command window. I wasn't able to get Visual Studio 5.0 to load the .DBG file, but I couldn't determine the cause of the problem.&lt;br /&gt;&lt;br /&gt;If everything goes well and the debugger loads your generated .DBG file, you should be able to set breakpoints by name on the methods. (Hint: you may want to first generate a .MAP file to get an idea of the available method names.) Of course, since you likely don't have source code for the executable, you'll be in the assembly language view when the breakpoints hit. You should also see method names in the call stack.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/OLE/COM_Object_Viewer_%28OLEview%29</id>
		<title>Tool Added: OLE/COM Object Viewer (OLEview)</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/OLE/COM_Object_Viewer_%28OLEview%29"/>
				<updated>2008-01-10T19:57:45Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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.00.0.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;October 18, 2000&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Browses, configures, and tests Microsoft Component Object Model classes installed on a computer.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/COMRaider</id>
		<title>Tool Updated: COMRaider</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/COMRaider"/>
				<updated>2008-01-10T19:54:14Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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;November 8, 2006&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;COMRaider is a tool designed to fuzz COM Object Interfaces. It can also extract information about them and their interfaces etc.&lt;br /&gt;&lt;br /&gt;Features include:&lt;br /&gt;&lt;br /&gt;    * Capability to easily enumerate safe for scripting objects&lt;br /&gt;    * Ability to scan for COM objects by path, filename, or guid&lt;br /&gt;    * Integrated type library viewer&lt;br /&gt;    * Integrated debugger to monitor exceptions, close windows,log api&lt;br /&gt;    * External vbs script allows you to easily edit fuzzer permutations&lt;br /&gt;    * Built in webserver to test exploits on the fly&lt;br /&gt;    * Enumerate and view controls with killbit set&lt;br /&gt;    * Distributed auditing mode to allow entire teams to work together&lt;br /&gt;    * Ability to upload crash files to central server for group analysis&lt;br /&gt;    * Automation tools allowing you to easily fuzz multiple libraries, individual classes, or specific functions.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/MetaPuck</id>
		<title>Tool Updated: MetaPuck</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/MetaPuck"/>
				<updated>2008-01-10T19:28:05Z</updated>
		
		<summary type="html">&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:.NET_Executable_Editors&quot;&gt;.NET Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:COM_Debugging_Tools&quot;&gt;COM Debugging 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.0&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;2005&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;MetaPuck is a tool to spy the information, being hidden in the MetaData block inside the CLR (Common Language Runtime) Portable Executeable images of the .NET framework, and displays it in a well overlookable TreeView. It also parses .NET &amp;quot;typelibs&amp;quot;. Included full source code.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/COMView</id>
		<title>Tool Updated: COMView</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/COMView"/>
				<updated>2008-01-01T14:13:57Z</updated>
		
		<summary type="html">&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:COM_Debugging_Tools&quot;&gt;COM Debugging 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.98&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;July 2007&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;COMView is a tool for viewing and handling COM (Component Objects Model) things.&lt;br /&gt;It is intended to be used by programers, although it might also be useful for experienced end users.&lt;br /&gt;The following functions are included:&lt;br /&gt;&lt;br /&gt;    * Shows COM related entries in the registry&lt;br /&gt;    * Build in registry editor to modify these entries&lt;br /&gt;    * Consistency check of COM related registry information&lt;br /&gt;    * Shows type library information&lt;br /&gt;    * Can generate ASM include files from type libraries&lt;br /&gt;    * &amp;quot;Dispatch helper&amp;quot; ASM includes may be generated to simplify using IDispatch and events.&lt;br /&gt;    * COM objects can be created and interfaces exposed are shown&lt;br /&gt;    * OLE container is implemented allowing to view and test OLE/ActiveX controls&lt;br /&gt;    * Object properties may be edited and methods be executed.&lt;br /&gt;    * Object model exposed by an application/control may be walked.&lt;br /&gt;    * May connect to source interfaces and display events&lt;br /&gt;&lt;br /&gt;Please note: to get benefits from using COMView it is expected to be familiar with COM basics, there is no tutorial included in COMView.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	</feed>