<?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/RCE_Tools/feed?recursive=1&amp;feed_type=atom</id>
		<title>Collaborative RCE Tool Library - RCE Tools (including sub-categories)</title>
		<link rel="self" type="application/atom+xml" href="http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/RCE_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/RCE_Tools/feed?recursive=1&amp;feed_type=atom"/>
		<updated>2010-09-03T10:14:34Z</updated>
		<subtitle>Update Notification Feed for Category: RCE 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/HookShark</id>
		<title>Tool Updated: HookShark</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/HookShark"/>
				<updated>2010-09-02T17:57:06Z</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:Usermode_Hook_Detection_Tools&quot;&gt;Usermode Hook Detection 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;BETA 0.9&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 1, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;HookShark is a detector of installed hooks and patches installed on the system (only usermode for now). It scans through the code-section of every loaded module of each running process and compares it with the file-image. If it detects discrepancies it tries to determine the type of hook or patch and reports it to the user. &lt;br /&gt;&lt;br /&gt;Currently implemented hook detection:&lt;br /&gt;&lt;br /&gt;    * - Inline patches / Hooks (NOP, Exceptionhandler, relative Jumps, Custom patches)&lt;br /&gt;    * - Other custom patches [...]&lt;br /&gt;    * - VTable Hooks&lt;br /&gt;    * - IAT and EAT Hooks&lt;br /&gt;    * - Relocation Hooks&lt;br /&gt;    * - Hardware Breakpoints&lt;br /&gt;    * - PAGE_GAURD Candidates&lt;br /&gt;&lt;br /&gt;FAQ&lt;br /&gt;&lt;br /&gt;Why is IAT-Scanning / Hook-Scanning so slow? There are faster tools.&lt;br /&gt;=====================================================================&lt;br /&gt;&lt;br /&gt;That's because other tools suck. They just walk the IAT Entrys and look for addresses that are out of the module bounds. Thats bollocks. The callback function of the hook, or a redirection (JMP) could be planted well within the module bounds, and there you have a stealth IAT Hook, which HookShark recognizes as &amp;quot;IAT - Local&amp;quot;.&lt;br /&gt;And HookShark scans EVERY IAT-Table of EVERY Module. Unlike some other tools, which just examine the main process module.&lt;br /&gt;&lt;br /&gt;And HookShark does not only check for hooks in exported/known functions. No, byte by byte of disk/memory image is compared, and even one-byte-patches are revealed. That is only for read-only code-sections though.&lt;br /&gt;&lt;br /&gt;What the hell is all that crap? So many patches WTF?&lt;br /&gt;======================================================&lt;br /&gt;&lt;br /&gt;HookShark looks for differences between the disk image and the scanned memory. There might be cases where you are just looking at a packed module. To counter these false positives, there is an option to filter patches, which are bigger than n-bytes. (Look in the GlobalOptions Tab)&lt;br /&gt;&lt;br /&gt;Sometimes after i scanned a process and want to scan another one and it crashes.&lt;br /&gt;=================================================================================&lt;br /&gt;&lt;br /&gt;Yeah, i hate when that happens. I have no idea why. If i get my lazy ass on the debugger i try to check it out. Until then, just restart HookShark.&lt;br /&gt;&lt;br /&gt;The mnemonics of patched instructions are wrongly displayed.&lt;br /&gt;============================================================&lt;br /&gt;&lt;br /&gt;That's because HookShark just cant do a thorough analysis like IDA does for every module in this short time-span. The alignment of instructions is guessed and heuristically computed.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Keygener_Assistant</id>
		<title>Tool Updated: Keygener Assistant</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Keygener_Assistant"/>
				<updated>2010-08-28T00:41:06Z</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:Crypto_Tools&quot;&gt;Crypto 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;Keygener Assistant v1.5&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 25, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;Descreption :&lt;br /&gt;-------------&lt;br /&gt;Keygener Assistant is a Full tool that combines several functions&lt;br /&gt;to facilitate the task and save time during the analysis of an algorithm&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Operations :&lt;br /&gt;------------&lt;br /&gt;&lt;br /&gt;	+ BigNumbers Calculator&lt;br /&gt;	+ Conversion &amp;amp; Encoding&lt;br /&gt;	+ Hashing &amp;amp; CheckSum Calculator&lt;br /&gt;	+ Cryptography Operations&lt;br /&gt;	+ Hash &amp;amp; Crypto detector&lt;br /&gt;        + System Information &amp;amp; System outils&lt;br /&gt;&lt;br /&gt;Functions :&lt;br /&gt;-----------&lt;br /&gt;&lt;br /&gt;Encoding  :&lt;br /&gt;---------------------------------&lt;br /&gt;Base2  Encode (String to Binary)&lt;br /&gt;Base2  Decode (Binary to String)&lt;br /&gt;Base10 Encode (String to Decimal)&lt;br /&gt;Base10 Decode (Decimal to String)&lt;br /&gt;Base16 Encode (String to Hex)&lt;br /&gt;Base16 Decode (Hex to String)&lt;br /&gt;Base32 Encode (String to Base32)&lt;br /&gt;Base32 Decode (Base32 to String)&lt;br /&gt;Base64 Encode (String to Base64)&lt;br /&gt;Base64 Decode (Base64 to String)&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;CheckSums :&lt;br /&gt;--------------------------------&lt;br /&gt;Adler32&lt;br /&gt;CRC-5&lt;br /&gt;CRC-8&lt;br /&gt;CRC8/Dallas-1-Wire&lt;br /&gt;CRC-8/I-CODE&lt;br /&gt;CRC-11&lt;br /&gt;CRC-15&lt;br /&gt;CRC-16&lt;br /&gt;CRC-16/ATOM&lt;br /&gt;CRC-16/AUG-2-CITT&lt;br /&gt;CRC-16/AUG-CITT&lt;br /&gt;CRC-16/BT-CHIP&lt;br /&gt;CRC-16/BUYPASS&lt;br /&gt;CRC-16/CITT&lt;br /&gt;CRC-16/DNP&lt;br /&gt;CRC-16/I-CODE&lt;br /&gt;CRC-16/MCRF4XX&lt;br /&gt;CRC-16/USB&lt;br /&gt;CRC-16/KERMIT&lt;br /&gt;CRC-16/MODBUS&lt;br /&gt;CRC-16/R&lt;br /&gt;CRC-16/X-25&lt;br /&gt;CRC-16/X-KERMIT&lt;br /&gt;CRC-16/ZMODEM'&lt;br /&gt;CRC24/PGP&lt;br /&gt;CRC-24/FLEXRAY-A&lt;br /&gt;CRC-24/FLEXRAY-B&lt;br /&gt;CRC32&lt;br /&gt;CRC32b&lt;br /&gt;CRC32/C&lt;br /&gt;CRC-32/POSIX&lt;br /&gt;CRC-32/JAMCRC&lt;br /&gt;CRC-32/XFER&lt;br /&gt;CRC64&lt;br /&gt;XOR-16&lt;br /&gt;XOR-32&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Hashes  :&lt;br /&gt;--------------------------------&lt;br /&gt;eDonkey/eMule&lt;br /&gt;GOST&lt;br /&gt;MD2&lt;br /&gt;MD4&lt;br /&gt;MD5&lt;br /&gt;Haval-128 (Rounds 3/4/5)&lt;br /&gt;Haval-160 (Rounds 3/4/5)&lt;br /&gt;Haval-192 (Rounds 3/4/5)&lt;br /&gt;Haval-224 (Rounds 3/4/5)&lt;br /&gt;Haval-256 (Rounds 3/4/5)&lt;br /&gt;Tiger-128 (Rounds 3/4/5)&lt;br /&gt;Tiger-160 (Rounds 3/4/5)&lt;br /&gt;Tiger-192 (Rounds 3/4/5)&lt;br /&gt;Tiger-192&lt;br /&gt;Panama&lt;br /&gt;RIPEMD-128&lt;br /&gt;RIPEMD-160&lt;br /&gt;RIPEMD-256&lt;br /&gt;RIPEMD-320&lt;br /&gt;Sapphire II-128&lt;br /&gt;Sapphire II-160&lt;br /&gt;Sapphire II-192&lt;br /&gt;Sapphire II-224&lt;br /&gt;Sapphire II-256&lt;br /&gt;Sapphire II-288&lt;br /&gt;Sapphire II-320&lt;br /&gt;Snefru-128&lt;br /&gt;Snefru-256&lt;br /&gt;Square&lt;br /&gt;SHA-0&lt;br /&gt;SHA-1&lt;br /&gt;SAH-224&lt;br /&gt;SAH-256&lt;br /&gt;SAH-384&lt;br /&gt;SAH-512&lt;br /&gt;Whirlpool 0&lt;br /&gt;Whirlpool 1&lt;br /&gt;Whirlpool 512&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Symmetric Crypto :&lt;br /&gt;--------------------------------&lt;br /&gt;1Des&lt;br /&gt;3Des&lt;br /&gt;Blowfish&lt;br /&gt;IDEA&lt;br /&gt;ICE&lt;br /&gt;ICE2&lt;br /&gt;Thin ICE&lt;br /&gt;Misty1&lt;br /&gt;RC2&lt;br /&gt;RC4&lt;br /&gt;RC5&lt;br /&gt;RC6&lt;br /&gt;Tea&lt;br /&gt;xTea&lt;br /&gt;xxTea&lt;br /&gt;Skipjack&lt;br /&gt;Cast 128&lt;br /&gt;Cast 256&lt;br /&gt;Mars&lt;br /&gt;Serpent&lt;br /&gt;Rijndael&lt;br /&gt;TwoFish&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Asymmetric Crypto :&lt;br /&gt;--------------------------------&lt;br /&gt;RSA&lt;br /&gt;ElGamal&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;What's New in This Release:&lt;br /&gt;-------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Added File Hashing Function&lt;br /&gt;Added more base converting for RSA &amp;amp; Elgamal&lt;br /&gt;Added automatic converting between bases in BigNumbers Calculator&lt;br /&gt;Added the ability to choose between several skins&lt;br /&gt;Update Conversion &amp;amp; Encoding Function&lt;br /&gt;Updated ElGamal Encrypt/Decrypt&lt;br /&gt;Updated Hash &amp;amp; Crypto detector&lt;br /&gt;Updated System Information&lt;br /&gt;Various fixed crashes, and bugs.&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/WinAppDbg_%28Python_module%29</id>
		<title>Tool Updated: WinAppDbg (Python module)</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/WinAppDbg_%28Python_module%29"/>
				<updated>2010-08-24T13:04:26Z</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:Debugger_Libraries&quot;&gt;Debugger Libraries&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:Ring_3_Debuggers&quot;&gt;Ring 3 Debuggers&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&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 24, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment.&lt;br /&gt;&lt;br /&gt;It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows.&lt;br /&gt;&lt;br /&gt;The intended audience are QA engineers and software security auditors wishing to test / fuzz Windows applications with quickly coded Python scripts. Several ready to use utilities are shipped and can be used for this purposes.&lt;br /&gt;&lt;br /&gt;Current features also include disassembling x86 native code (using the open source diStorm project, see http://ragestorm.net/distorm/), debugging multiple processes simultaneously and produce a detailed log of application crashes, useful for fuzzing and automated testing.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/IDA_Stealth</id>
		<title>Tool Updated: IDA Stealth</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/IDA_Stealth"/>
				<updated>2010-08-23T21:32:22Z</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:IDA_Extensions&quot;&gt;IDA Extensions&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Tool_Hiding_Tools&quot;&gt;Tool Hiding 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;August 23, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;IDAStealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the process. The injected dll is actually responsible for implementing most of the stealth techniques either by hooking syscalls or by patching some flags in the remote process.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/JWasm</id>
		<title>Tool Added: JWasm</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/JWasm"/>
				<updated>2010-08-20T21:36:39Z</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:Assemblers&quot;&gt;Assemblers&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.03b&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 8, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;JWasm is a free MASM-compatible assembler with these features:&lt;br /&gt;&lt;br /&gt;    * native support for output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32-and 64-bit), Bin and DOS MZ.&lt;br /&gt;    * precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied.&lt;br /&gt;    * Instructions up to SSE4.2 are supported.&lt;br /&gt;    * JWasm is written in C. The source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more.&lt;br /&gt;    * As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. Since v2.01, it will also work with Sven B. Schreiber's ancient WALK32.&lt;br /&gt;    * C header files can be converted to include files for JWasm with h2incX.&lt;br /&gt;    * JWasm's source code is released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use.&lt;br /&gt;&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/DotNetasploit</id>
		<title>Tool Added: DotNetasploit</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/DotNetasploit"/>
				<updated>2010-08-17T01:40: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:.NET_Code_Injection_Tools&quot;&gt;.NET 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.5&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 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;DotNetasploit is a very capable code injector, making it possible to inject and edit code and GUI controls into .NET applications in an interactive fashion.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/IceStealth</id>
		<title>Tool Updated: IceStealth</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/IceStealth"/>
				<updated>2010-07-31T19:15:51Z</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:SoftICE_Extensions&quot;&gt;SoftICE Extensions&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Tool_Hiding_Tools&quot;&gt;Tool Hiding 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.72&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 31, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;IceStealth is a SoftICE hiding tool, that should protect from:&lt;br /&gt;&lt;br /&gt;CreateFileA, CreateFileW, NtCreateFile, also nmtrans.dll wont find SoftICE with these methods&lt;br /&gt;NtQueryDirectoryObject&lt;br /&gt;NtQueryObject&lt;br /&gt;OpenServiceA, OpenServiceW, EnumServicesStatusA,EnumServicesStatusW,EnumServicesStatusExA, EnumServicesStatusExW&lt;br /&gt;UnhandledExceptionFilter (2 Options)&lt;br /&gt;SEH BPM Protection&lt;br /&gt;BPM Protection&lt;br /&gt;NtQuerySystemInformation&lt;br /&gt;int 41 killed + DPL 0        &lt;br /&gt;int 1 DPL 0&lt;br /&gt;Basic Registry Protection (if ever needed)&lt;br /&gt;(RegOpenKeyExA, RegOpenKeyExW, RegOpenKeyA, RegOpenKeyW)&lt;br /&gt;SaveDisk Protection&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Jsunpack</id>
		<title>Tool Added: Jsunpack</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Jsunpack"/>
				<updated>2010-07-25T23:06:39Z</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:Javascript_Unpackers&quot;&gt;Javascript Unpackers&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.3.2c&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;June 2, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;A Generic JavaScript Unpacker.&lt;br /&gt;&lt;br /&gt;jsunpack emulates browser functionality when visiting a URL. It's purpose is to detect exploits that target browser and browser plug-in vulnerabilities.&lt;br /&gt;&lt;br /&gt;It accepts many different types of input:&lt;br /&gt;&lt;br /&gt;    * PDF files - samples/sample-pdf.file&lt;br /&gt;    * Packet Captures - samples/sample-http-exploit.pcap&lt;br /&gt;    * HTML files&lt;br /&gt;    * JavaScript files&lt;br /&gt;    * SWF files&lt;br /&gt;&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Unsign</id>
		<title>Tool Added: Unsign</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Unsign"/>
				<updated>2010-07-19T19:30:26Z</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:IPhone_Tools&quot;&gt;IPhone Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Needs_New_Category&quot;&gt;Needs New Category&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 18, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Remove code signing from Mach-O and Universal Binary files.&lt;br /&gt;&lt;br /&gt;This program removes the LC_CODE_SIGNATURE load command and&lt;br /&gt;zeroes out the signature in the __LINKEDIT section.&lt;br /&gt;&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;This needs the new category Apple / Mac / OS X or similar (iPhone is a specialized OS X version).&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/.NET_Methods_Parser</id>
		<title>Tool Added: .NET Methods Parser</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/.NET_Methods_Parser"/>
				<updated>2010-07-18T22:27:24Z</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_Deobfuscation_Tools&quot;&gt;.NET Deobfuscation 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.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;July 19, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;A simple tool to analyze the &amp;quot;Methods&amp;quot; metadata table.&lt;br /&gt;It has a good error and invalid data handling code so it will open most weird files.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/FUU_%28Faster_Universal_Unpacker%29</id>
		<title>Tool Updated: FUU (Faster Universal Unpacker)</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/FUU_%28Faster_Universal_Unpacker%29"/>
				<updated>2010-07-18T22:22:18Z</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: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.1.1b&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 14, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;FUU (Faster Universal Unpacker) is a GUI Windows Tool with a set of tools (plugins) to help you to unpack, decompress and decrypt most of the programs packed, compressed or encrypted with the very well knowns software protection programs like UPX, ASPack, FSG, ACProtect, etc.&lt;br /&gt;&lt;br /&gt;The GUI was designed using RadASM and MASM. Every plugin included in the official release was written in ASM using MASM.&lt;br /&gt;&lt;br /&gt;The core of every plugin use TitanEngine SDK from ReversingLabs under the hood, this help to the developer to write plugins very easy and very fast without the need to worry about some repetitive and boring functions like dump, fix the iat, add sections, etc. You can develop a plugin for FUU in a very easy way using TitanEngine.&lt;br /&gt;&lt;br /&gt;Also, FUU include some extra tools like:&lt;br /&gt;&lt;br /&gt;    * Generic OEP Finder&lt;br /&gt;    * Cryto Signature Detector&lt;br /&gt;    * Generic Unpacker&lt;br /&gt;    * Signatures Detector (by marcianito at gmail dot com) &lt;br /&gt;&lt;br /&gt;Generic OEP Finder, Cryto Signature Detector and Generic Unpacker are from PEiD's team.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FUU (Faster Universal Unpacker) is a GUI Windows Tool with a set of tools (plugins) to help you to unpack, decompress and decrypt most of the programs packed, compressed or encrypted with the very well knowns software protection programs like UPX, ASPack, FSG, ACProtect, etc.&lt;br /&gt;&lt;br /&gt;Version 0.1 Beta &lt;br /&gt;&lt;br /&gt;Plugins &lt;br /&gt;UPX Unpacker for UPX v1.x - 3.x (DLL and EXE - x86) &lt;br /&gt;BeRoExEPacker Unpacker (EXE - x86) &lt;br /&gt;FSG Unpacker for v1.x - 2.x (EXE - x86) &lt;br /&gt;ASPack Unpacker for ASPack 2.x (EXE - x86) &lt;br /&gt;&lt;br /&gt;Tools &lt;br /&gt;Generic OEP Finder (GenOEP.dll) &lt;br /&gt;Crytp Signatures Detector (kanal.dll) &lt;br /&gt;Generic Unpacker&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Pokas_x86_Emulator_for_Generic_Unpacking</id>
		<title>Tool Added: Pokas x86 Emulator for Generic Unpacking</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Pokas_x86_Emulator_for_Generic_Unpacking"/>
				<updated>2010-07-18T16:32: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:Assembler_IDE_Tools&quot;&gt;Assembler IDE Tools&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:Automated_Unpackers&quot;&gt;Automated Unpackers&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:Disassembler_Libraries&quot;&gt;Disassembler Libraries&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:OEP_Finders&quot;&gt;OEP Finders&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:Programming_Libraries&quot;&gt;Programming Libraries&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Tracers&quot;&gt;Tracers&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;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Virtual_Machines&quot;&gt;Virtual Machines&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:X86_Disassembler_Libraries&quot;&gt;X86 Disassembler Libraries&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:X86_Emulators&quot;&gt;X86 Emulators&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:X86_Sandboxes&quot;&gt;X86 Sandboxes&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.0.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;July 18, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Pokas x86 Emulator is an Application-Only emulator created for generic unpacking and testing the antivirus detection algorithms.&lt;br /&gt;This Emulator has many features some of them are:&lt;br /&gt;1. Has an assembler and a disassembler from and to mnemonics.&lt;br /&gt;2. Support adding new APIs and adding the emulation function to them.&lt;br /&gt;3. Support a very powerful debugger that has a parser that parses the condition you give and create a very fast native code that perform the check on this condition.&lt;br /&gt;4. Support seh and support tib, teb, peb and peb_ldr_data.&lt;br /&gt;5. It monitors all the memory writes and log up to 10 previous Eips and saves the last accessed and the last modified place in memory. &lt;br /&gt;6. it support 6 APIs:GetModuleHandleA, LoadLibrayA, GetProcAddress, VirtualAlloc, VirtualFree and VirtualProtect.&lt;br /&gt;7. With all of these it's FREE and open source.&lt;br /&gt;&lt;br /&gt;It successfully emulates: &lt;br /&gt;1. UPX&lt;br /&gt;2. FSG&lt;br /&gt;3. MEW&lt;br /&gt;4. Aspack&lt;br /&gt;5. PECompact&lt;br /&gt;6. Morphine&lt;br /&gt;&lt;br /&gt;But it does contain bugs and it still in the beta version. It surely will be fixed soon ith the help of your feedback.&lt;br /&gt;&lt;br /&gt;It still doesn't support multithreading and doesn't support Linux ELF executables.&lt;br /&gt;It's still working only on windows but the Linux version will be available soon. &lt;br /&gt;&lt;br /&gt;you can download it from https://sourceforge.net/projects/x86emu/&lt;br /&gt;&lt;br /&gt;AmrThabet&lt;br /&gt;amr.thabet_*at*_student.alx.edu.eg&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Javassist</id>
		<title>Tool Added: Javassist</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Javassist"/>
				<updated>2010-07-13T19:33:16Z</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:Java_Code_Injection_Tools&quot;&gt;Java Code Injection Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Java_Executable_Editors_%26_Patchers&quot;&gt;Java Executable Editors &amp;amp; Patchers&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;3.12.0.GA&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 16, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.&lt;br /&gt;&lt;br /&gt;Aspect Oriented Programming: Javassist can be a good tool for adding new methods into a class and for inserting before/after/around advice at the both caller and callee sides.&lt;br /&gt;&lt;br /&gt;Reflection: One of applications of Javassist is runtime reflection; Javassist enables Java programs to use a metaobject that controls method calls on base-level objects. No specialized compiler or virtual machine are needed.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Java_Decompiler</id>
		<title>Tool Updated: Java Decompiler</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Java_Decompiler"/>
				<updated>2010-07-13T19:23:49Z</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:Java_Decompilers&quot;&gt;Java Decompilers&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.3.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;March 20, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.&lt;br /&gt;&lt;br /&gt;JD-Core is a freeware library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries. New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.&lt;br /&gt;&lt;br /&gt;JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.&lt;br /&gt;&lt;br /&gt;JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.&lt;br /&gt;&lt;br /&gt;JD-Core, JD-GUI and JD-Eclipse are free for non-commercial use. This means that JD-Core, JD-GUI and JD-Eclipse shall not be included or embedded into commercial software products. Nevertheless, these projects may be freely used for personal needs in a commercial or non-commercial environments.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/WinApiOverride</id>
		<title>Tool Updated: WinApiOverride</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/WinApiOverride"/>
				<updated>2010-07-13T18:55:31Z</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_Tracers&quot;&gt;.NET Tracers&lt;/a&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:COM_Monitoring_Tools&quot;&gt;COM Monitoring 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;5.4.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;July 7, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;WinAPIOverride32 is an advanced api monitoring software.&lt;br /&gt;You can monitor and/or override any function of a process.&lt;br /&gt;This can be done for API functions or executable internal functions.&lt;br /&gt;&lt;br /&gt;It tries to fill the gap between classical API monitoring softwares and debuggers.&lt;br /&gt;It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application.&lt;br /&gt;Main differences between other API monitoring softwares :&lt;br /&gt;  - You can define filters on parameters or function result&lt;br /&gt;  - You can define filters on dll to discard calls from windows system dll&lt;br /&gt;  - You can hook functions inside the target process not only API&lt;br /&gt;  - You can hook asm functions with parameters passed through registers&lt;br /&gt;  - Double and float results are logged&lt;br /&gt;  - Preserve registers, floating stack and LastError&lt;br /&gt;  - You can easily override any API or any process internal function&lt;br /&gt;  - You can break process before or/and after function call to change memory or registers&lt;br /&gt;  - You can call functions which are inside the remote processes&lt;br /&gt;  - Can hook COM OLE and ActiveX interfaces&lt;br /&gt;  - All is is done like modules : you can log or override independently for any function&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Quick_Unpack</id>
		<title>Tool Updated: Quick Unpack</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Quick_Unpack"/>
				<updated>2010-07-10T18:22:38Z</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:Automated_Unpackers&quot;&gt;Automated Unpackers&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.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;July 14, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The program is intended for fast (in a few seconds) unpacking of packers and simple protectors.&lt;br /&gt;&lt;br /&gt;Quick Unpack tries to bypass all possible scramblers/obfuscators and restores redirected import. From the version 1.0 the opportunity of unpacking dll is added. From the version 2.0 the attach process feature added which allows to use Quick Unpack as a dumper and import recoverer. Scripts are also supported from version 2.0 which allows unpacking of more complicated protections. This makes Quick Unpack a unique software product which has no similar analogues in the world!&lt;br /&gt;&lt;br /&gt;Use force unpacking tick. When the application is run QuickUnpack waits for the OEP breakpoint to trigger. But sometimes this breakpoint may be triggered several times but only the last one is the correct OEP. Using ForceMode option solves this problem. With this option after the application is run QuickUnpack counts breapoint hits and dumps the application only at the last stop. For DLL-files this option is always ticked and allows to restore relocs.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/LordPE</id>
		<title>Tool Updated: LordPE</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/LordPE"/>
				<updated>2010-06-29T01:09: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: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;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/OfficeMalScanner</id>
		<title>Tool Updated: OfficeMalScanner</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/OfficeMalScanner"/>
				<updated>2010-06-17T09:51:08Z</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:Code_Ripping_Tools&quot;&gt;Code Ripping Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Data_Search_and_Extraction_Tools&quot;&gt;Data Search and 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;v0.51&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 5, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;OfficeMalScanner v0.51 is a Ms Office forensic tool to scan for malicious traces, like shellcode heuristics, PE-files or embedded OLE streams. Found files are being extracted to disk. It supports disassembly and hexview as well as an easy brute force mode to detect encrypted files. Next to this, an office file is being scanned for VB-macro code and if found, it will be extracted for further analysis. The &amp;quot;inflate&amp;quot; feature extracts Ms Office 2007 documents into a directory and marks potentially malicious files. Also included in this package is a tool called MalHost-Setup, some kind of MS Office runtime emulation environment to debug shellcode in malicious documents in realtime.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/DotNET_Tracer</id>
		<title>Tool Updated: DotNET Tracer</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/DotNET_Tracer"/>
				<updated>2010-06-13T12:52:02Z</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_Tracers&quot;&gt;.NET 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.9&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;May 15, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;This is a simple tool that has a similar functionality to RegMon or FileMon but it's designed to trace events in .NET assemblies in runtime, many events can be reported so you can understand what's going on in the background.&lt;br /&gt;&lt;br /&gt;1- Select the assembly you want to analyze&lt;br /&gt;2- Set the Events Mask, i.e Events you want to catch&lt;br /&gt;3- Click &amp;quot;Start&amp;quot;&lt;br /&gt;&lt;br /&gt;I hope it's useful and as always bug reports are welcome.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	<entry>
		<id>http://www.woodmann.com/collaborative/tools/index.php/Patchdiff2</id>
		<title>Tool Added: Patchdiff2</title>
		<link rel="alternate" type="text/html" href="http://www.woodmann.com/collaborative/tools/index.php/Patchdiff2"/>
				<updated>2010-06-10T15:58:02Z</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:Diff_Tools&quot;&gt;Diff Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Executable_Diff_Tools&quot;&gt;Executable Diff 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;2.0.8&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;June 10, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;PatchDiff2 is a plugin for the Windows version of the IDA dissassembler that can analyze two IDB files and find the differences between both. PatchDiff2 is free and fully integrates with the latest version of IDA (5.6). The plugin can perform the following tasks:&lt;br /&gt;&lt;br /&gt;- Display the list of identical functions&lt;br /&gt;- Display the list of matched functions&lt;br /&gt;- Display the list of unmatched functions (with the CRC)&lt;br /&gt;- Display a flow graph for identical and matched functions&lt;br /&gt;&lt;br /&gt;The main purpose of this plugin is to be fast and give accurate results when working on a security patch or a hotfix. Therefore this tool is not made to find similar functions between two different programs. Patchdiff2 supports all processors that IDA can handle and is available in two versions: 32 bit and a 64 bit.&lt;/i&gt;
&lt;/p&gt;</summary>
			</entry>

	</feed>