<?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 - PE Executable Editors (including sub-categories)</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/PE_Executable_Editors/feed?recursive=1&amp;feed_type=rss</link>
		<description>Update Notification Feed for Category: PE Executable Editors (and its sub-categories)</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Sat, 21 Nov 2009 09:39:57 GMT</lastBuildDate>
		<item>
			<title>Tool Updated: CodeDoctor</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/CodeDoctor</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:Deobfuscation_Tools&quot;&gt;Deobfuscation 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;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:OllyDbg_Extensions&quot;&gt;OllyDbg Extensions&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Resource_Editors&quot;&gt;Resource Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Unpacking_Tools&quot;&gt;Unpacking 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;0.90&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;November 12, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&amp;lt;nowiki&amp;gt;CodeDoctor is a plugin for Olly and IDA.&lt;br /&gt;&lt;br /&gt;History:&lt;br /&gt;11.11.2009 - 0.90 - initial public release&lt;br /&gt;&lt;br /&gt;________________________________________________________________________________&lt;br /&gt;Functions:&lt;br /&gt;&lt;br /&gt;1) Deobfuscate&lt;br /&gt;&lt;br /&gt;Select instructions in disasm window and execute this command. It will try &lt;br /&gt;to clear the code from junk instructions.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;Original:&lt;br /&gt;00874372    57                      PUSH EDI                                     &lt;br /&gt;00874373    BF 352AAF6A             MOV EDI,6AAF2A35&lt;br /&gt;00874378    81E7 0D152A41           AND EDI,412A150D&lt;br /&gt;0087437E    81F7 01002A40           XOR EDI,402A0001&lt;br /&gt;00874384    01FB                    ADD EBX,EDI                                 &lt;br /&gt;00874386    5F                      POP EDI                                     &lt;br /&gt;&lt;br /&gt;Deobfuscated:&lt;br /&gt;00874372    83C3 04                 ADD EBX,4&lt;br /&gt;&lt;br /&gt;________________________________________________________&lt;br /&gt;&lt;br /&gt;2) Deobfuscate - Single Step&lt;br /&gt;&lt;br /&gt;This works like previous command, but does one transformation at a time&lt;br /&gt;_______________________________________________________&lt;br /&gt;&lt;br /&gt;3) Move NOPs to bottom&lt;br /&gt;&lt;br /&gt;Converts this:&lt;br /&gt;&lt;br /&gt;00874396    50                      PUSH EAX&lt;br /&gt;00874397    90                      NOP&lt;br /&gt;00874398    90                      NOP&lt;br /&gt;00874399    52                      PUSH EDX                                    &lt;br /&gt;0087439A    BA 3F976B00             MOV EDX,somesoft.006B973F&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;to this:&lt;br /&gt;&lt;br /&gt;00874396    50                      PUSH EAX&lt;br /&gt;00874397    52                      PUSH EDX                                    &lt;br /&gt;00874398    BA 3F976B00             MOV EDX,somesoft.006B973F&lt;br /&gt;0087439D    90                      NOP&lt;br /&gt;0087439E    90                      NOP&lt;br /&gt;&lt;br /&gt;Limitations: it breaks all jumps and calls pointing inwards&lt;br /&gt;________________________________________________________&lt;br /&gt;&lt;br /&gt;4) Undo / Redo&lt;br /&gt;&lt;br /&gt;Undo or Redo last operation (from one of the above functions)&lt;br /&gt;&lt;br /&gt;________________________________________________________&lt;br /&gt;&lt;br /&gt;5) Retrieve Jumpy function&lt;br /&gt;&lt;br /&gt;This will statically parse instructions and follow all jumps. This is useful&lt;br /&gt;for situations, when program jumps here and there and here and there... When&lt;br /&gt;it encounters some instruction, that can't be followed, it stop and copies&lt;br /&gt;all parsed instruction to an allocated place in memory.&lt;br /&gt;&lt;br /&gt;Use settings to set some parameters:&lt;br /&gt;Step over calls - if set, it will step over calls, otherwise it will follow them&lt;br /&gt;Step over jccs - dtto, but for Jccs&lt;br /&gt;Deobfuscate - it will deobfuscate instruction, when it encounters Jcc, RET, &lt;br /&gt;  JMP reg/exp, CALL reg/exp; useful for multi-branch&lt;br /&gt;  &lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;Original:&lt;br /&gt;00874389   /EB 05                   JMP SHORT somesoft.00874390&lt;br /&gt;0087438B&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Thu, 12 Nov 2009 16:24:49 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: CFF Explorer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/CFF_Explorer</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_Executable_Editors&quot;&gt;.NET Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&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;7.4.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;November 10, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The CFF Explorer was designed to make PE editing as easy as possible, but without losing sight on the portable executable's internal structure. This application includes a series of tools which might help not only reverse engineers but also programmers. It offers a multi-file environment and a switchable interface.&lt;br /&gt;&lt;br /&gt;Also, it's the first PE editor with full support for the .NET file format. With this tool you can easily edit metadata's fields and flags. If you're programming something that has to do with .NET metadata, you will need this tool. The resource viewer supports .NET image formats like icons, bitmaps, pngs. You'll be able to analyze .NET files without having to install the .NET framework, this tool has its own functions to access the .NET format.&lt;br /&gt;&lt;br /&gt;Also includes a cool new scripting engine!&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 10 Nov 2009 18:26:13 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Radare</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Radare</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_Disassemblers&quot;&gt;.NET Disassemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Assemblers&quot;&gt;Assemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Binary_Diff_Tools&quot;&gt;Binary Diff Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Code_Injection_Tools&quot;&gt;Code Injection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Debuggers&quot;&gt;Debuggers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Disassemblers&quot;&gt;Disassemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Hex_Editors&quot;&gt;Hex Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Java_Disassembler_Libraries&quot;&gt;Java Disassembler Libraries&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Linux_Debuggers&quot;&gt;Linux Debuggers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Linux_Disassemblers&quot;&gt;Linux Disassemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Linux_Tools&quot;&gt;Linux Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Dumpers&quot;&gt;Memory Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Patchers&quot;&gt;Memory Patchers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Process_Dumpers&quot;&gt;Process Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Reverse_Engineering_Frameworks&quot;&gt;Reverse Engineering Frameworks&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Ring_3_Debuggers&quot;&gt;Ring 3 Debuggers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:String_Finders&quot;&gt;String Finders&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Symbol_Retrievers&quot;&gt;Symbol Retrievers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:SysCall_Monitoring_Tools&quot;&gt;SysCall Monitoring Tools&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;1.4.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;November 3, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&amp;lt;nowiki&amp;gt;The radare project aims to provide a complete unix-like toolchain for working with binary files. It currently provides a set of tools to work with x86, arm and java with some ones powerpc.&lt;br /&gt;&lt;br /&gt;The core is a raw hexadecimal editor for commandline with scripting features and perl/python extensions that gets extended with IO plugins that hooks the open/read/write/close/system calls.&lt;br /&gt;&lt;br /&gt;The debugger and disassembler has a code analysis module for x86, mips, arm and java. This way it's possible to draw graphs using Cairo on a GTK window or store the flow execution of a program on a log file and use the information to diff't against another trace or binary.&lt;br /&gt;&lt;br /&gt;The toolchain provides assemblers and disasemblers for x86, arm, mips (Loongson2F), sparc, CSR, m68k, powerpc, msil and java.&lt;br /&gt;&lt;br /&gt;The disassembler has been enhaced to handle inline comments, code block detections and flag references (data pointers or so).&lt;br /&gt;&lt;br /&gt;The debugger is mainly developed on linux and {Net&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 04 Nov 2009 09:18:47 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: LordPE</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/LordPE</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:Dump_Fixers&quot;&gt;Dump Fixers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Import_Editors&quot;&gt;Import Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Dumpers&quot;&gt;Memory Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Process_Dumpers&quot;&gt;Process Dumpers&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.41 (Deluxe b)&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 30, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;LordPE is a tool e.g. for system programmers which is able to edit/view many parts of PE (Portable Executable) files, dump them from memory, optimize them, validate, analyze, edit,...&lt;br /&gt;&lt;br /&gt;Main features:&lt;br /&gt;&lt;br /&gt;    * Task viewer/dumper&lt;br /&gt;    * Huge PE editor (with big ImportTable viewer, ...)&lt;br /&gt;    * Break'n'Enter (break at the EntryPoint of dll or exe files)&lt;br /&gt;    * PE Rebuilder&lt;br /&gt;&lt;br /&gt;News:&lt;br /&gt;&lt;br /&gt;    * The first GUI PE editor in the world supporting the new PE32+ (64bit) format ?! (only editing support - no rebuilding, dumping, comparing etc.)&lt;br /&gt;    * New plugin interface added! You can develop LordPE Dump Engines (LDE) now.&lt;br /&gt;      Look at \Docs\LDE.tXt for more information.&lt;br /&gt;    * Added LDE: IntelliDump which can dump .NET CLR processes&lt;br /&gt;    * Added structure lister for SectionHeaderTable, PE headers and DataDirectories (the &amp;quot;L&amp;quot; buttons)&lt;br /&gt;    * Added hex edit buttons (the &amp;quot;H&amp;quot; buttons) in the DataDirectoryTable viewer&lt;br /&gt;    * Added PE.OptionalHeader.Magic and PE.OptionalHeader.NumberOfRvaAndSizes to the PE editor&lt;br /&gt;    * TLSTable DataDirectory is now editable&lt;br /&gt;    * Possibility to increment/decrement the number of DataDirectories added&lt;br /&gt;    * Etc etc etc...&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 30 Sep 2009 14:24:12 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: ReloX</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/ReloX</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:Relocation_Tools&quot;&gt;Relocation 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;August 23, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The only relocation tool worth its bytes.  Perfect for that 'final step' in unpacking those pesky dynamic link libraries.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;{ from included readme.txt }&lt;br /&gt;&lt;br /&gt;                      ReloX v1.0 * by MackT/uCF2000 in  2003                        &lt;br /&gt;&lt;br /&gt;Disclaimer:&lt;br /&gt;-----------&lt;br /&gt;This program may crash, or in a worse case it may even reboot your computer, so please use it with caution. (Do not run it 3 hours into an unsaved coding session for example)&lt;br /&gt;&lt;br /&gt;I am *NOT* responsible for any damage caused by the use of it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Purpose:&lt;br /&gt;--------&lt;br /&gt;ReloX is a Win32 relocations rebuilder. It will create a .reloc section from different&lt;br /&gt;based images.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What does it need?&lt;br /&gt;------------------&lt;br /&gt;- At least 2 different based images of a module. The more you have images, the more&lt;br /&gt;  your relocations will be reliable.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How does it work?&lt;br /&gt;-----------------&lt;br /&gt;1) - Select the first based image with the &amp;quot;...&amp;quot; button on the &amp;quot;Original&amp;quot; line.&lt;br /&gt;&lt;br /&gt;     The imagebase will be put automatically. If it is not right, modify it.&lt;br /&gt;&lt;br /&gt;2) - Select the second based image with the &amp;quot;...&amp;quot; button on the &amp;quot;Compare to&amp;quot; line.&lt;br /&gt;&lt;br /&gt;     The imagebase will be put automatically. If it is not right, modify it.&lt;br /&gt;&lt;br /&gt;3) - Click on &amp;quot;Select Sections&amp;quot; to select all sections which contain code for&lt;br /&gt;     comparison (default is all).&lt;br /&gt;&lt;br /&gt;4) - Click on &amp;quot;Compare&amp;quot; to start comparison between the modules.&lt;br /&gt;&lt;br /&gt;     The result will be in the list control.&lt;br /&gt;&lt;br /&gt;5) - If you have other based images, redo the same thing from 2) for all of them&lt;br /&gt;&lt;br /&gt;6) - Click on &amp;quot;Fix PE Module&amp;quot; to select a pe file and fix with the new &amp;quot;.reloc&amp;quot; section.&lt;br /&gt;&lt;br /&gt;     (no backup needed just like ImpREC(tm))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Limitations&lt;br /&gt;-----------&lt;br /&gt;- It will only support 32 bits relocations of type (3).&lt;br /&gt;  (IMAGE_REL_BASED_HIGHLOW : The fixup applies the delta to the 32-bit field at Offset)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks to&lt;br /&gt;---------&lt;br /&gt;Muffin and Snacker for testing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Greetings to&lt;br /&gt;------------&lt;br /&gt;Michelle Branch, Jackie Chan and Jet Li.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 23 Aug 2009 21:48:22 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Explorer Suite</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Explorer_Suite</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_Executable_Editors&quot;&gt;.NET Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:.NET_Resource_Editors&quot;&gt;.NET Resource Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:.NET_Signature_Removers&quot;&gt;.NET Signature Removers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:.NET_Tools&quot;&gt;.NET Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Dependency_Analyzer_Tools&quot;&gt;Dependency Analyzer Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Exe_Analyzers&quot;&gt;Exe Analyzers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Executable_CRC_Calculators&quot;&gt;Executable CRC Calculators&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Hex_Editors&quot;&gt;Hex Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Import_Editors&quot;&gt;Import Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Dumpers&quot;&gt;Memory Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Process_Dumpers&quot;&gt;Process Dumpers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Protection_Identifiers&quot;&gt;Protection Identifiers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Resource_Editors&quot;&gt;Resource Editors&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;III&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;August 19, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;A freeware suite of tools including a PE editor called CFF Explorer and a process viewer. The PE editor has full support for PE32/64. Special fields description and modification (.NET supported), utilities, rebuilder, hex editor, import adder, signature scanner, signature manager, extension support, scripting, disassembler, dependency walker etc. First PE editor with support for .NET internal structures. Resource Editor (Windows Vista icons supported) capable of handling .NET manifest resources. The suite is available for x86, x64 and Itanium.&lt;br /&gt;&lt;br /&gt;Features:&lt;br /&gt;&lt;br /&gt;    * Process Viewer&lt;br /&gt;    * Windows Viewer&lt;br /&gt;    * PE and Memory Dumper&lt;br /&gt;    * Full support for PE32/64&lt;br /&gt;    * Special fields description and modification (.NET supported)&lt;br /&gt;    * PE Utilities&lt;br /&gt;    * PE Rebuilder (with Realigner, IT Binder, Reloc Remover, Strong Name Signature Remover, Image Base Changer)&lt;br /&gt;    * View and modification of .NET internal structures&lt;br /&gt;    * Resource Editor (full support for Windows Vista icons)&lt;br /&gt;    * Support in the Resource Editor for .NET resources (dumpable as well)&lt;br /&gt;    * Hex Editor&lt;br /&gt;    * Import Adder&lt;br /&gt;    * PE integrity checks&lt;br /&gt;    * Extension support&lt;br /&gt;    * Visual Studio Extensions Wizard&lt;br /&gt;    * Powerful scripting language&lt;br /&gt;    * Dependency Walker&lt;br /&gt;    * Quick Disassembler (x86, x64)&lt;br /&gt;    * Name Unmangler&lt;br /&gt;    * Extension support&lt;br /&gt;    * File Scanner&lt;br /&gt;    * Directory Scanner&lt;br /&gt;    * Deep Scan method&lt;br /&gt;    * Recursive Scan method&lt;br /&gt;    * Multiple results&lt;br /&gt;    * Report generation&lt;br /&gt;    * Signatures Manager&lt;br /&gt;    * Signatures Updater&lt;br /&gt;    * Signatures Collisions Checker&lt;br /&gt;    * Signatures Retriever&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 19 Aug 2009 15:45:19 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Dotnet IL Editor (DILE)</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Dotnet_IL_Editor_%28DILE%29</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_Debuggers&quot;&gt;.NET Debuggers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:.NET_Disassemblers&quot;&gt;.NET Disassemblers&lt;/a&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;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;0.2.6&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 30, 2007&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Dotnet IL Editor (DILE) is an editor program which helps modifying .NET assemblies. It is intended to be able to disassemble .NET assemblies, modify the IL code, recompile it and run inside a debugger.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 09 Aug 2009 13:13:28 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Hiew</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Hiew</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:Disassemblers&quot;&gt;Disassemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Hex_Editors&quot;&gt;Hex Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&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;8.02&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 26, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;* view and edit files of any length in text, hex, and decode modes &lt;br /&gt;* x86-64 disassembler &amp;amp; assembler &lt;br /&gt;* physical &amp;amp; logical drive view &amp;amp; edit &lt;br /&gt;* support for NE, LE, LX, PE, PE32+ and little-endian ELF executable formats &lt;br /&gt;* support for Netware Loadable Modules like NLM, DSK, LAN,... &lt;br /&gt;* following direct call/jmp instructions in any executable file with one touch &lt;br /&gt;* pattern search in disassembler &lt;br /&gt;* built-in simple 64bit decrypt/crypt system &lt;br /&gt;* built-in powerful 64bit calculator &lt;br /&gt;* block operations: read, write, fill, copy, move, insert, delete, crypt &lt;br /&gt;* multifile search and replace &lt;br /&gt;* keyboard macros &lt;br /&gt;* unicode support &lt;br /&gt;* Hiew Extrenal Module (HEM) support&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 28 Jul 2009 04:40:07 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: IDA Inject</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/IDA_Inject</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:Code_Injection_Tools&quot;&gt;Code Injection 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.0.3&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, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process.&lt;br /&gt;To realize dll injection before process creation, new import descriptors are added to the image import directory of the debuggee, whereas injection into an already running process is realized via shellcode injection, which in turn loads the dll in question.&lt;br /&gt;In either case, a full path to the dll can be supplied, so it is not necessary for the dll to be in the search path.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 19 Jul 2009 05:01:34 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: PE Explorer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/PE_Explorer</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:Disassemblers&quot;&gt;Disassemblers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Resource_Editors&quot;&gt;Resource Editors&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.99 R5 (silent update)&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 11, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;PE Explorer provides powerful tools for disassembly and inspection of unknown binaries, modifying the properties of executable files and customizing and translating their resources. Use this product to do reverse engineering, analyze the procedures and libraries an executable uses.&lt;br /&gt;&lt;br /&gt;Features include:&lt;br /&gt;&lt;br /&gt;    *  Working with PE files - exe, dll, sys, drv, bpl, dpl, cpl, ocx and more.&lt;br /&gt;    * The ability to open a broken or packed file in Safe mode.&lt;br /&gt;    * Support for custom plug-ins to perform any startup processing.&lt;br /&gt;    * Collecting the full information contained in the file header.&lt;br /&gt;    * Checksum computing and modification.&lt;br /&gt;    * Review and editing Data Directories.&lt;br /&gt;    * Review of all the sections and info about their location and size.&lt;br /&gt;    * Review of contents of section as Raw Data - up to 16 view windows.&lt;br /&gt;    * Extracting and deleting sections.&lt;br /&gt;    * Section header recalculation.&lt;br /&gt;    * Section Editor to modify and repair the damaged section headers.&lt;br /&gt;    * Resource Editor to view and modify almost any kind of resources.&lt;br /&gt;    * Saving changes to disk as a new file image.&lt;br /&gt;    * Full info on exported and imported functions. Review of contents of the base relocation table.&lt;br /&gt;    * Quick Function Syntax Lookup. Syntax Description Editor.&lt;br /&gt;    * Source code and package information analyzer. Dependency Scanner.&lt;br /&gt;    * Built-in Disassembler.&lt;br /&gt;    * Customize GUI elements of your favorite Windows programs&lt;br /&gt;    * Special support for Delphi applications&lt;br /&gt;    * Automatic UPX and Upack unpacking&lt;br /&gt;&lt;br /&gt;See multiple screenshots at: http://www.heaventools.com/scrshots.htm&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 22:11:32 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Detours</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Detours</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:API_Monitoring_Tools&quot;&gt;API Monitoring Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Code_Injection_Tools&quot;&gt;Code Injection 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.1.216&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;November 10, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Innovative systems research hinges on the ability to easily instrument and extend existing operating system and application functionality. With access to appropriate source code, it is often trivial to insert new instrumentation or extensions by rebuilding the OS or application. However, in today's world systems researchers seldom have access to all relevant source code.&lt;br /&gt;&lt;br /&gt;Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.&lt;br /&gt;&lt;br /&gt;Detours preserves the un-instrumented target function (callable through a trampoline) as a subroutine for use by the instrumentation. Our trampoline design enables a large class of innovative extensions to existing binary software.&lt;br /&gt;&lt;br /&gt;We have used Detours to create an automatic distributed partitioning system, to instrument and analyze the DCOM protocol stack, and to create a thunking layer for a COM-based OS API. Detours is used widely within Microsoft and within the industry.&lt;br /&gt;&lt;br /&gt;Detours 2.1 is now available. Detours 2.1 includes the following new features:&lt;br /&gt;&lt;br /&gt;    * Complete documentation of the Detours API.&lt;br /&gt;    * Transactional model for attaching and detaching detours.&lt;br /&gt;    * Support for updating peer threads when attaching or detaching detours.&lt;br /&gt;    * Unification of dynamic and static detours into a single API.&lt;br /&gt;    * Support for detection of detoured processes.&lt;br /&gt;    * Significant robustness improvements in APIs that start a process with a DLL containing detour functions.&lt;br /&gt;    * New APIs to copy payloads into target processes.&lt;br /&gt;    * Support for 64-bit code on x64 and IA64 processors (available in Professional edition only).&lt;br /&gt;    * Supports building detours with Visual Studio 2005, Visual Studio .NET 2003, Visual Studio .NET (VC8), and Visual Studio (VC7).&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 21:01:22 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: Code Snippet Creator (Iczelion)</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Code_Snippet_Creator_%28Iczelion%29</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:Code_Injection_Tools&quot;&gt;Code Injection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Code_Snippet_Creators&quot;&gt;Code Snippet Creators&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.05 (build 2)&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 13, 2001&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Code Snippet Creator is designed specifically for advanced crackers/assembly programmers who want to create custom code snippets in assembly language.&lt;br /&gt;&lt;br /&gt;The features of this utility:&lt;br /&gt;·	Can generate code snippets and save them as binary files&lt;br /&gt;·	Support both TASM and MASM&lt;br /&gt;·	Provide simple integrated PE editor to edit the target file you want to patch&lt;br /&gt;·	Can patch the code snippet into a target PE file both as a new section and  as an addition to an existing section (or PE header)&lt;br /&gt;·	You can use ANY functions that the target imports in your snippet! This utility will fix the calls for you.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 17 Jun 2009 11:54:13 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: RDG Packer Detector</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/RDG_Packer_Detector</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:Compiler_Identifiers&quot;&gt;Compiler Identifiers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Entropy_Analyzers&quot;&gt;Entropy Analyzers&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_EXE_Signature_Tools&quot;&gt;PE EXE Signature Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Packer_Identifier_Signatures&quot;&gt;Packer Identifier Signatures&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Packer_Identifiers&quot;&gt;Packer Identifiers&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.6.6&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;April 15, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;RDG Packer Detector is a detector packers, Cryptors, Compilers,&lt;br /&gt;Packers Scrambler,Joiners,Installers.&lt;br /&gt;&lt;br /&gt;-Holds Fast detection system..&lt;br /&gt;-Has detection system Powerful Analyzing the complete file, allowing the detection of Muli-packers in several cases.&lt;br /&gt;-You can create your own Signatures detection. &lt;br /&gt;-Holds Crypto-Graphic Analyzer.&lt;br /&gt;-Allows you to calculate the checksum of a file.&lt;br /&gt;-Allows you to calculate the Entropy, reporting if the program looked at the compressed, encrypted or not.&lt;br /&gt;-OEP-Detector (Original Point of Entry) of a program.&lt;br /&gt;-You can Check and download and you always signaturas.RDG Packer Detector will be updated.&lt;br /&gt;-Plug-ins Loader..&lt;br /&gt;-Signatures converter.&lt;br /&gt;-Detector distortive Entry Point.&lt;br /&gt;-De-Binder an extractor attachments.&lt;br /&gt;-System Improved heuristic. &lt;br /&gt;&lt;br /&gt;What's New! v0.6.6&lt;br /&gt;&lt;br /&gt;-New Interface!&lt;br /&gt;&lt;br /&gt;-Fast Mode Detection and Mode Powerful Improved!&lt;br /&gt;-Super base signatures Updated! &lt;br /&gt;-Heuristic detection of Binders &lt;br /&gt;-Detection and Extraction Overlay!&lt;br /&gt;-Check and Auto-Update of signatures!&lt;br /&gt;-Super Fast Detection of MD5 Hash!&lt;br /&gt;-Support for Multiple Plug-ins for both RDG Packer Detector and other detectors!&lt;br /&gt;-Detection of Multiple-MPG formats, GIF, RAR, ZIP, MP3 etc..&lt;br /&gt;-Detection and removal of attachments!&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 25 Apr 2009 19:27:16 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Rebel.NET</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Rebel.NET</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_Code_Injection_Tools&quot;&gt;.NET Code Injection Tools&lt;/a&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;/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.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;February 19, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Rebel.NET is a rebuilding tool for .NET assemblies which is capable of adding and replacing methods and streams.&lt;br /&gt;&lt;br /&gt;It's possible to replace only a limited number of methods or every method contained in a .NET assembly. The simplicity of Rebel.NET consists in the replacing process: one can choose what to replace. For instance, one may choose to replace only the method code, instead of its signature or method header.&lt;br /&gt;&lt;br /&gt;The interface of Rebel.NET is quite a simple one. As input it requires a .NET assembly to be rebuilded and a Rebel.NET rebuilding file. The Rebel.NET file contains the data that has to be replaced in the original assembly.&lt;br /&gt;&lt;br /&gt;Rebel.NET can also create a Rebel.NET file from a given assembly. This is a key functionality, since some times the data of the original assembly has to be processed first to produce a Rebel.NET file for the rebuilding of the assembly. This sort of &amp;quot;report&amp;quot; feature can also be used to analyze the methods of an assembly, since reading the original data from a .NET assembly isn't as easy as reading a Rebel.NET file. It's possible to choose what should be contained in the Rebel.NET file.&lt;br /&gt;&lt;br /&gt;All the Rebel.NET features can used through command line, which comes very handy when an automated rebuilding process is needed.&lt;br /&gt;&lt;br /&gt;Rebel.NET is, mainly, a very solid base to overcome every .NET protection and to re-create a fully decompilable .NET assembly. As such, Rebel.NET has to be considered a research project, not an encouragement to violate licensing terms.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Thu, 19 Feb 2009 14:14:55 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: NW PE Builder</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/NW_PE_Builder</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:PE_Executable_Editors&quot;&gt;PE Executable Editors&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.7&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;February 16, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Simple and easy to use PE Editor.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 18 Feb 2009 02:31:15 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: DynamoRIO</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/DynamoRIO</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:Code_Injection_Tools&quot;&gt;Code Injection 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;0.9.4 (beta)&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;February 26, 2005&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The DynamoRIO Collaboration -  Dynamo from Hewlett-Packard Laboratories +  RIO (Runtime Introspection and Optimization) from MIT's Laboratory for Computer Science.&lt;br /&gt;&lt;br /&gt;The DynamoRIO dynamic code modification system, joint work between Hewlett-Packard and MIT, is being released as a binary package with an interface for both dynamic instrumentation and optimization. The system is based on Dynamo from Hewlett-Packard Laboratories. It operates on unmodified native binaries and requires no special hardware or operating system support. It is implemented for both IA-32 Windows and Linux, and is capable of running large desktop applications.&lt;br /&gt;&lt;br /&gt;The system's release was announced at a PLDI tutorial on June 16, 2002, titled &amp;quot;On the Run - Building Dynamic Program Modifiers for Optimization, Introspection and Security.&amp;quot; Here is the tutorial abstract:&lt;br /&gt;&lt;br /&gt;    In the new world of software, which heavily utilizes dynamic class loading, DLLs and interconnected components, the power and reach of static analysis is diminishing. An exciting new paradigm of dynamic program optimization, improving the performance of a program while it is being executed, is emerging. In this tutorial, we will describe intricacies of building a dynamic optimizer, explore novel application areas such as program introspection and security, and provide details of building your own dynamic code modifier using DynamoRIO. DynamoRIO, a joint development between HP Labs and MIT, is a powerful dynamic code modification infrastructure capable of running existing binaries such as Microsoft Office Suite. It runs on both Windows and Linux environments. We are offering a free release of DynamoRIO for non-commercial use. A copy of the DynamoRIO release, which includes the binary and a powerful API, will be provided to the attendees.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 02 Nov 2008 05:32:07 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: PunchIt</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/PunchIt</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:Code_Injection_Tools&quot;&gt;Code Injection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:GUI_Manipulation_Tools&quot;&gt;GUI Manipulation Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Resource_Editors&quot;&gt;Resource Editors&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.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 2nd 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;It is a program useful to automatically inject into ANY application your sound and music. The music will be played in background when the program runs as before.&lt;br /&gt;&lt;br /&gt;The tool comes with a tutorial explaining how it works, trick and useful hints found coding it, and of its sources ..&lt;br /&gt;&lt;br /&gt;Get the tutorial here:&lt;br /&gt;&lt;br /&gt;http://arteam.accessroot.com/tutorials.html?fid=200&lt;br /&gt;&lt;br /&gt;and the tool here&lt;br /&gt;&lt;br /&gt;http://arteam.accessroot.com/releases.html?fid=25&lt;br /&gt;&lt;br /&gt;Release notes of version 1.1&lt;br /&gt;+ minor updates to improve stability&lt;br /&gt;+ updated bass audio module v2.4.1&lt;br /&gt;+ updated PECompact2 Student Build v2.94.1&lt;br /&gt;+ (*new) Incorporates source Icon in distribution file (if exists)&lt;br /&gt;&lt;br /&gt;I admit the Icon changing routine is a bit lame, but works even if it only takes&lt;br /&gt;1st icon entry for MainIcon group of source executable.&lt;br /&gt;I modded program so that PECompact2 doesn't compress resources allowing anyone&lt;br /&gt;to change the Icon in the output file to whatever they would like using a 3rd party&lt;br /&gt;tool (i.e. reshacker, Icon Exe changer, etc.)&lt;br /&gt;&lt;br /&gt;Please test and report any probs. As is usually the case, if you choose a packed / protected&lt;br /&gt;source executable, you may run into problems compressing and should choose the non compress&lt;br /&gt;option. This is not a fault of the application, but a limitation imposed by compressor programs&lt;br /&gt;such as PECompact2 (Student build) v1.94.1 (latest).&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Thu, 02 Oct 2008 15:06:39 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: Nucleus Framework</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Nucleus_Framework</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:Code_Injection_Tools&quot;&gt;Code Injection 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.0028.1059&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;August 18, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Today i decided that it's a good day for the initial release of my nucleus framework.&lt;br /&gt;&lt;br /&gt;What you can do with it:&lt;br /&gt;&lt;br /&gt;- Inject a specified DLL to a targets' address space&lt;br /&gt;&lt;br /&gt;That's it. Extremely minimal usage for the first release but who cares&lt;br /&gt;Would be nice if some would test it and tell me if it works.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;USAGE: nucleus &amp;lt;switches&amp;gt; target.exe&lt;br /&gt;&lt;br /&gt;--help, --h, -help, -h&lt;br /&gt;&lt;br /&gt;        display usage help. also displayed if no parameter is selected&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--log, --l, -log, -l  &amp;lt;logging mode&amp;gt;&lt;br /&gt;&lt;br /&gt;        select logging mode. 1 = LOG_MODE_STDOUT - log to stdout&lt;br /&gt;                             2 = LOG_MODE_FILE   - log to file&lt;br /&gt;                             4 = LOG_MODE_NOLOG  - log disabled&lt;br /&gt;        mode 1 and 2 can be used in combination(expl. 3 for stdout and file&lt;br /&gt;        together). if no logging mode selected 1 is default&lt;br /&gt;&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Mon, 15 Sep 2008 21:29:27 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: Comrade's PE Tools</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Comrade%27s_PE_Tools</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:Code_Injection_Tools&quot;&gt;Code Injection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Import_Editors&quot;&gt;Import Editors&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:PE_Executable_Editors&quot;&gt;PE Executable Editors&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;July 31, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;* Inject Tool&lt;br /&gt;&lt;br /&gt;Inject is a tool that injects a DLL into a running process. Its command-line usage is as follows:&lt;br /&gt;&lt;br /&gt;   1. Inject C:\hook.dll into pid 1234: inject.exe 1234 C:\hook.dll&lt;br /&gt;   2. Inject C:\hook.dll into process notepad.exe (if multiple notepads are running, then whichever one is picked is undefined): inject.exe -p *notepad.exe C:\hook.dll&lt;br /&gt;   3. Inject C:\hook.dll into running process C:\myprogram.exe: inject.exe -p C:\myprogram.exe C:\hook.dll&lt;br /&gt;   4. Inject C:\hook.dll into process with a window named &amp;quot;Untitled - Notepad&amp;quot;: inject.exe -w &amp;quot;Untitled - Notepad&amp;quot; C:\hook.dll&lt;br /&gt;   5. Inject C:\hook.dll into process with a window class Notepad: inject.exe -c Notepad C:\hook.dll&lt;br /&gt;&lt;br /&gt;Note that in all uses, you should specify the full path to the injected DLL.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Loader Tool&lt;br /&gt;&lt;br /&gt;Loader is a tool that injects a DLL before launching a process. Its command-line usage is as follows:&lt;br /&gt;&lt;br /&gt;   1. Load notepad.exe and inject C:\hook.dll into it: loader.exe notepad.exe C:\hook.dll&lt;br /&gt;&lt;br /&gt;Note that you should specify the full path to the injected DLL.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Patch Tool&lt;br /&gt;&lt;br /&gt;Patch is a tool that adds a new section to the executable. The new section becomes the new entrypoint, and contains code to load a particular DLL, and then jump back to the original entrypoint. This can be used to create static patches that behave similar to the Loader tool.&lt;br /&gt;The tool's command-line usage is as follows:&lt;br /&gt;&lt;br /&gt;   1. Patch original.exe to load C:\hook.dll before execution; save the patched executable to patched.exe: patch.exe original.exe patched.exe C:\hook.dll&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Reimport Tool&lt;br /&gt;&lt;br /&gt;Reimport is a tool that redirects certain entries of an executable's import table to another DLL. For example, running reimport.exe game.exe newgame.exe nocd.dll kernel32.dll::GetDriveTypeA kernel32.dll::CreateFileA kernel32.dll::GetVolumeInformation will create a copy of game.exe into newgame.exe, with the above 3 API functions rerouted to nocd.dll, instead of kernel32.dll. That means newgame.exe would import GetDriveTypeA, CreateFileA, and GetVolumeInformation from nocd.dll instead of kernel32.dll.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Mon, 04 Aug 2008 00:21:41 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: ResFixer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/ResFixer</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:Resource_Editors&quot;&gt;Resource Editors&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 beta 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;2003&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;			ResFixer v 1.0 beta 1 by seeQ&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Introduction&lt;br /&gt;*****************&lt;br /&gt;This program resolves a situation when you want to remove unnecessary code from dumped exe, which after unwrapping is no longer needed. ResFixer - is a resource rebuilder which tries to restore the resource section (.rsrc). As you know many protectors/packers move some of resources (Icon, Icon Group, Version inf) to it's own section. In this case you can't remove protectors/packers section(s) after dumping.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Usage&lt;br /&gt;*****************&lt;br /&gt;Method 1 - Completely copies resources section from an entrance file, then finishes gluing the displaced resources and corrects resource tree.&lt;br /&gt;Method 2 - Tries completely reconstruct section on the basis of a tree.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Tip's&lt;br /&gt;*****************&lt;br /&gt;1. In programs written on Delphi watch for TLS (native place rdata).&lt;br /&gt;2. Do not forget that resources in file should lay directly from beginning of unique section with name &amp;quot;.rsrc&amp;quot;, because differently programs can crash under some build's Win9x and resource viewer's.&lt;br /&gt;3. It is also possible to remove Reloc's from EXE. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Bugs&lt;br /&gt;*******************&lt;br /&gt;The program does not check if the file is unpacked.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 01 Aug 2008 00:21:30 GMT</pubDate>								</item>
	</channel>
</rss>