<?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: Shellcode 2 VBScript</title>
	<atom:link href="http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:23:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Exploit writing tutorial part 11 : Heap Spraying Demystified &#124; Corelan Team</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-49204</link>
		<dc:creator><![CDATA[Exploit writing tutorial part 11 : Heap Spraying Demystified &#124; Corelan Team]]></dc:creator>
		<pubDate>Sun, 01 Jan 2012 06:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-49204</guid>
		<description><![CDATA[[...] Shellcode 2 VBScript [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Shellcode 2 VBScript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MemoryLoadLibrary: From C Program to Shellcode &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-37709</link>
		<dc:creator><![CDATA[MemoryLoadLibrary: From C Program to Shellcode &#171; Didier Stevens]]></dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-37709</guid>
		<description><![CDATA[[...] generate VBA code for this shellcode + DLL with shellcode2vbscript.py [...]]]></description>
		<content:encoded><![CDATA[<p>[...] generate VBA code for this shellcode + DLL with shellcode2vbscript.py [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-37668</link>
		<dc:creator><![CDATA[Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens]]></dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-37668</guid>
		<description><![CDATA[[...] The Excel spreadsheet contains macros that use VirtualAlloc, WriteProcessMemory and CreateThread to &#8220;inject&#8221; shellcode (stored inside macros) into the Excel process itself. Details here and source code here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The Excel spreadsheet contains macros that use VirtualAlloc, WriteProcessMemory and CreateThread to &#8220;inject&#8221; shellcode (stored inside macros) into the Excel process itself. Details here and source code here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-34890</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Wed, 06 May 2009 17:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-34890</guid>
		<description><![CDATA[Thanks! I wasn&#039;t aware of this Metasploit feature at the time of the original posting, I only found out later, I believe it was on carnal0wnage&#039;s blog.]]></description>
		<content:encoded><![CDATA[<p>Thanks! I wasn&#8217;t aware of this Metasploit feature at the time of the original posting, I only found out later, I believe it was on carnal0wnage&#8217;s blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcran</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-34888</link>
		<dc:creator><![CDATA[jcran]]></dc:creator>
		<pubDate>Wed, 06 May 2009 17:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-34888</guid>
		<description><![CDATA[nice. useful. i assume you&#039;re aware that metasploit can do the same via msfpayload? http://vimeo.com/3358923]]></description>
		<content:encoded><![CDATA[<p>nice. useful. i assume you&#8217;re aware that metasploit can do the same via msfpayload? <a href="http://vimeo.com/3358923" rel="nofollow">http://vimeo.com/3358923</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-34886</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Wed, 06 May 2009 15:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-34886</guid>
		<description><![CDATA[Here is a basic programming introduction book for high school students: How to Think Like a Computer Scientist http://openbookproject.net//thinkCSpy/
It uses Python as example language.]]></description>
		<content:encoded><![CDATA[<p>Here is a basic programming introduction book for high school students: How to Think Like a Computer Scientist <a href="http://openbookproject.net//thinkCSpy/" rel="nofollow">http://openbookproject.net//thinkCSpy/</a><br />
It uses Python as example language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebrahim</title>
		<link>http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/#comment-34884</link>
		<dc:creator><![CDATA[ebrahim]]></dc:creator>
		<pubDate>Wed, 06 May 2009 13:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1386#comment-34884</guid>
		<description><![CDATA[i want to learn hacking &amp; programing.please met with me]]></description>
		<content:encoded><![CDATA[<p>i want to learn hacking &amp; programing.please met with me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

