<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>SecTools</title>
	<link>http://secure2s.net/tools</link>
	<description>Secure2S Security Tool Sets Blog</description>
	<pubDate>Wed, 29 Aug 2007 14:11:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>OllyDbg</title>
		<link>http://secure2s.net/tools/2006/06/24/ollydbg/</link>
		<comments>http://secure2s.net/tools/2006/06/24/ollydbg/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 09:40:29 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Disassemblers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/24/ollydbg/</guid>
		<description><![CDATA[OllyDbg : An assembly level Windows debugger
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg features an intuitive user interface, advanced code analysis capable of recognizing procedures, loops, API calls, switches, tables, constants and strings, an ability [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.ollydbg.de/">OllyDbg</a> : An assembly level Windows debugger
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg features an intuitive user interface, advanced code analysis capable of recognizing procedures, loops, API calls, switches, tables, constants and strings, an ability to attach to a running program, and good multi-thread support. OllyDbg is free to download and use but no source code is provided.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F&amp;title=OllyDbg" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F&amp;title=OllyDbg" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=OllyDbg&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F&amp;=OllyDbg" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Follydbg%2F&amp;title=OllyDbg" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/24/ollydbg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IDA Pro</title>
		<link>http://secure2s.net/tools/2006/06/23/ida-pro/</link>
		<comments>http://secure2s.net/tools/2006/06/23/ida-pro/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 19:16:49 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Disassemblers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/ida-pro/</guid>
		<description><![CDATA[IDA Pro : A Windows or Linux disassembler and debugger
Disassembly is a big part of security research. It will help you dissect that Microsoft patch to discover the silently fixed bugs they don&#8217;t tell you about, or more closely examine a server binary to determine why your exploit isn&#8217;t working. Many disassemblers are available, but [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.datarescue.com/idabase/">IDA Pro</a> : A Windows or Linux disassembler and debugger
Disassembly is a big part of security research. It will help you dissect that Microsoft patch to discover the silently fixed bugs they don&#8217;t tell you about, or more closely examine a server binary to determine why your exploit isn&#8217;t working. Many disassemblers are available, but IDA Pro has become the de-facto standard for the analysis of hostile code and vulnerability research. This interactive, programmable, extensible, multi-processor disassembler now supports Linux (console mode) as well as Windows.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F&amp;title=IDA+Pro" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F&amp;title=IDA+Pro" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=IDA+Pro&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F&amp;=IDA+Pro" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fida-pro%2F&amp;title=IDA+Pro" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/ida-pro/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
