<?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 - Exe Analyzers (including sub-categories)</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/Exe_Analyzers/feed?recursive=1&amp;feed_type=rss</link>
		<description>Update Notification Feed for Category: Exe Analyzers (and its sub-categories)</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Fri, 03 Sep 2010 10:14:40 GMT</lastBuildDate>
		<item>
			<title>Tool Added: Entyzer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Entyzer</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:Entropy_Analyzers&quot;&gt;Entropy Analyzers&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&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 9, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Entyzer+ is an Advanced Entropy Analyzer.&lt;br /&gt;- Calculates the Entropy, Redundancy, A. Mean and StdDev for any file.&lt;br /&gt;- Calculates the Entropy and Redundancy for a specific range.&lt;br /&gt;- Generates an HTML Graph Visualization.&lt;br /&gt;- Calculates the Entropy, Redundancy and StdDev. for each section of an elf binary file.&lt;br /&gt;- Description: Entropy Analyzer&lt;br /&gt;+ Syntax: Entyzer -f &amp;lt;filename&amp;gt;&lt;br /&gt;- To get the Entropy, Redundancy, A. Mean and StdDev. for any file.&lt;br /&gt;+ Syntax: Entyzer -f &amp;lt;filename&amp;gt; -range &amp;lt;start address&amp;gt; &amp;lt;end address&amp;gt;&lt;br /&gt;- To get the Entropy and Redundancy for a specific range.&lt;br /&gt;+ Syntax: Entyzer -f &amp;lt;filename&amp;gt; -graph &amp;lt;IsValue&amp;gt; &amp;lt;Color Template&amp;gt;&lt;br /&gt;- To generate an HTML graphical visualization of the supplied file.&lt;br /&gt;- IsValue takes either 0 or 1. 1 for having the frequency of each character displayed, 0 otherwise.&lt;br /&gt;- Color Template takes a value between 1 and 7 for different templates:&lt;br /&gt;1:= Gray I, 2:= Gray II, 3:= Tan, 4:= Olive Green, 5:= Blue,&lt;br /&gt;6:= Green + Green + Yellow, 7:= Orange + Orange + Yellow&lt;br /&gt;+ Syntax: Entyzer -elf &amp;lt;filename&amp;gt;&lt;br /&gt;- To get the Entropy, Redundancy and StdDev. for each section of an elf binary file.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Thu, 06 May 2010 09:56:00 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: ExeInfo PE</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/ExeInfo_PE</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: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.0.2.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;April 14, 2010&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Good detector for packers, compressors + unpack info + internal exe tools.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 17 Apr 2010 15:35:54 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Ent</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Ent</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:Entropy_Analyzers&quot;&gt;Entropy Analyzers&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.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;March 9, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Ent does two things:&lt;br /&gt;1) it measures entropy of a file&lt;br /&gt;2) it measures density of FPU instructions in the code section, if the file is a PE&lt;br /&gt;(Why file entropy measurement is interesting is a story for another day (follow the link in 'related URLs') ;&amp;gt;)&lt;br /&gt;&lt;br /&gt;The tool was made in C++, and currently it's Windows only (the next version will be portable, I'm just using some structures from winnt.h), and it uses libpng for PNG creation. The executable binary with the source code is (as always) available on the end of this post.&lt;br /&gt;&lt;br /&gt;Ent is run from the command line, and we provide him with the name of a file that we won't to measure entropy of. Then, Ent divides the file to 256-byte fragments, and calculates entropy (using some entropy formula I found somewhere - check the source code for details) and draws a chart. If the file is a PE file, it additionally mark the sections (blue for data, green for code, gray for unused/headers), and in the code section it calculates FPU density and draws another small red chart. The FPU calculating is not very precise - it works by finding bytes from range D8 to DF inclusive, which are used as FPU opcodes. However, excluding some false-positives in high-entropy area, this method is sufficient.&lt;br /&gt;&lt;br /&gt;Below in the screen shot you can see a chart of a sample PE file.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 07 Mar 2010 20:15:06 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: AT4RE FastScanner</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/AT4RE_FastScanner</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: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;3.0 Final&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;December 18, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Yet another Win32 PE Packer/Protector Identifier.&lt;br /&gt;&lt;br /&gt;[ Description ]&lt;br /&gt;&lt;br /&gt;- FastScanner is a Detector for most packers, cryptors and compilers for PE Files Programmed in ASM and designed for ‎fast access to most needed plugins.&lt;br /&gt;&lt;br /&gt;####################################################################&lt;br /&gt;FastScanner v3.0 Final Change log:&lt;br /&gt;07/01/2010&lt;br /&gt;&lt;br /&gt;1- Update signature Database file.&lt;br /&gt;2- Add Tricks Finder function in the Information dialog. [Still Beta]&lt;br /&gt;3- Fixed Bug when click in the Smart-Scan button twice.&lt;br /&gt;4- Fixed Bug with Overlay size.&lt;br /&gt;5- Many Bug Fixed in the program.&lt;br /&gt;&lt;br /&gt;####################################################################&lt;br /&gt;FastScanner v3.0 Beta 3 Change log:&lt;br /&gt;18/12/2009&lt;br /&gt;&lt;br /&gt;1- Update and optimize signature Database file.&lt;br /&gt;2- Update SmartScan method.&lt;br /&gt;3- Improve the information dialog.&lt;br /&gt;4- Add Overlay signature detection in the Information dialog.&lt;br /&gt;5- Add number of sections detection method.&lt;br /&gt;6- Add JunckCode Detection.&lt;br /&gt;7- AT4RE Overlay Tool v0.2 by STRELiTZIA.&lt;br /&gt;8- Hash &amp;amp; Crypto Detector v1.4 by Mr.Paradox.&lt;br /&gt;9- Signature Manager v1.1 by GamingMasteR.&lt;br /&gt;10- Fixed Bug in Smart-Scan with some protectors.&lt;br /&gt;11- Fixed Bug with ToolTip when using Smart-Scan.&lt;br /&gt;12- Fixed Bug when scanning a Folder.&lt;br /&gt;13- Fixed Bug in the scanning algorithm.&lt;br /&gt;&lt;br /&gt;####################################################################&lt;br /&gt;FastScanner v3.0 Beta 2 Change log:&lt;br /&gt;26/10/2009&lt;br /&gt;&lt;br /&gt;1- Add colors to the disassembler by GamingMasteR.&lt;br /&gt;2- Add SmartScan method.&lt;br /&gt;3- Add Overlay Detection method.&lt;br /&gt;4- Fixed Bug in ScanDirectory.&lt;br /&gt;5- Fixed Bug in Scanning an opened file.&lt;br /&gt;6- Fixed Bug with RLPack protected files.&lt;br /&gt;7- Fixed Bug in Detecting Overlay.&lt;br /&gt;8- Fixed Bug in Detecting Fake-Signature.&lt;br /&gt;9- Fixed Bug in Matches number in the Total-Scan.&lt;br /&gt;&lt;br /&gt;####################################################################&lt;br /&gt;FastScanner v3.0 Beta Change log:&lt;br /&gt;25/09/2009&lt;br /&gt;&lt;br /&gt;1-  Change Signature DataBase for more accuracy.&lt;br /&gt;2-  Updating the scanning algorithm.&lt;br /&gt;3-  New and powerful Signature Manager plugin.&lt;br /&gt;4-  New Hash &amp;amp; Crypto detector plugin by Mr.Paradox.&lt;br /&gt;5-  New GFX for version 3 by RobenHoodArab.&lt;br /&gt;6-  Add new PEHeader-Viewer dialog to main window in FS.&lt;br /&gt;7-  Add Hex-Viewer and Resource-Viewer on the PEHeader-Viewer Dialog.&lt;br /&gt;8-  Add tooltips with information about the content of PEHeader-Viewer dialog.&lt;br /&gt;9-  Add Unpacking Information dialog (still Beta).&lt;br /&gt;10- Add ScanDirectory dialog.&lt;br /&gt;11- Add Compiler Detection Mechanism.&lt;br /&gt;12- Add Anti-FakeSignature algorithm.&lt;br /&gt;13- Update the Export and Import Viewer dialogs.&lt;br /&gt;14- Fixed Bug in ImportTable Viewer with Upack.&lt;br /&gt;15- PE Editor : Fixed Bug in Resource Viewer.&lt;br /&gt;16- PE Editor : Fixed Bug in ImportTable Viewer.&lt;br /&gt;17- PE Editor : Fixed Bug in ExportTable Viewer.&lt;br /&gt;18- PE Editor : Add ReadOnly-Mode and FullAccess-Mode.&lt;br /&gt;19- PE Editor : Add 16Edit HexEditor by yoda.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 10 Jan 2010 02:03:10 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Marxio File Checksum Verifier</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Marxio_File_Checksum_Verifier</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:Executable_CRC_Calculators&quot;&gt;Executable CRC Calculators&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.6.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;December 29, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Portable file checksum verifier that allows you to calculate many file checksums (hashes) and compare them with original one. Thanks to its simplicity and portability, it aims to be a portable, versatile and &amp;quot;must have&amp;quot; tool for dealing with single files and their checksums - to calculate, compare and verify them. &lt;br /&gt;&lt;br /&gt;Marxio FCV supports major checksum types:&lt;br /&gt;- CRC32,&lt;br /&gt;- MD4, &lt;br /&gt;- MD5,&lt;br /&gt;- SHA1,&lt;br /&gt;- SHA-256,&lt;br /&gt;- SHA-384, &lt;br /&gt;- SHA-512,&lt;br /&gt;- RIPEMD-128, &lt;br /&gt;- RIPEMD-160,&lt;br /&gt;- HAVAL 256,&lt;br /&gt;- TIGER 192.&lt;br /&gt;&lt;br /&gt;&amp;quot;Drag and drop&amp;quot; function - all you need to to is to drag a file from Windows Explorer onto the form to calculate selected checksum type.&lt;br /&gt;&lt;br /&gt;Context menu - optional integration with Explorer context menu with Your custom text and defined selected checksum to calculate &lt;br /&gt;&lt;br /&gt;Compare checksums - with other selected checksum.&lt;br /&gt;&lt;br /&gt;Large files support - with size over 32 GB.&lt;br /&gt;&lt;br /&gt;Very fast - calculate 4 GB large DVD file/image in 2 minutes using md5 algorithm.&lt;br /&gt;&lt;br /&gt;Portable version - one-file program, just one executable file.&lt;br /&gt;&lt;br /&gt;Interface - simple, eye friendly with mini-form available.&lt;br /&gt;&lt;br /&gt;Keyboard shortcuts - as much handy shortcuts as possible, even for copy and paste checksum from clipboard &lt;br /&gt;&lt;br /&gt;Save checksum to file - checksum and filename.&lt;br /&gt;&lt;br /&gt;History - save all calculated checksums to file. &lt;br /&gt;&lt;br /&gt;Additional settings - stay-on-top, save windows position and last used checksum type, show mini-form, show hashes in upper or lowercase, break function, high contrast themes support, log file, snap to edge - all are configurable. &lt;br /&gt;&lt;br /&gt;Frequent updates - new releases published even a week ! &lt;br /&gt;&lt;br /&gt;Vision difficulties - this application provides support for users with vision difficulties (vision impairment) - tries to respect Windows skins and color schemas.&lt;br /&gt;&lt;br /&gt;Marxio FCV is a clean software. It does not contain any adverts. It does not integrate with Windows (unless user requested) and does not install any additional software nor it has spying mechanisms.&lt;br /&gt;&lt;br /&gt;If you haven't found the function in this tool you looked for, I can develop it.&lt;br /&gt;&lt;br /&gt;Note,&lt;br /&gt;Marxio FCV target is to quickly calculate and verify ONE file and one checksum, not more. It's not any limit but this application works this way. Other application is being developed for calculating more files.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 09 Jan 2010 20:38:07 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: PEBrowse Professional</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/PEBrowse_Professional</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:.NET_Tools&quot;&gt;.NET Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:COM_Tools&quot;&gt;COM Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Delphi_Tools&quot;&gt;Delphi Tools&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:Exe_Analyzers&quot;&gt;Exe Analyzers&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;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;10.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;July 12, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;PEBrowse Professional is a static-analysis tool and disassembler for Win32/Win64 executables and Microsoft .NET assemblies produced according to the Portable Executable specifications published by Microsoft.  For Microsoft Windows Vista, Windows XP, Windows 2000, and others.  (We have received reports that the software also works on other OSes, including Wine (!) and Windows CE.)&lt;br /&gt;&lt;br /&gt;With the PEBrowse disassembler, one can open and examine any executable without the need to have it loaded as part of an active process with a debugger.  Applications, system DLLs, device-drivers and Microsoft .NET assemblies are all candidates for offline analysis using PEBrowse.  The information is organized in a convenient treeview index with the major divisions of the PE file displayed as nodes.  In most cases selecting nodes will enable context-sensitive multiple view menu options, including binary dump, section detail, disassembly and structure options as well as displaying sub-items, such as optional header directory entries or exported functions, that can be found as part of a PE file unit.  Several table displays, hex/ASCII equivalents, window messages and error codes, as well as a calculator and scratchpads are accessible from the main menu. &lt;br /&gt;&lt;br /&gt; While the binary dump display offers various display options, e.g., BYTE, WORD, or DWORD alignment, the greatest value of PEBrowse comes when one disassembles an entry-point.  An entry-point in PEBrowse is defined as:&lt;br /&gt;&lt;br /&gt;    * Module entry-point&lt;br /&gt;    * Exports (if any)&lt;br /&gt;    * Debug-symbols (if a valid PDB, i.e., program database file, is present)&lt;br /&gt;    * Imported API references&lt;br /&gt;    * Relocation addresses&lt;br /&gt;    * Internal functions/subroutines&lt;br /&gt;    * Any valid address inside of the module&lt;br /&gt;&lt;br /&gt;Selecting and disassembling any number of these entry-points produces a versatile display rich in detail including upper/lowercase display, C/Pascal/Assembler suffix/prefixing, object code, color-coded statements, register usage highlighting, and jump/call target preview popups.  Additional information, such as variable and function names, will also be present if one has access to a valid PDB file.  Disassembly comes in two flavors: linear sweep (sequential disassembly from a starting address) and recursive traversal, aka, analysis mode (disassembly of all statements reachable by non-call statements - extended analysis disassembles all internal call statements as well).  The latter mode also presents local variables with cross-referencing, highlighting, and renaming options.  If one adds/changes variable name or adds comments to specific lines, these can be displayed in a session file which will record and save all currently opened displays.&lt;br /&gt;&lt;br /&gt;PEBrowse Professional will decompile type library information either embedded inside of the binary as the resource &amp;quot;TYPELIB&amp;quot; or inside of individual type libraries, i.e., .TLB or .OLB files.&lt;br /&gt;&lt;br /&gt;PEBrowse Professional also displays all metadata for .NET assemblies and displays IL (Intermediate Language) for .NET methods.  It seamlessly handles mixed assemblies, i.e., those that contain both native and managed code.&lt;br /&gt;&lt;br /&gt;Finally, PEBrowse can be employed as a file browse utility for any type of file with the restriction that the file must be small enough that it can be memory-mapped.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 23:05:32 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Hexer Plugin - Calculating the entropy of a file</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Hexer_Plugin_-_Calculating_the_entropy_of_a_file</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:Entropy_Analyzers&quot;&gt;Entropy Analyzers&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:Hexer_Extensions&quot;&gt;Hexer 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.4.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 1, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;I finally got around to write an example plugin for my hex editor Hexer to show how simple it is to extend Hexer according to your own needs. The Java plugin I am going to present calculates the entropy of files according to the method presented on Ero Carrera's blog. The plugin adds a new tab containing a line chart and a button to the File Statistics dialog. When the user clicks the button, the entropy of the active file (that is the file in the last active hex window) is calculated and shown in the line chart. The screenshot below shows the entropy distribution of Notepad.exe.&lt;br /&gt;&lt;br /&gt;You can download the source file of the plugin here. The archive contains the source file EntropyCalculator.java as well as two class files which were created by compiling the source file using Java 1.6. To install the plugin, simply copy the two class files to the plugins directory of your Hexer installation. Since the plugin uses the JFreeChart library to display the graph it is also necessary to get the files jcommon-1.0.12.jar and jfreechart-1.0.9.jar from the JFreeChart package. Copy those files into the jars directory of your Hexer installation.&lt;br /&gt;&lt;br /&gt;At the beginning of the source file the methods getDescription(), getGuid(), getName(), and init() are implemented. These methods must be implemented by all classes that implement the Hexer plugin interface IPlugin. The first three methods return the name, the description, and the GUID of the plugin. These values are necessary for plugin management. The init() method is called once by Hexer when the plugin is loaded for the first time. Its parameter of type IPluginInterface can be used by the plugin to interact with Hexer.&lt;br /&gt;&lt;br /&gt;Afterwards the necessary methods of the IStatsPlugin plugin are implemented. This interface must be implemented by all plugins that want to extend the File Statistics dialog. The method getStatsDescription() returns the description of the file statistic as displayed in the tab header of the File Statistics dialog (&amp;quot;Entropy&amp;quot; in this case). The method getStatsComponent() returns the component that is used to display the calculated file statistic in the File Statistics dialog. For the Entropy Calculator plugin we only need the line chart and the button.&lt;br /&gt;&lt;br /&gt;That's all that is necessary to extend the Hexer File Statistics dialog. The remaining methods are used to calculate and display the entropy. They are basically a direct Python-to-Java conversion of the code from Ero Carrera's blog. The only difference is that I averaged the entropies of larger files to make sure that the dataset is small enough for the line chart component to handle.&lt;br /&gt;&lt;br /&gt;If you do not want to extend the File Statistics dialog but prefer to have your own Entropy dialog you can simply modify the plugin. Just implement the interface IPlugin instead of IStatsPlugin, add a menu to the Hexer main menu in the init() method, and create the dialog when the menu is clicked.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Mon, 06 Jul 2009 00:34:39 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: BDS S.I.C.K</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/BDS_S.I.C.K</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:Delphi_Tools&quot;&gt;Delphi 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;/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;March 26, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;BDS S.I.C.K (Some Info Collection Kit) is a tool designed to help you to analyze compiled Delphi applications. It may be helpful when you need to know what units are inside, used classes, methods and the addresses. When you know this you can open it with your favorite disassembler or debugger and explore it. You don't need to vaste time for routine work.&lt;br /&gt;&lt;br /&gt;    * SICK has simple internal disassembler for quick analysis.&lt;br /&gt;    * Collecting info about objects, forms and classes.&lt;br /&gt;    * Objects are represented in tree form, so you can easily navigate&lt;br /&gt;    * Search objects by full or partial name (F3 in objects window)&lt;br /&gt;    * Exporting names and procedures to IDA&lt;br /&gt;    * Supporting all Win32 Delphi editions&lt;br /&gt;&lt;br /&gt;Features to be added:&lt;br /&gt;&lt;br /&gt;    * Improving classes info collection&lt;br /&gt;    * Smart functions disassembly (analysis during disassembly)&lt;br /&gt;    * Plugins API (in development)&lt;br /&gt;    * VCL recognition (allow recognize well known functions)&lt;br /&gt;    * Reading PACKAGE info and some stuff from resources.&lt;br /&gt;&lt;br /&gt;This tool is developed to be used with clean Delphi executables.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 28 Jun 2009 13:09:17 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: PEiD</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/PEiD</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: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.95&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 31, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more than 600 different signatures in PE files.&lt;br /&gt;&lt;br /&gt;PEiD is special in some aspects when compared to other identifiers already out there!&lt;br /&gt;&lt;br /&gt;1. It has a superb GUI and the interface is really intuitive and simple.&lt;br /&gt;2. Detection rates are amongst the best given by any other identifier.&lt;br /&gt;3. Special scanning modes for *advanced* detections of modified and unknown files.&lt;br /&gt;4. Shell integration, Command line support, Always on top and Drag'n'Drop capabilities.&lt;br /&gt;5. Multiple file and directory scanning with recursion.&lt;br /&gt;6. Task viewer and controller.&lt;br /&gt;7. Plugin Interface with plugins like Generic OEP Finder and Krypto ANALyzer.&lt;br /&gt;8. Extra scanning techniques used for even better detections.&lt;br /&gt;9. Heuristic Scanning options.&lt;br /&gt;10. New PE details, Imports, Exports and TLS viewers&lt;br /&gt;11. New built in quick disassembler.&lt;br /&gt;12. New built in hex viewer.&lt;br /&gt;13. External signature interface which can be updated by the user.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 01 Apr 2009 00:34:22 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: ActiveMARK Version Viewer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/ActiveMARK_Version_Viewer</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:Packer_Identifiers&quot;&gt;Packer Identifiers&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;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;1.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;February 24, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;ActiveMARK Version Viewer 1.2 - 2009/01/14 - Bilingual edition (English/Spanish)&lt;br /&gt;&lt;br /&gt;Updated for the new version AM6.50.767.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;History&lt;br /&gt;-------&lt;br /&gt;&lt;br /&gt;*** version 1.1 - 2008/08/14 - Bilingual edition (English/Spanish)&lt;br /&gt;&lt;br /&gt;When checking an ActiveMARK license file, it shows the Activation Code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*** version 1.0 - 2008/04/13 - Bilingual edition (English/Spanish)&lt;br /&gt;&lt;br /&gt;Tool for detecting if a target is protected with ActiveMARK protection.&lt;br /&gt;&lt;br /&gt;Available for any kind of file.&lt;br /&gt;&lt;br /&gt;Running on an executable will launch it with the proper arguments to show the version by using the ActiveMARK internal engine.&lt;br /&gt;&lt;br /&gt;It permits a static analysis (not executing anything), by checking 'Do not launch executables' checkbox. This option will prevent your system from getting neither new hidden registry entries that the protection adds to your system, nor hidden files, too, both of them being used by the protection for memorize the trial uses of the target.&lt;br /&gt;&lt;br /&gt;For getting the possibility of use from a contextual menu, check 'Add to contextual menu' checkbox.&lt;br /&gt;&lt;br /&gt;It detects if your system language is english or spanish before showing you all strings.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope you enjoy it :)&lt;br /&gt;&lt;br /&gt;Nacho_dj / ARTeam&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Coded &amp;amp; Developed by Nacho_dj / ARTeam&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 24 Feb 2009 19:33:48 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Protection ID</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Protection_ID</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:Packer_Identifiers&quot;&gt;Packer Identifiers&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;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;6.1.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;December 26, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The ultimate Game Protection Scanner&lt;br /&gt;&lt;br /&gt;The current version does detect more than&lt;br /&gt;250 exe-packers, PC ISO Protections, Dongles, Licenses and Installers in&lt;br /&gt;such an exact and fake proof way you haven´t seen before in any scanning tool due the detailed checks.&lt;br /&gt;False reports and detection where other tools fail are history.&lt;br /&gt;&lt;br /&gt;Features&lt;br /&gt;&lt;br /&gt;* Scanning of PC Games &amp;amp; Application files to detect the protection used(s)&lt;br /&gt;* Detects most of the available executable compressor / crypter and it´s up to date in detecting the newest PC-Game protections&lt;br /&gt;* Scanning CDs / DVDs for Tagés (only available on win2k / winxp, but no ASPI drivers required)&lt;br /&gt;* Scan folders with all the included files&lt;br /&gt;* Coded in 100% Win32 Assembly language, allowing it to run on every WinOS since Windows 95&lt;br /&gt;* Easy scanning with the shell context menu 'Scan with Protection ID...' or drag &amp;amp; drop files into the (simple to use) GUI&lt;br /&gt;* Ability to scan a cracked file and to get possible information which protection was originally used&lt;br /&gt;* Check for the newest update and download it&lt;br /&gt;* More strong scanning routines allowing it to detect multiple (!) protections in one file&lt;br /&gt;* No additional files like VB Runtimes, MSVC dlls or ASPI drivers are required, you simply need one exe file !&lt;br /&gt;* Constantly updated to detect the newest protections available for PC Games &amp;amp; Applications (hey which other tool has this feature too ? ;-)&lt;br /&gt;&lt;br /&gt;* Detection for most of the available PC Game Protections&lt;br /&gt;- 3P Lock&lt;br /&gt;- CDCops&lt;br /&gt;- CDLock&lt;br /&gt;- Codelok&lt;br /&gt;- JoWood X-Prot&lt;br /&gt;- Laserlok / Laserlok Marathon&lt;br /&gt;- Protect DiSC&lt;br /&gt;- Ring-Protech&lt;br /&gt;- Safedisc&lt;br /&gt;- SecuROM&lt;br /&gt;- Settec Alpha ROM&lt;br /&gt;- SmartE&lt;br /&gt;- SolidShield&lt;br /&gt;- StarForce&lt;br /&gt;- Sysiphus&lt;br /&gt;- Tages&lt;br /&gt;- VOB Protect CD/DVD&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* PC Game Trial Protections&lt;br /&gt;- ActiveMARK&lt;br /&gt;- GameHouse Trial Wrapper&lt;br /&gt;- INTENIUM Try &amp;amp; Buy detection&lt;br /&gt;- KochMedia ePolice&lt;br /&gt;- ReflexiveArcade Wrapper&lt;br /&gt;- SVKP Online&lt;br /&gt;- WildTangent Wrapper&lt;br /&gt;- Zylom Wrapper&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Dongles&lt;br /&gt;- DinKey&lt;br /&gt;- Hardlock&lt;br /&gt;- Guardant&lt;br /&gt;- HASP Hardware Lock&lt;br /&gt;- HASP Hardware Lock Envelope&lt;br /&gt;- Key-Lok II&lt;br /&gt;- SENTiNEL&lt;br /&gt;- SENTiNEL SUPER PRO&lt;br /&gt;- SmartKey&lt;br /&gt;- WIBU&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Licenses&lt;br /&gt;- CrypKey Instant&lt;br /&gt;- CrypKey SDK&lt;br /&gt;- eLicense&lt;br /&gt;- FlexLM&lt;br /&gt;- FlexNET&lt;br /&gt;- HASP SL Licensing System&lt;br /&gt;- InterLok&lt;br /&gt;- nTitles Activator&lt;br /&gt;- Protection Plus&lt;br /&gt;- Release Software Corporations SalesAgent&lt;br /&gt;- Safecast&lt;br /&gt;- Sentinel License Manager&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* .NET protectors&lt;br /&gt;- {smartassembly}&lt;br /&gt;- .NetZ&lt;br /&gt;- dotFuscator&lt;br /&gt;- DotNet Guard&lt;br /&gt;- dotNet Protector v4 &amp;amp; v5&lt;br /&gt;- dotNet Reactor v2.x / v3.x&lt;br /&gt;- Sixxpack .Net Compressor&lt;br /&gt;- XHEO CodeVeil&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* EXE Packers / Protectors (freeware)&lt;br /&gt;- ABC Crypt v1.0&lt;br /&gt;- Alex Protector v1.0 Beta 2&lt;br /&gt;- ANDpakk2&lt;br /&gt;- Anslym Packer&lt;br /&gt;- ARM Protector v0.1, v0.2, v0.3&lt;br /&gt;- ASDPack v2&lt;br /&gt;- Aver Cryptor v1.00, v1.02 Beta&lt;br /&gt;- BamBam v0.0.1&lt;br /&gt;- BeRoEXEPacker v1.00&lt;br /&gt;- Beria v0.0.7&lt;br /&gt;- Berio v1.0&lt;br /&gt;- BitShape PE Crypt v1.5&lt;br /&gt;- BJFNT v1.1, v1.2, v1.3&lt;br /&gt;- CDS SS 1.0 Beta 1&lt;br /&gt;- Celsius Crypter v2.1&lt;br /&gt;- cEXE 1.0a / 1.0b&lt;br /&gt;- CICompress v1.0&lt;br /&gt;- CodeCrypt v0.15, v0.16 - v0.161, v0.163 - v0.164, [unknown version]&lt;br /&gt;- Cryptic v2.0&lt;br /&gt;- CRYPToCRACks PE Protector v0.9.2, v0.9.3&lt;br /&gt;- DalKrypt v1.0&lt;br /&gt;- Daemon Protect v0.6.7&lt;br /&gt;- DEF v1.0&lt;br /&gt;- DePack&lt;br /&gt;- Dot Fix Fake Signer&lt;br /&gt;- DragonArmor v0.0.4.1&lt;br /&gt;- Dual´s EXE Encryptor v1.0, v1.1b&lt;br /&gt;- Encrypt PE v1.2003.5.18, v2.2004.8.10 / 2.2006.1.15, v2.2006.10.1, v2.2007.4.11&lt;br /&gt;- EP (EXE Pack)&lt;br /&gt;- EP Protector v0.3 [AHTeam]&lt;br /&gt;- Excalibur v1.03&lt;br /&gt;- EXE Evil v1.0&lt;br /&gt;- EXE ReFactor v0.2&lt;br /&gt;- fEaRz Crypter v1.0 Beta 1&lt;br /&gt;- fEaRz Packer v0.3&lt;br /&gt;- FishPe Shield v2.0.1&lt;br /&gt;- Forgot v1.0&lt;br /&gt;- Frensh Layor v1.81&lt;br /&gt;- FSG v1.0, v1.2, 1.3 - v1.31, 1.3.3, 1.33, v1.33a, 2.0&lt;br /&gt;- Goat´s PE Mutilator v1.6&lt;br /&gt;- Hide PE (ASProtect 1.2 [New Strain] method, VBOX 4.3 MTE method)&lt;br /&gt;- hmimys PE-Pack v0.1&lt;br /&gt;- JD Pack v1.01, v2.00&lt;br /&gt;- KByS Packer v0.28 Beta&lt;br /&gt;- KaOs PE eXecutable Undetecter&lt;br /&gt;- kkrunchy&lt;br /&gt;- Krypton v0.2, v0.3, v0.4, v0.5&lt;br /&gt;- LameCrypt&lt;br /&gt;- marcrypt v0.1&lt;br /&gt;- MarjinZ ScramblerSE&lt;br /&gt;- Mew 5 EXE Coder 0.1&lt;br /&gt;- Mew 10&lt;br /&gt;- Mew 11 SE v1.1 - v1.2&lt;br /&gt;- mkfPack&lt;br /&gt;- Morphine v1.2 - v1.3, 1.4 - v2.7&lt;br /&gt;- mPack v0.0.2 &amp;amp; v0.0.3&lt;br /&gt;- MSLRH v0.31a, v0.32&lt;br /&gt;- MuCruncher&lt;br /&gt;- MZ0oPE v1.0.6b&lt;br /&gt;- MZ Crypt v1.0&lt;br /&gt;- NFO v1.0&lt;br /&gt;- Noodlecrypt v2&lt;br /&gt;- nPack v1.1.250.2006 Beta, v1.1.300.2006 Beta&lt;br /&gt;- Packanoid v1.0, v1.1&lt;br /&gt;- PackItBitch v1.0&lt;br /&gt;- Packman v0.0.0.1, v1.0&lt;br /&gt;- Pack Master v1.6&lt;br /&gt;- Passlock 2000&lt;br /&gt;- PE 123 v2006.4.4&lt;br /&gt;- PE-Armot (Hying) v0.x&lt;br /&gt;- PEQuake v0.06&lt;br /&gt;- PE Crypt v1.0x&lt;br /&gt;- PE Diminisher v0.1&lt;br /&gt;- PE LockNT v2.01, v2.02, v2.04&lt;br /&gt;- PE Mangle&lt;br /&gt;- PE Nguincrypt v1.0&lt;br /&gt;- PE Nightmare&lt;br /&gt;- PE Ninja&lt;br /&gt;- PE Pack v0.99, v1.0&lt;br /&gt;- PE Shield v0.1d, v0.2, v0.25, [unknown version]&lt;br /&gt;- PE Shrink&lt;br /&gt;- PE Spin v0.0b, v0.3, v0.41, v0.7, v1.0, v1.1, v1.3, [unknown version]&lt;br /&gt;- PE Stub OEP v1.x (Entry Point Faker)&lt;br /&gt;- PE Zip v1.0&lt;br /&gt;- Perplex PE Protector v1.01&lt;br /&gt;- PEX v0.99&lt;br /&gt;- Poisen Ivy Crypter v1&lt;br /&gt;- PolyCrypt PE&lt;br /&gt;- PolyEnE&lt;br /&gt;- Program Protector v1.x - v2.x&lt;br /&gt;- Protect v0.1.3&lt;br /&gt;- Protect EXE v0.4a Beta&lt;br /&gt;- Punisher v1.5 (DEMO)&lt;br /&gt;- QrYPt0r v1.0&lt;br /&gt;- RLPack v1.16, v1.17, v1.18, v1.19, [unknown version]&lt;br /&gt;- Sexe Crypter v1.1&lt;br /&gt;- Shrink Wrap v1.4&lt;br /&gt;- SimplePack v1.11&lt;br /&gt;- Simple PE Crypter&lt;br /&gt;- SLVc0deProtector v0.61, v1.1, v1.11&lt;br /&gt;- Smokes EXE Shield v0.5&lt;br /&gt;- Ste@lth PE v1.x, v2.x&lt;br /&gt;- Stones PE Crypter v1.13&lt;br /&gt;- TELock v0.42, v0.51, v0.60, v0.70, v0.71, v0.80, v0.85f, v0.90, v0.92a, v0.95, v0.96, v0.98b1, v1.00&lt;br /&gt;- The Best Cryptor [by FsK]&lt;br /&gt;- Thunderbolt v0.0.2&lt;br /&gt;- TPP Pack&lt;br /&gt;- unkOwn Crypter v1.0&lt;br /&gt;- UPack v0.10 - v0.12, v0.20, v0.21, v0.22 - v0.23, v0.24 - v0.28, v0.29 - v0.33, v0.34 - v0.35, v0.36 - v0.39&lt;br /&gt;- UPX, UPX Mutator, Visual UPX v0.2, [unknown / modified UPX]&lt;br /&gt;- UPX Mutanter v0.2&lt;br /&gt;- UPX Protector v1.0e&lt;br /&gt;- UPX Scrambler&lt;br /&gt;- UPX$HiT 0.0.1&lt;br /&gt;- USSR v0.31&lt;br /&gt;- VCrypt v0.9b&lt;br /&gt;- Virogen Crypt v0.75&lt;br /&gt;- VPacker v0.02.10&lt;br /&gt;- WinKrypt v1.0&lt;br /&gt;- XCR v0.12, v0.13&lt;br /&gt;- xxPack v0.1&lt;br /&gt;- Yoda´s Crypter v1.1, v1.2, v1.3&lt;br /&gt;- Yoda´s Protector v1.0b, v1.02b, v1.02d, v1.02.05, v1.03.01 BETA, v1.03.02 BETA, v1.03.3&lt;br /&gt;- YZPack v1.1 &amp;amp; v1.2&lt;br /&gt;- Z-Code v1.01&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* EXE Packers / Protectors (commercial)&lt;br /&gt;- ACProtect v1.09, v1.10, v1.20, v1.21, v1.22, v1.23, v1.3c, v1.32, v1.35 - v1.40, v2.0&lt;br /&gt;- Air EXE Lock&lt;br /&gt;- Akala EXE Lock&lt;br /&gt;- Armadillo (lots of specific versions and version ranges)&lt;br /&gt;- ASPack v1.00b, v1.01b, v1.02b, v1.03b, v1.05b, v1.06b / v1.061b, v1.07b, v1.08.00, v1.08.01, v1.08.02, v1.08.03, v1.08.04, v2.000, v2.001, v2.1, v2.11, v2.11c / v2.11d, v2.12, v2.12b&lt;br /&gt;- ASProtect v1.0, v1.1, v1.11, v1.2, v1.22 - v1.23, 1.23 RC4 - v1.3.08.24, v1.23 RC4 (Registered), v1.31 Build 2004.04.27, v1.32, v2.0, v2.1 SKE, v2.2, v2.3, 2.1 - v2.3, 2.x [unknown version]&lt;br /&gt;- Bit-Arts Crunch v5.0&lt;br /&gt;- CopyMinder&lt;br /&gt;- Cryptolock&lt;br /&gt;- DBPE v2.33&lt;br /&gt;- Enigma Protector v1.02 Build 3.10, v1.02 Build 4.00, v1.11, v1.12, v1.14, v1.16&lt;br /&gt;- EXE32Pack v1.37, v1.38, v1.42&lt;br /&gt;- EXE Cryptor v1.5.x&lt;br /&gt;- EXE Cryptor 2.0.0 - 2.1.0, 2.2.0 - v2.2.6, 2.3.0 - v2.3.9, 2.2.0 - 2.4.0, 2.4.0 (or newer), 2.xx [unknown version]&lt;br /&gt;- EXE Guard v1.3&lt;br /&gt;- EXE Password 2004 v1.111, 1.112, v1.114, [unknown version]&lt;br /&gt;- EXE Password Lock v1.01&lt;br /&gt;- EXE Prot v1.x&lt;br /&gt;- EXE Protector v2.x&lt;br /&gt;- EXE Safe v2.0&lt;br /&gt;- EXE Shield 2.7, v2.7b, v2.8a, v2.9, v3.6, v3.7&lt;br /&gt;- EXEStealth v2.70, v2.73, v2.74, v2.75, v2.75a&lt;br /&gt;- ExPressor v1.0, v1.1, v1.2, v1.3, v1.4, v1.5&lt;br /&gt;- E-Zip v1.0&lt;br /&gt;- Ion Ice EXE Lock v1.0&lt;br /&gt;- KasperSky Pack&lt;br /&gt;- MazePath EXELockout v3.0&lt;br /&gt;- MoleBox 2.0.0 - v2.3.0, 2.2.3, 2.2.4, 2.2.5, v2.2.6, v2.2.8, v2.3.0, v2.3.3 v2.4.0, v2.5.0, v2.5.5, v2.5.12 - v2.6.3, 2.3.3 - v2.6.4&lt;br /&gt;- Neolite v1.x - v2.x&lt;br /&gt;- NSPack 2.3 - v2.7, v2.9, v3.0, v3.1, v3.3, v3.4, v3.5, v3.6, v3.7, [unknown version]&lt;br /&gt;- nTitles Verifier for .NET&lt;br /&gt;- NTkernelPacker v0.1 (exe + dlls)&lt;br /&gt;- Obsidium v1.0.0.61, v1.1.1.0, v1.1.1.4, v1.2.0.0, v1.2.5.0, v1.3.0.0, v1.3.0.4, v1.3.3.4, v1.3.3.7, v1.3.3.9, v1.3.4.1, [unknown version]&lt;br /&gt;- ORiEN v2.12&lt;br /&gt;- PC Guard v4.06, v5.00, v5.01&lt;br /&gt;- PEBundle v3.xx&lt;br /&gt;- PE Compact v1.00 - v1.3x, v1.40 - v1.50, v1.55, v1.56 - v1.65, v1.66 - v1.84 v2.0 Beta Build 52, v2.00 - v2.10, v2.20 - v2.79, 2.xx [unknown version]&lt;br /&gt;- PE Lock v1.0x&lt;br /&gt;- Petite v1.2, v1.3, v1.4, v2.2, v2.3, [unknown version]&lt;br /&gt;- PKLite32 v1.1&lt;br /&gt;- Private EXE v2.x&lt;br /&gt;- SD Protector v1.12, v1.16&lt;br /&gt;- Special EXE Password Protector&lt;br /&gt;- Shegerd EXE Protector &amp;amp; Anti-Debugger&lt;br /&gt;- Shrinker v3.4, v3.5, [unknown version]&lt;br /&gt;- Softdefender v1.0 - v1.1&lt;br /&gt;- Soft Sentry v3&lt;br /&gt;- Software Compress v1.2, v1.4&lt;br /&gt;- SoftWrap&lt;br /&gt;- SVKP v1.051, v1.11, v1.3x - v1.4x, [unknown version]&lt;br /&gt;- Themida v1.0.0.0 - v1.8.1.0, v1.8.2.0 (or newer)&lt;br /&gt;- Trial Master v2.x&lt;br /&gt;- VBO Watch 3&lt;br /&gt;- Visual Protect&lt;br /&gt;- Vcasm-Protector v1.0&lt;br /&gt;- VM Protect 1.00 - v1.10, 1.20 - v1.50&lt;br /&gt;- WinLicense v1.0.0.0 - v1.8.1.0, v1.8.2.0 (or newer)&lt;br /&gt;- WWPack32 v1.xx&lt;br /&gt;- X-treme Protector v1.00 - v1.06, 1.07 - v1.08, 1.07 BUiLD 12-12-03, 1.08 BUiLD 15-12-03, 1.08 FiNAL&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Installers&lt;br /&gt;- 7 - Zip SFX Setup Module&lt;br /&gt;- AKInstaller Module&lt;br /&gt;- Aquarius Soft Self-Extractor Archive&lt;br /&gt;- Astrum Install Wizard&lt;br /&gt;- AW Install Engine&lt;br /&gt;- BinPatch&lt;br /&gt;- Bitarts Install Wrap&lt;br /&gt;- Blizzard PrePatch Module&lt;br /&gt;- Clickteam Install Maker&lt;br /&gt;- Clickteam Patch Maker&lt;br /&gt;- Create Install 2003&lt;br /&gt;- Gentee Installer&lt;br /&gt;- Ghost Installer&lt;br /&gt;- GKWare SFX Setup&lt;br /&gt;- Inno Setup&lt;br /&gt;- InstallAware Setup Module&lt;br /&gt;- Installer 2 Go&lt;br /&gt;- InstallShield v5.53.168.0, v6.31.100.1221, v7.1.100.1242, v7.7.0.262, v8.x, v9.1.0.429, v10, v10.5, v11, v12&lt;br /&gt;- Install Zip Setup&lt;br /&gt;- IZarc Self Extractor&lt;br /&gt;- Microsoft SFX CAB Module&lt;br /&gt;- Nullsoft SFX Setup&lt;br /&gt;- Paquet Builder - Enhanced Self-Extracting Zip Module&lt;br /&gt;- Patch Wise&lt;br /&gt;- PKSFX Module&lt;br /&gt;- Power Archiver 2003 v8.x SFX Module&lt;br /&gt;- QSetup SFX Kernel&lt;br /&gt;- Red Shift Installation System&lt;br /&gt;- RTPatch Module&lt;br /&gt;- Setup Factory&lt;br /&gt;- SFX Factory!&lt;br /&gt;- Silicon Realms Install Module&lt;br /&gt;- Sony Self-Extracting Packager Archive&lt;br /&gt;- Spoon Installer&lt;br /&gt;- Tarma Installer Module&lt;br /&gt;- VISE Mindvision Wizard&lt;br /&gt;- WinAce Self-Extractor Module&lt;br /&gt;- WinRAR SFX Archive&lt;br /&gt;- WinZip SFX&lt;br /&gt;- Wise Installation Wizard&lt;br /&gt;- Zip Central SFX Module&lt;br /&gt;- Zip SFX Archive&lt;br /&gt;- Z-Up Maker SFX Archive&lt;br /&gt;- Zylom Games Setup Module&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 30 Dec 2008 00:08:26 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: ActiveMARK Decrypter 1.0 - ARTeam (Bilingual English/Spanish)</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/ActiveMARK_Decrypter_1.0_-_ARTeam_%28Bilingual_English/Spanish%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:Automated_Unpackers&quot;&gt;Automated Unpackers&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;/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;September 23, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;ActiveMARK Decrypter 1.0 - ARTeam (Bilingual English/Spanish)&lt;br /&gt;&lt;br /&gt;Released Summer/2008&lt;br /&gt;&lt;br /&gt;Features:&lt;br /&gt;- Provides information about ActiveMARK protection on any file.&lt;br /&gt;- Identifies the protection version.&lt;br /&gt;- Unpacks &amp;amp; decrypts the content of any ActiveMARK protected file.&lt;br /&gt;- Extraction of the main key&lt;br /&gt;- Now it shows information about Only Buy / Trial Limited Version&lt;br /&gt;- Information messages&lt;br /&gt;- Allows an internal analysis of the content of every compressed file within the encrypted container.&lt;br /&gt;- It works statically (none executable is launched).&lt;br /&gt;- Detects automatically the language in your system. :)&lt;br /&gt;&lt;br /&gt;How to use:&lt;br /&gt;Select first any executable. Then you can decrypt any external file associated to it, using the Uncompress key.&lt;br /&gt;&lt;br /&gt;Note: Any ActiveMARK encrypted file is similar to a .zip or .rar file, containing several files in its inside.&lt;br /&gt;&lt;br /&gt;Coded &amp;amp; designed by Nacho_dj/ARTeam&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 26 Sep 2008 08:29:21 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: DELTA EXE Analyzer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/DELTA_EXE_Analyzer</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:Exe_Analyzers&quot;&gt;Exe Analyzers&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;2001&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Back in 2001 I wrote my own exe analyzer just for fun, while looking into the MZ and PE format. I never released it to anyone, but since it contains quite cool cave finding and cave analysis abilities, which I have never seen in any other program, I'll upload it here now for anyone to play with. You can also feel free to distribute it to anyone or upload it anywhere, I don't care.&lt;br /&gt;&lt;br /&gt;But note that the program is just my own little ugly dirty hack, so I won't support it, the GUI isn't exactly the most beautiful, and I won't guarantee it won't crash and so on, but it has been quite stable while I have played around with it anyway.&lt;br /&gt;&lt;br /&gt;It analyzes quite many aspects of the executable file, but one extra interesting and unique feature is the bunch of tools under &amp;quot;Extended executable info (PE)&amp;quot; ---&amp;gt; &amp;quot;File anatomy &amp;amp; offsets&amp;quot;. It will give you details of all section padding areas (caves), and it will also automatically find any area inside the executable file which does not belong to any section (I actually found an alignment bug in a compiler/linker with this tool, which left a 512 byte block of null-bytes between two sections in the middle of the compiled file, ready to be exploited as a mega-size cave :)), including any data which is appended after the last section of the file. Quite useful sometimes. But the really juicy stuff will be found when you select a section in the box to the right and click &amp;quot;Show detailed map&amp;quot;. It will the give you a graphical overview on the screen, of each and every single byte in that section. You can even click inside the graphic map to select any area and see what it is (click and hold down the mouse button and drag the mouse over the map for extra fun). This is very cool for &amp;quot;getting a feel&amp;quot; for how a certain linker/packer/whatever builds its sections, and also for finding &amp;quot;micro caves&amp;quot;, consisting only of a few bytes, in the middle of a section! You can choose to display an analysis map of the free space or the used space of the selected section by clicking the radiobuttons on the upper right of the map.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Thu, 31 Jan 2008 12:50:44 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Pynary</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Pynary</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:Diff_Tools&quot;&gt;Diff 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_Diff_Tools&quot;&gt;Executable Diff Tools&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:Reverse_Engineering_Frameworks&quot;&gt;Reverse Engineering Frameworks&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.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;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;pynary will become a powerful platform independent framework for binary code analysis.&lt;br /&gt;&lt;br /&gt;The initial goal is to the implementation of function signature matching using graph isomorphism and an extensible 'write-your-own-heuristic' model to allow tweaks for particular targets. It will also identify standard library global constants and structure where possible.&lt;br /&gt;&lt;br /&gt;Once the initial goal is achieved, a number of cool features are planned:&lt;br /&gt;&lt;br /&gt;    * stack frame analysis&lt;br /&gt;    * un-inliner&lt;br /&gt;    * exception handling parsing/analysis&lt;br /&gt;    * 'functionally equivalent' matching&lt;br /&gt;    * c++ template function matching&lt;br /&gt;    * meta-data transfer between IDBs&lt;br /&gt;    * c++ class reconstruction (with/without RTTI)&lt;br /&gt;    * ... &lt;br /&gt;&lt;br /&gt;This project is still in its infancy, and looking for volunteers.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 15 Jan 2008 07:13:58 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: DiE (Detect it Easy)</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/DiE_%28Detect_it_Easy%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:Compiler_Identifiers&quot;&gt;Compiler Identifiers&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.64&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 6, 2007&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Packer identifier that is supposed to be good.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 06 Jan 2008 01:08:28 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: CheckSum Fixer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/CheckSum_Fixer</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:Executable_CRC_Calculators&quot;&gt;Executable CRC Calculators&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;January 5, 2006&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The PE files headers include a CheckSum field which is located into the &lt;br /&gt;IMAGE_NT_HEADER-&amp;gt;IMAGE_OPTIONAL_HEADER-&amp;gt;CheckSum&lt;br /&gt;&lt;br /&gt;This value is an overall checksum of the whole file, often not set and left to 0x0000 by most compilers and thus doesn't happens often to worry about it, but sometimes this value is used to check if there have been alterations in the executable file.&lt;br /&gt;There is for example an API, MapFileAndCheckSum(), which calculates the real checksum of a PE file and reports also the value stored into the PE Header. It is then simple for simple protectors to detect alterations of a PE file, even of a single byte. &lt;br /&gt;&lt;br /&gt;It's a simple technique that advanced protector doesn't use too often and you can of course intercept this API and modify it online or skip its call, but for example with PocketPC smartphones or system drivers this check is done by the operative system, so you simply have no choice to intercept this check and the only way is to fix the value stored in the PE file header.&lt;br /&gt;&lt;br /&gt;This program simply does this conveniently. Already other tools have this functionality (LordPE for example), but I just wanted a fast program able to fix this checksum in a click (e.g. with LordPE you have to do at least 5, 6 clicks).&lt;br /&gt;&lt;br /&gt;It is very handy with ring0 drivers which test this checksum value!&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 29 Dec 2007 01:15:23 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: CRC Calculator</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/CRC_Calculator</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:Executable_CRC_Calculators&quot;&gt;Executable CRC Calculators&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;January 6, 2005&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Just drag &amp;amp; drop files to it or use the button to calculate the CRC, then select and paste.&lt;br /&gt;&lt;br /&gt;Adapted from existing sources, small and easy.&lt;br /&gt;&lt;br /&gt;History&lt;br /&gt;-1.0 initial version&lt;br /&gt;-1.1 added command-line support ideal for integration into Total Commander&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 29 Dec 2007 01:11:09 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Neil's Collection of Packer Signatures</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Neil%27s_Collection_of_Packer_Signatures</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:Packer_Identifier_Signatures&quot;&gt;Packer Identifier Signatures&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;December 5, 2007&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Neil's Collection of Packer Signatures&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 25 Dec 2007 22:07:15 GMT</pubDate>								</item>
	</channel>
</rss>