<?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 on: Analysing malicious PDF documents and shellcode</title>
	<atom:link href="http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/</link>
	<description>A chapter of the Honeynet Project</description>
	<lastBuildDate>Wed, 26 May 2010 10:55:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cobalt</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-732</link>
		<dc:creator>cobalt</dc:creator>
		<pubDate>Wed, 26 May 2010 10:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-732</guid>
		<description>great! in the emacs, it was the python mode! thx a lot! keep up the good work!</description>
		<content:encoded><![CDATA[<p>great! in the emacs, it was the python mode! thx a lot! keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkrakvik</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-731</link>
		<dc:creator>mkrakvik</dc:creator>
		<pubDate>Wed, 26 May 2010 08:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-731</guid>
		<description>I don&#039;t have anything custom in .emacs file. Is python-mode (M-x python-mode) enabled in your emacs?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have anything custom in .emacs file. Is python-mode (M-x python-mode) enabled in your emacs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cobalt</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-729</link>
		<dc:creator>cobalt</dc:creator>
		<pubDate>Wed, 26 May 2010 08:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-729</guid>
		<description>Thx for your reply, mkrakvik.

I tried it in the emacs, but i didn&#039;t get the result i wish with ctrl + i. in your video, you get the following when indenting the value in hashes:

first the code looks like this:
1 hashes = [0x0000,
2 0000,
3 0000]

and after one move in the 2nd line:
1 hashes = [0x0000,
2           0000,
3 0000]

i have to click three times ctrl + i, to tet to this position.

maybe you have some configs in your .emacs file?

thx you very much for the help! i saw this one-move array indenting the first time in your video and search now some days for a shortcut in vim...

cobalt</description>
		<content:encoded><![CDATA[<p>Thx for your reply, mkrakvik.</p>
<p>I tried it in the emacs, but i didn&#8217;t get the result i wish with ctrl + i. in your video, you get the following when indenting the value in hashes:</p>
<p>first the code looks like this:<br />
1 hashes = [0x0000,<br />
2 0000,<br />
3 0000]</p>
<p>and after one move in the 2nd line:<br />
1 hashes = [0x0000,<br />
2           0000,<br />
3 0000]</p>
<p>i have to click three times ctrl + i, to tet to this position.</p>
<p>maybe you have some configs in your .emacs file?</p>
<p>thx you very much for the help! i saw this one-move array indenting the first time in your video and search now some days for a shortcut in vim&#8230;</p>
<p>cobalt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkrakvik</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-728</link>
		<dc:creator>mkrakvik</dc:creator>
		<pubDate>Tue, 25 May 2010 22:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-728</guid>
		<description>Hi Cobalt, glad you enjoyed the video! Regarding indentation in emacs - that is done by pressing &quot;ctrl-i&quot; :-)</description>
		<content:encoded><![CDATA[<p>Hi Cobalt, glad you enjoyed the video! Regarding indentation in emacs &#8211; that is done by pressing &#8220;ctrl-i&#8221; :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c0b4lt</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-727</link>
		<dc:creator>c0b4lt</dc:creator>
		<pubDate>Tue, 25 May 2010 21:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-727</guid>
		<description>old post, but very informativ and good video!

i have a question not concerning the main topic. but i&#039;m wondering how you did the indenting in the emacs for the hashes. I mean, how you indent the values for the hashes array. i use vim and maybe i find a solution after it. 

thx for the info,

cobalt</description>
		<content:encoded><![CDATA[<p>old post, but very informativ and good video!</p>
<p>i have a question not concerning the main topic. but i&#8217;m wondering how you did the indenting in the emacs for the hashes. I mean, how you indent the values for the hashes array. i use vim and maybe i find a solution after it. </p>
<p>thx for the info,</p>
<p>cobalt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Analysing malicious PDF documents and shellcode &#171; 0day in {REA_TEAM}</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-271</link>
		<dc:creator>Analysing malicious PDF documents and shellcode &#171; 0day in {REA_TEAM}</dc:creator>
		<pubDate>Thu, 28 Jan 2010 04:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-271</guid>
		<description>[...] Norwegian Honeynet Project » Blog Archive » Analysing malicious PDF documents and shellcode.  &#160;  Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] Norwegian Honeynet Project » Blog Archive » Analysing malicious PDF documents and shellcode.  &nbsp;  Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ocean&#8217;s InsecLab &#187; Blog Archive &#187; Analyzing a malicious pdf file</title>
		<link>http://www.honeynor.no/2008/08/24/analysing-malicious-pdf-documents-and-shellcode/comment-page-1/#comment-11</link>
		<dc:creator>ocean&#8217;s InsecLab &#187; Blog Archive &#187; Analyzing a malicious pdf file</dc:creator>
		<pubDate>Sun, 21 Dec 2008 14:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.honeynor.no/?p=41#comment-11</guid>
		<description>[...] shellcode is just the same as the one analyzed here. it only changes the url from where to get the malicious [...]</description>
		<content:encoded><![CDATA[<p>[...] shellcode is just the same as the one analyzed here. it only changes the url from where to get the malicious [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
