<?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>InsaneDevelopers</title>
	<atom:link href="http://insanedevelopers.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanedevelopers.net</link>
	<description>Home of my personal projects</description>
	<lastBuildDate>Sat, 08 Jun 2013 18:28:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Disable all linker warnings in Visual C++ Express</title>
		<link>http://insanedevelopers.net/disable-all-linker-warnings-in-visual-c-express/</link>
		<comments>http://insanedevelopers.net/disable-all-linker-warnings-in-visual-c-express/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 20:42:09 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[disable warning]]></category>
		<category><![CDATA[hide warning]]></category>
		<category><![CDATA[hiding warning]]></category>
		<category><![CDATA[ignore warning]]></category>
		<category><![CDATA[linker]]></category>
		<category><![CDATA[lnk4099]]></category>
		<category><![CDATA[pdb]]></category>
		<category><![CDATA[pragma]]></category>
		<category><![CDATA[visual c++]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=1085</guid>
		<description><![CDATA[When i moved to Visual C++ 2010 Express, i noticed i can no longer disable specific linker warnings (the most annoying one being the LNK4099, that complains about missing PDB files). After a quick look, I discovered there&#8217;s a filter &#8230; <a href="http://insanedevelopers.net/disable-all-linker-warnings-in-visual-c-express/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When i moved to Visual C++ 2010 Express, i noticed i can no longer disable specific linker warnings (the most annoying one being the <strong>LNK4099</strong>, that complains about missing PDB files). After a quick look, I discovered there&#8217;s a filter in place that doesn&#8217;t allow the user to switch off any of the warnings that are contained in a specific global array.</p>
<p>To remove this limitation, arm yourself with a hex editor, open link.exe and patch the following bytes:</p>
<p><strong>Version</strong>: Visual C++ 2010 Express<br />
<strong>Executable</strong>: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe<br />
<strong>SHA1</strong>: 6EFA60D80A6C8693DD9F6D3FF8A222B46FFFDAD0<br />
<strong>File offset</strong>: 00056786h<br />
<strong>Original bytes</strong>: 74h 16h<br />
<strong>Replace with</strong>: 90h 90h</p>
<p><strong>Version</strong>: Visual C++ 2012 Ultimate<br />
<strong>Executable</strong>: C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe<br />
<strong>SHA1</strong>: 3B57459E0F1DFA0F69325D98DF0FDF2ADAE06720<br />
<strong>File offset</strong>: 0x00061588h<br />
<strong>Original bytes</strong>: 74h 0Bh<br />
<strong>Replace with</strong>: 90h 90h</p>
<p>That&#8217;s it! Now you should be able to suppress all the warnings you want adding a command line option to the linker (i.e.: <strong>/ignore:4099</strong>)</p>
<p>Many thanks to Smjert for providing me the Visual C++ 2012 Ultimate executable.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/disable-all-linker-warnings-in-visual-c-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectX 9 support for the overlay</title>
		<link>http://insanedevelopers.net/directx-9-support-for-the-overlay/</link>
		<comments>http://insanedevelopers.net/directx-9-support-for-the-overlay/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 07:44:12 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[OpenGL/DirectX Overlay]]></category>
		<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=1077</guid>
		<description><![CDATA[I have finally implemented preliminary support for DirectX 9! Source code available here]]></description>
				<content:encoded><![CDATA[<p>I have finally implemented preliminary support for DirectX 9!</p>
<p>Source code available <a href="http://insanedevelopers.net/programs/opengldirectx-overlay/" title="OpenGL/DirectX Overlay">here</a></p>
<p><a href="http://insanedevelopers.net/wp-content/uploads/2012/12/overlay_dx9support.jpg"><img src="http://insanedevelopers.net/wp-content/uploads/2012/12/overlay_dx9support-300x168.jpg" alt="" title="Overlay - DirectX 9 support" width="300" height="168" class="aligncenter size-medium wp-image-1081" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/directx-9-support-for-the-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGL/DirectX Overlay</title>
		<link>http://insanedevelopers.net/opengldirectx-overlay/</link>
		<comments>http://insanedevelopers.net/opengldirectx-overlay/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 23:00:13 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[OpenGL/DirectX Overlay]]></category>
		<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=1046</guid>
		<description><![CDATA[I have released an updated version of my OpenGL overlay example. The code has been written from scratch, also replacing the old hooking code with a new class that supports both x86 and x64 (thanks to diStorm). DirectX support will &#8230; <a href="http://insanedevelopers.net/opengldirectx-overlay/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have released an updated version of my OpenGL overlay example. The code has been written from scratch, also replacing the old hooking code with a new class that supports both x86 and x64 (thanks to <a href="http://ragestorm.net/distorm/" title="diStorm" target="_blank">diStorm</a>).<br />
DirectX support will be implemented in the future.</p>
<p>You can find the code at the following page: <a href="http://insanedevelopers.net/programs/opengldirectx-overlay/" title="OpenGL/DirectX Overlay">OpenGL/DirectX Overlay</a></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/opengldirectx-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MultiWars2 update</title>
		<link>http://insanedevelopers.net/multiwars2-update/</link>
		<comments>http://insanedevelopers.net/multiwars2-update/#comments</comments>
		<pubDate>Thu, 22 Nov 2012 22:39:47 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dual boxing]]></category>
		<category><![CDATA[dualbox]]></category>
		<category><![CDATA[dualboxing]]></category>
		<category><![CDATA[guild wars 2]]></category>
		<category><![CDATA[guild wars 2 multi launch]]></category>
		<category><![CDATA[guild wars 2 multi launcher]]></category>
		<category><![CDATA[gw2 multi launch]]></category>
		<category><![CDATA[gw2 multi launcher]]></category>
		<category><![CDATA[gw2 multibox]]></category>
		<category><![CDATA[gw2 multiboxing]]></category>
		<category><![CDATA[gw2multilaunch]]></category>
		<category><![CDATA[gwmultilaunch]]></category>
		<category><![CDATA[multi box]]></category>
		<category><![CDATA[multi boxing]]></category>
		<category><![CDATA[multi launch]]></category>
		<category><![CDATA[multi launcher]]></category>
		<category><![CDATA[multibox]]></category>
		<category><![CDATA[multiboxing]]></category>
		<category><![CDATA[multiwars2]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=988</guid>
		<description><![CDATA[MultiWars2 is a simple tool used to launch multiple copies of Guild Wars 2. A new update for the program has been released. Changelog: The program is no longer using the console. A simple window has been implemented. Added support &#8230; <a href="http://insanedevelopers.net/multiwars2-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>MultiWars2 is a simple tool used to launch multiple copies of Guild Wars 2.</p>
<p>A new update for the program has been released.</p>
<p>Changelog:</p>
<ul>
<li>The program is no longer using the console. A simple window has been implemented.</li>
<li>Added support for command line arguments</li>
<li>Added UAC support</li>
</ul>
<p>Source code and binary release available <a href="http://insanedevelopers.net/programs/multiwars2/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/multiwars2-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MultiWars2, Guild Wars 2 Multi Launch (multi boxing)</title>
		<link>http://insanedevelopers.net/multiwars2-guild-wars-2-multi-launch/</link>
		<comments>http://insanedevelopers.net/multiwars2-guild-wars-2-multi-launch/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 18:01:44 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dual boxing]]></category>
		<category><![CDATA[dualbox]]></category>
		<category><![CDATA[dualboxing]]></category>
		<category><![CDATA[guild wars 2]]></category>
		<category><![CDATA[guild wars 2 multi launch]]></category>
		<category><![CDATA[guild wars 2 multi launcher]]></category>
		<category><![CDATA[gw2 multi launch]]></category>
		<category><![CDATA[gw2 multi launcher]]></category>
		<category><![CDATA[gw2 multibox]]></category>
		<category><![CDATA[gw2 multiboxing]]></category>
		<category><![CDATA[gw2multilaunch]]></category>
		<category><![CDATA[gwmultilaunch]]></category>
		<category><![CDATA[multi box]]></category>
		<category><![CDATA[multi boxing]]></category>
		<category><![CDATA[multi launch]]></category>
		<category><![CDATA[multi launcher]]></category>
		<category><![CDATA[multibox]]></category>
		<category><![CDATA[multiboxing]]></category>
		<category><![CDATA[multiwars2]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=786</guid>
		<description><![CDATA[This is just a simple tool to launch multiple instances of Guild Wars 2 (also known as dual boxing/multi boxing). It is *NOT* required to duplicate the game folder for this program to work. Source code and binary release available &#8230; <a href="http://insanedevelopers.net/multiwars2-guild-wars-2-multi-launch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is just a simple tool to launch multiple instances of Guild Wars 2 (also known as dual boxing/multi boxing). It is *NOT* required to duplicate the game folder for this program to work.</p>
<p>Source code and binary release available <a href="http://insanedevelopers.net/programs/multiwars2/">here</a></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='584' height='359' src='http://www.youtube.com/embed/yj2VcL76U_8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/multiwars2-guild-wars-2-multi-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fallout New Vegas terminals hacking cheat</title>
		<link>http://insanedevelopers.net/fallout-new-vegas-terminals-hacking-cheat/</link>
		<comments>http://insanedevelopers.net/fallout-new-vegas-terminals-hacking-cheat/#comments</comments>
		<pubDate>Thu, 12 Jul 2012 01:16:15 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[fallout]]></category>
		<category><![CDATA[loader]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=758</guid>
		<description><![CDATA[Simple cheat that will unlock terminals when the user selects a special word. The default setting works with &#8220;#&#8221; symbols. Can be found here.]]></description>
				<content:encoded><![CDATA[<p>Simple cheat that will unlock terminals when the user selects a special word. The default setting works with &#8220;#&#8221; symbols.</p>
<p>Can be found <a href="http://insanedevelopers.net/programs/robcopasswordtron/">here</a>.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='584' height='359' src='http://www.youtube.com/embed/YNGXU3Cp_5I?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/fallout-new-vegas-terminals-hacking-cheat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real hacking in Deus Ex: Human Revolution</title>
		<link>http://insanedevelopers.net/real-hacking-in-deus-ex-human-revolution/</link>
		<comments>http://insanedevelopers.net/real-hacking-in-deus-ex-human-revolution/#comments</comments>
		<pubDate>Sun, 24 Jun 2012 18:53:29 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[deus ex]]></category>
		<category><![CDATA[loader]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=712</guid>
		<description><![CDATA[Just a simple loader to force open the doors and computers you find in the game. Can be found here]]></description>
				<content:encoded><![CDATA[<p>Just a simple loader to force open the doors and computers you find in the game.</p>
<p>Can be found <a href="http://insanedevelopers.net/programs/unsecurexler/">here</a></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='584' height='359' src='http://www.youtube.com/embed/ei5cR2Qcw4M?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/real-hacking-in-deus-ex-human-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RConUtil/QRConUtil OSX ports</title>
		<link>http://insanedevelopers.net/rconutil-and-qrconutil-updates/</link>
		<comments>http://insanedevelopers.net/rconutil-and-qrconutil-updates/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:26:49 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[quake]]></category>
		<category><![CDATA[rcon]]></category>
		<category><![CDATA[urban terror]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=671</guid>
		<description><![CDATA[I&#8217;ve released the Mac OS X versions for both RConUtil and QRConUtil. You can find them in their respective sections.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve released the Mac OS X versions for both RConUtil and QRConUtil. You can find them in their respective sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/rconutil-and-qrconutil-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QRConUtil 1.0 beta Linux version</title>
		<link>http://insanedevelopers.net/qrconutil-1-0-beta-linux-version/</link>
		<comments>http://insanedevelopers.net/qrconutil-1-0-beta-linux-version/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:38:43 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quake]]></category>
		<category><![CDATA[rcon]]></category>
		<category><![CDATA[urban terror]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=425</guid>
		<description><![CDATA[I&#8217;ve uploaded the Linux version for QRConUtil. You will need Qt 4.6.0 installed in order to run it.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve uploaded the Linux version for QRConUtil. You will need Qt 4.6.0 installed in order to run it.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/qrconutil-1-0-beta-linux-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://insanedevelopers.net/welcome/</link>
		<comments>http://insanedevelopers.net/welcome/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:08:35 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://insanedevelopers.net/?p=349</guid>
		<description><![CDATA[Welcome to my personal website! This is where I upload the silly stuff I create in my spare time. Thank you for taking the time to stop by and pay me a visit! Alessandro Disclamer: By downloading, copying or using &#8230; <a href="http://insanedevelopers.net/welcome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Welcome to my personal website!<br />
This is where I upload the silly stuff I create in my spare time.<br />
Thank you for taking the time to stop by and pay me a visit!</p>
<p style="text-align: right;">Alessandro</p>
<p><em>Disclamer: By downloading, copying or using the software, source code and other files here provided, you accept the license you can read <a href="http://insanedevelopers.net/license/">here</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://insanedevelopers.net/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
