<?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 - .NET MSIL Dumpers</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/.NET_MSIL_Dumpers/feed?feed_type=rss</link>
		<description>Update Notification Feed for Category: .NET MSIL Dumpers</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Sat, 21 Nov 2009 23:27:00 GMT</lastBuildDate>
		<item>
			<title>Tool Updated: MSIL Dumper</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/MSIL_Dumper</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:.NET_MSIL_Dumpers&quot;&gt;.NET MSIL Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:.NET_Tracers&quot;&gt;.NET Tracers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Tracers&quot;&gt;Tracers&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;0.4&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 12, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The idea of this tool is to achieve two objects:&lt;br /&gt;&lt;br /&gt;1 - It will dump the body of every Method (Function, Procedure) called by the executable assembly you select, The dumping occurs whenever compiler enters that method, for example if you Click some button and this button calls method &amp;quot;CheckLicense&amp;quot; then you will find a file named &amp;quot;CheckLicense.txt&amp;quot; in the &amp;quot;\Dump&amp;quot; folder.&lt;br /&gt;&lt;br /&gt;2 - It will show you in details the methods being called and also the modules that your application loads so it could be used as a simple tracing utility for .net assemblies.&lt;br /&gt;&lt;br /&gt;I wrote this tool to help me rebuild assemblies protected with JIT hooking technique, those assemblies can't be explored in Reflector because their methods' body is encrypted and only decrypted in runtime when the method is called so you will see no code in reflector, I assumed that I will have access to the encrypted MSIL code of the methods using Profiling APIs, there was a 50% chance of success but it turned out to be only useful against certain protections like the one that LibX coded which depends on System.Reflection.Emit.DynamicMethod to excute protected methods.&lt;br /&gt;&lt;br /&gt;you can find more on LibX protection here&lt;br /&gt;hxxp://www.reteam.org/board/showthread.php?t=799&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 30 Dec 2008 00:04:33 GMT</pubDate>								</item>
	</channel>
</rss>