<?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 - Memory Data Tracing Tools (including sub-categories)</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/Memory_Data_Tracing_Tools/feed?feed_type=rss&amp;recursive=1</link>
		<description>Update Notification Feed for Category: Memory Data Tracing Tools (and its sub-categories)</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Fri, 03 Sep 2010 10:36:30 GMT</lastBuildDate>
		<item>
			<title>Tool Added: TEMU</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/TEMU</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:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing Tools&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;1.0&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;November 24, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Whole-system dynamic taint analysis platform, in the form of a QEMU extension.&lt;br /&gt;&lt;br /&gt;The BitBlaze infrastructure provides a component, called TEMU, for dynamic binary analysis. TEMU is built upon a whole-system emulator, QEMU, and provides the following functionality:&lt;br /&gt;&lt;br /&gt;    * Dynamic taint analysis. TEMU is able to perform whole-system dynamic taint analysis. Marking certain information sources (e.g., keystrokes, network inputs, reads for certain memory locations, and function call outputs) as tainted, TEMU keeps track of the tainted information propagating in the system. This feature also provides a plug-in environment for dynamic symbolic execution, in which symbolic values are marked as tainted, and concrete values as untainted.&lt;br /&gt;    * OS awareness. Information about OS-level abstractions like processes and files is important for many kinds of analysis. Using knowledge of the guest operating system (Windows XP or Linux), TEMU can determine what process and module is currently executing, what API calls have been invoked (with their arguments), and what disk locations belong to which files.&lt;br /&gt;    * In-depth behavioral analysis. TEMU is able to understand how an analyzed binary interacts with the environment, such as what API calls are invoked, and what outstanding memory locations are accessed. By marking the inputs as tainted (i.e., symbolic), TEMU provides insights about how outputs are formulated from inputs.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Mon, 07 Dec 2009 01:33:04 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Memory Hacking Software</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Memory_Hacking_Software</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Code_Coverage_Tools&quot;&gt;Code Coverage Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Search_Tools&quot;&gt;Memory Search Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Trainer_Generators&quot;&gt;Trainer Generators&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.009&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 14, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Highly advanced software for memory search/analysis and trainer creation. Recommended!&lt;br /&gt;&lt;br /&gt;MHS 5.005 (bundle):&lt;br /&gt;Bundle includes MHS.exe, zlib1.dll, MHS Help.chm, and ChangeLog.txt.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Features:&lt;br /&gt;* Fastest Searching&lt;br /&gt;-- Data-Type Search&lt;br /&gt;-- Pointer Search&lt;br /&gt;-- String Search (ASCII, Unicode, Hex Bytes, Wildcard, Regular Expressions)&lt;br /&gt;-- Group Search (Includes Pattern Matching)&lt;br /&gt;-- Expression Search (Extremely Flexible)&lt;br /&gt;-- Script Search (The Ultimate in Custom Searching)&lt;br /&gt;&lt;br /&gt;* Debugger&lt;br /&gt;-- Very Stable&lt;br /&gt;-- Customizable Breakpoints&lt;br /&gt;&lt;br /&gt;* Disassembler&lt;br /&gt;&lt;br /&gt;* Code Filter&lt;br /&gt;-- Easiest Way to Find Functions&lt;br /&gt;&lt;br /&gt;* Auto-Hack&lt;br /&gt;&lt;br /&gt;* Auto-Assembler&lt;br /&gt;-- 90% Same Language/Syntax as in Cheat Engine&lt;br /&gt;&lt;br /&gt;* DLL Injector&lt;br /&gt;-- Injects any DLL into the Target Process&lt;br /&gt;-- Uninject Later, Automatically or Manually&lt;br /&gt;-- Remotely Call ANY Functions in the Injected DLL(s), Regardless of Calling Convention, Return Type, or Number of Parameters&lt;br /&gt;&lt;br /&gt;* Integrated Script Language&lt;br /&gt;-- IDE/Compiler Built-In&lt;br /&gt;-- Syntax Matches C; No Learning Curve&lt;br /&gt;-- Compiled for Fast Execution&lt;br /&gt;-- Full API&lt;br /&gt;-- Includes Features Specially for Hacking&lt;br /&gt;&lt;br /&gt;* Real-Time Hex Editor&lt;br /&gt;-- Fully Featured Real-Time Hex Editor for Both RAM and Files&lt;br /&gt;-- Allows Browsing of Kernel RAM&lt;br /&gt;&lt;br /&gt;* Kernel Driver&lt;br /&gt;-- Allows Bypassing Anti-Cheat Systems&lt;br /&gt;-- Allows Reading/Writing of Kernel RAM&lt;br /&gt;&lt;br /&gt;* Converter&lt;br /&gt;&lt;br /&gt;* RAM Watcher&lt;br /&gt;&lt;br /&gt;* Memory Allocator&lt;br /&gt;-- Allocates Memory in the Target Process&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 14 Aug 2009 20:32:08 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: LordCHEAT</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/LordCHEAT</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:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing 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.2.6&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;July 18, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;- Small &amp;amp; Powerfull Game Trainer&lt;br /&gt;- Save &amp;amp; Load memory using simple script&lt;br /&gt;- Read/Write memory using Hex Editor&lt;br /&gt;- Support 16/32 bit Windows games, macromedia flash games, *emulator, etc&lt;br /&gt;- Support Pointer to Pointer&lt;br /&gt;- Support Plugins&lt;br /&gt;- Memory monitor&lt;br /&gt;- Can run under windows 98 up to *Vista&lt;br /&gt;- etc.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sun, 19 Jul 2009 05:10:19 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: SpiderPig</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/SpiderPig</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:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing 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;(not yet released)&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;Main idea of SpiderPig is to trace a specified memory region (or specified register value), and also be able to trace all the childs regions that were created by refferencing to previously traced regions. So whenever a previously traced memory region will be refferenced or any other memory region which bases on previously traced memory region will be created, SpiderPig will snort it.&lt;br /&gt;&lt;br /&gt;SpiderPig is a project created for performing and visualizing data flow analysis of a selected binary program. SpiderPig was created in the purpose of providing a tool which would be able to help vulnerability and security researchers with tracing and analyzing any necessary data and it's further propagation. Such tasks are very often crucial in the vulnerability discovering/identifying process and typically require a lot of time consuming manual work. The initial concept is pretty old, the first pseudo usable version was created initialy for Immunity Debugger Plugin Contest back in the 2007 just to be frozen few days after. I have reactivated the project while having the last months of holidays (arround September 2008) and I have decided to write a little paper about it (which was finished arround November 2008). Since i switched for another research at the moment the SpiderPig research is practically frozen since the time paper was made. As you probably realize history of this project is kinda a nutty. Anyway enjoy or erm not enjoy.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Wed, 17 Jun 2009 00:23:22 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: HBGary Inspector</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/HBGary_Inspector</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Code_Coverage_Tools&quot;&gt;Code Coverage Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Tracers&quot;&gt;Tracers&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;2.0&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;HBGary Inspector speeds team reverse engineering of software binaries. Inspector integrates dynamic runtime tracing with dataflow and static code analysis. Captured test data is recorded in a team-member shared database for further analysis with automated scripts and interactive graphing.&lt;br /&gt;&lt;br /&gt;Packed, obfuscated, and self-modifying malware binaries resist static disassembly. Anti-debugging tricks hinder runtime analysis. However, malware must unpack and de-obfuscate itself to execute. Inspector defeats many anti-debugging tricks and recovers true program instructions and live memory evidence as malware operates. Dynamic analysis provides accurate information about malware behavior.&lt;br /&gt;&lt;br /&gt;HBGary Inspector can trace data buffers and packets as they propagate in memory, saving countless hours and days of work for the Reverse Engineer. Complex control flow paths are mapped with interactive navigation graphs. Runtime code coverage is indicated and measured. Inspector is extensible with an exposed application program interface (API) and a powerful scripting system for analysis automation.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 15 Feb 2008 22:04:53 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: Cheat 'O Matic</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Cheat_%27O_Matic</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:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Memory_Search_Tools&quot;&gt;Memory Search 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.99a&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;1997&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Cheat 'O Matic is an EXTREMELY easy  to use UNIVERSAL cheating program designed to allow you to automatically cheat on ANY game (or other program) that will run on Windows '95, '98 and 'NT (including DOS, Windows 3.1, Windows '95, Windows '98 and Windows 'NT games) - as the game actually runs!  Additionally, Cheat 'O Matic allows you to cheat on programs that don't have cheat codes, or in completely different ways that cheat codes may not exist for, and perhaps the game's programmers never intended&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 28 Dec 2007 00:37:16 GMT</pubDate>								</item>
		<item>
			<title>Tool Added: Flayer</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/Flayer</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:Memory_Data_Tracing_Tools&quot;&gt;Memory Data Tracing 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.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;August 9, 2007&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Flayer is a tool for dynamically exposing application innards for security testing and analysis. It is implemented on the dynamic binary instrumentation framework Valgrind and its memory error detection plug-in, Memcheck . This paper focuses on the implementation of Flayer, its supporting libraries, and their application to software security.&lt;br /&gt;&lt;br /&gt;Flayer provides tainted, or marked, data flow analysis and instrumentation mechanisms for arbitrarily altering that flow. Flayer improves upon prior taint tracing tools with bit-precision. Taint propagation calculations are performed for each value-creating memory or register operation. These calculations are embedded in the target application's running code using dynamic instrumentation. The same technique has been employed to allow the user to control the outcome of conditional jumps and step over function calls.&lt;br /&gt;&lt;br /&gt;Flayer's functionality provides a robust foundation for the implementation of security tools and techniques. For example, an effective fault injection testing technique and an automation library, LibFlayer. Alongside these contributions, it explores techniques for vulnerability patch analysis and guided source code auditing.&lt;br /&gt;&lt;br /&gt;Flayer finds errors in real software. In the past year, its use has yielded the expedient discovery of flaws in security critical software including OpenSSH and OpenSSL.&lt;br /&gt;&lt;br /&gt;See full paper at:&lt;br /&gt;http://www.usenix.org/events/woot07/tech/full_papers/drewry/drewry_html&lt;br /&gt;&lt;br /&gt;And getting-started information at:&lt;br /&gt;http://code.google.com/p/flayer/wiki/GettingStarted&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Fri, 26 Oct 2007 11:45:37 GMT</pubDate>								</item>
	</channel>
</rss>