<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Angels of security &#187; resource editor</title>
	<atom:link href="http://angelsofsecurity.com/blog/tag/resource-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://angelsofsecurity.com/blog</link>
	<description>Musings of an infosec renegade</description>
	<lastBuildDate>Tue, 02 Aug 2011 19:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows resource editors</title>
		<link>http://angelsofsecurity.com/blog/2009/02/18/windows-resource-editors/</link>
		<comments>http://angelsofsecurity.com/blog/2009/02/18/windows-resource-editors/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[resource editor]]></category>
		<category><![CDATA[Resource Hacker]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://angelsofsecurity.com/blog/2009/02/18/windows-resource-editors/</guid>
		<description><![CDATA[I recently borrowed a copy of Hacking Windows XP from a friend. (I was under the impression that it would be about, well, hacking). It&#8217;s really all about customizations that you can do to your system, through changes to the system files and registry. One useful thing it did have was a link to a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently borrowed a copy of <a href="http://www.amazon.com/Hacking-Windows-ExtremeTech-Steve-Sinchak/dp/0764569295">Hacking Windows XP</a> from a friend. (I was under the impression that it would be about, well, hacking). It&#8217;s really all about customizations that you can do to your system, through changes to the system files and registry. One useful thing it did have was a link to a very good resource editor called <a href="http://angusj.com/resourcehacker/">Resource Hacker</a>. It&#8217;s been years since I&#8217;ve used a Windows resource editor, and I&#8217;m starting to remember how fun (and utterly time consuming) it can be to mess around with the look and feel of your Windows apps and OS. In short, Resource Hacker lets you open up an executable or library file (exe, dll, ocx, scr, or cpl), and see that various resources within it &#8211; things like text string and icons &#8211; and lets you change them. Say you don&#8217;t like an error message, just find that text string and change it. Don&#8217;t like the way an app looks? Just change the icons. Don&#8217;t like the fact that the start button says start? Change it. (It&#8217;s just a text string after all). I know someone will point out that a hex editor can do many of the same things, however a resource editor organizes the data for you making it easier to find that string you want to change (or just browse), and it should (in theory at least) keep you away from the executable code which could break the app. It also let&#8217;s you see and edit graphics. If you ever want to find a fun way to kill a lazy Sunday afternoon, I highly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://angelsofsecurity.com/blog/2009/02/18/windows-resource-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

