<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Writing WIN32 Shellcode With a C-compiler</title>
	<atom:link href="http://blog.didierstevens.com/2010/05/04/writing-win32-shellcode-with-a-c-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com/2010/05/04/writing-win32-shellcode-with-a-c-compiler/</link>
	<description>(blog \'DidierStevens)</description>
	<lastBuildDate>Thu, 23 May 2013 18:25:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2010/05/04/writing-win32-shellcode-with-a-c-compiler/#comment-56192</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 09:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=2154#comment-56192</guid>
		<description><![CDATA[@Speed Because if you do a string assignment, the string constant is not stored in the code segment, but in the data segment.]]></description>
		<content:encoded><![CDATA[<p>@Speed Because if you do a string assignment, the string constant is not stored in the code segment, but in the data segment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speed</title>
		<link>http://blog.didierstevens.com/2010/05/04/writing-win32-shellcode-with-a-c-compiler/#comment-56145</link>
		<dc:creator><![CDATA[Speed]]></dc:creator>
		<pubDate>Sat, 11 Aug 2012 15:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=2154#comment-56145</guid>
		<description><![CDATA[I have one question about this: Why I have to init. &quot;strings&quot; via unbounded individual char array and not like char omg[]  = &quot;abc&quot;; (When I use buiilt-in tester it works but shellcode fails in real life scenario that way) Thanks.]]></description>
		<content:encoded><![CDATA[<p>I have one question about this: Why I have to init. &#8220;strings&#8221; via unbounded individual char array and not like char omg[]  = &#8220;abc&#8221;; (When I use buiilt-in tester it works but shellcode fails in real life scenario that way) Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Week 18 in Review &#8211; 2010 &#124; Infosec Events</title>
		<link>http://blog.didierstevens.com/2010/05/04/writing-win32-shellcode-with-a-c-compiler/#comment-38501</link>
		<dc:creator><![CDATA[Week 18 in Review &#8211; 2010 &#124; Infosec Events]]></dc:creator>
		<pubDate>Mon, 10 May 2010 11:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=2154#comment-38501</guid>
		<description><![CDATA[[...] Writing WIN32 Shellcode With a C-compiler &#8211; didierstevens.com The advantage of my method is that you can debug your shellcode inside the Visual Studio IDE. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Writing WIN32 Shellcode With a C-compiler &#8211; didierstevens.com The advantage of my method is that you can debug your shellcode inside the Visual Studio IDE. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
