<?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: cmd.dll</title>
	<atom:link href="http://blog.didierstevens.com/2010/02/04/cmd-dll/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:37:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37670</link>
		<dc:creator>Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37670</guid>
		<description>[...] modified source code from ReactOS to transform cmd.exe into cmd.dll and regedit into a [...]</description>
		<content:encoded><![CDATA[<p>[...] modified source code from ReactOS to transform cmd.exe into cmd.dll and regedit into a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Week 5 in Review &#124; Infosec Events</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37663</link>
		<dc:creator>Week 5 in Review &#124; Infosec Events</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37663</guid>
		<description>[...] cmd.dll &#8211; didierstevens.com Take a command interpreter and transform it from an EXE into a DLL. [...]</description>
		<content:encoded><![CDATA[<p>[...] cmd.dll &#8211; didierstevens.com Take a command interpreter and transform it from an EXE into a DLL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37646</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37646</guid>
		<description>@Ivan: Merci! BTW, I think you would also need to do something to select the correct win station/desktop when you inject this in a service (no interaction with user desktop).</description>
		<content:encoded><![CDATA[<p>@Ivan: Merci! BTW, I think you would also need to do something to select the correct win station/desktop when you inject this in a service (no interaction with user desktop).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37643</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37643</guid>
		<description>Hi,
Actually, when i want to inject a DLL and spawn a shell i use this code : http://support.microsoft.com/kb/105305

Hope i will be usefull :)
Cheers
Ivan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Actually, when i want to inject a DLL and spawn a shell i use this code : <a href="http://support.microsoft.com/kb/105305" rel="nofollow">http://support.microsoft.com/kb/105305</a></p>
<p>Hope i will be usefull <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Cheers<br />
Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37639</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37639</guid>
		<description>@Rickard: if I understand your question, you want to run a VBA macro in Excel that sends commands to the &quot;Excel-command-prompt&quot;?

The only way I can think of is to use sendkeys and send keystrokes it to the &quot;Excel-command-prompt&quot; window.</description>
		<content:encoded><![CDATA[<p>@Rickard: if I understand your question, you want to run a VBA macro in Excel that sends commands to the &#8220;Excel-command-prompt&#8221;?</p>
<p>The only way I can think of is to use sendkeys and send keystrokes it to the &#8220;Excel-command-prompt&#8221; window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rickard</title>
		<link>http://blog.didierstevens.com/2010/02/04/cmd-dll/#comment-37637</link>
		<dc:creator>Rickard</dc:creator>
		<pubDate>Thu, 04 Feb 2010 08:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.didierstevens.com/?p=1975#comment-37637</guid>
		<description>This could actually be very useful.
Can you with some VBA script run program in the &quot;Excel-command-promt&quot;?</description>
		<content:encoded><![CDATA[<p>This could actually be very useful.<br />
Can you with some VBA script run program in the &#8220;Excel-command-promt&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
