<?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: SpiderMonkey</title>
	<atom:link href="http://blog.didierstevens.com/programs/spidermonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Wed, 17 Mar 2010 18:58:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37373</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Fri, 01 Jan 2010 14:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37373</guid>
		<description>@Js.Newbie Yes, but this shouldn&#039;t be a problem as you now several imperative programming languages. And you&#039;ll need to read the JavaScript specification of the engine you want to emulate.</description>
		<content:encoded><![CDATA[<p>@Js.Newbie Yes, but this shouldn&#8217;t be a problem as you now several imperative programming languages. And you&#8217;ll need to read the JavaScript specification of the engine you want to emulate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Js.Newbie</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37332</link>
		<dc:creator>Js.Newbie</dc:creator>
		<pubDate>Thu, 24 Dec 2009 14:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37332</guid>
		<description>Yes i do. I use C, C++ and Java. Ah yeah. I now too have to study Ruby. I&#039;ve just understood what my task actually is about. I need to code a program in Ruby of which it can analyze any malicious JavaScript. (Here i still need to learn JavaScript,needn&#039;t i?)</description>
		<content:encoded><![CDATA[<p>Yes i do. I use C, C++ and Java. Ah yeah. I now too have to study Ruby. I&#8217;ve just understood what my task actually is about. I need to code a program in Ruby of which it can analyze any malicious JavaScript. (Here i still need to learn JavaScript,needn&#8217;t i?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37330</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Thu, 24 Dec 2009 11:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37330</guid>
		<description>Do you have any programming experience in another language?</description>
		<content:encoded><![CDATA[<p>Do you have any programming experience in another language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Js.Newbie</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37329</link>
		<dc:creator>Js.Newbie</dc:creator>
		<pubDate>Thu, 24 Dec 2009 08:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37329</guid>
		<description>Hi! I&#039;ve never used JavaScript before. But now i&#039;ve to start learning and using it. I&#039;ve been given a project related to malicious JavaScript and my senior here asked me to begin reading about SpiderMonkey, Libemu, Malzilla, Jsunpack etc. Here i&#039;d like to ask help from you, are there any links on tutorials that are possibly very good for a total beginner like me, that you would suggest?

Thanks in advance for any help from you.</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;ve never used JavaScript before. But now i&#8217;ve to start learning and using it. I&#8217;ve been given a project related to malicious JavaScript and my senior here asked me to begin reading about SpiderMonkey, Libemu, Malzilla, Jsunpack etc. Here i&#8217;d like to ask help from you, are there any links on tutorials that are possibly very good for a total beginner like me, that you would suggest?</p>
<p>Thanks in advance for any help from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37284</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Sat, 19 Dec 2009 10:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37284</guid>
		<description>Thanks for the info. What compiler did you use?</description>
		<content:encoded><![CDATA[<p>Thanks for the info. What compiler did you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bgh</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-37225</link>
		<dc:creator>bgh</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-37225</guid>
		<description>I know this is an old thread, but a co-worker asked me to build a copy for him today and I discovered something.

The unresolved _snprintf is due to a couple of calls to snprintf in jsobj.c that should be replaced with JS_snprintf like all of the others. This fixed the unresolved external for me and I was able to compile for Windows the &quot;normal&quot; way.</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but a co-worker asked me to build a copy for him today and I discovered something.</p>
<p>The unresolved _snprintf is due to a couple of calls to snprintf in jsobj.c that should be replaced with JS_snprintf like all of the others. This fixed the unresolved external for me and I was able to compile for Windows the &#8220;normal&#8221; way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-35020</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Tue, 26 May 2009 09:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-35020</guid>
		<description>Not yet, it&#039;s on my todo list.</description>
		<content:encoded><![CDATA[<p>Not yet, it&#8217;s on my todo list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-35019</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 26 May 2009 08:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-35019</guid>
		<description>Have you been able to patch spidermonkey 1.9?</description>
		<content:encoded><![CDATA[<p>Have you been able to patch spidermonkey 1.9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-34069</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Sat, 17 Jan 2009 15:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-34069</guid>
		<description>Looks like you&#039;re not linking the library with snprintf (or it&#039;s not included in the library). You could try to edit the code and replace snprintf with sprintf (remove the length argument).

Paul Melson has compiled it: http://pmelson.blogspot.com/2007/12/building-didier-stevens-spidermonkey-in.html</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;re not linking the library with snprintf (or it&#8217;s not included in the library). You could try to edit the code and replace snprintf with sprintf (remove the length argument).</p>
<p>Paul Melson has compiled it: <a href="http://pmelson.blogspot.com/2007/12/building-didier-stevens-spidermonkey-in.html" rel="nofollow">http://pmelson.blogspot.com/2007/12/building-didier-stevens-spidermonkey-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Blazek</title>
		<link>http://blog.didierstevens.com/programs/spidermonkey/#comment-34063</link>
		<dc:creator>Chris Blazek</dc:creator>
		<pubDate>Fri, 16 Jan 2009 22:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/spidermonkey/#comment-34063</guid>
		<description>Has anybody had any luck building this version under vista? I get the following error:

jsobj.obj : error LNK2019: unresolved external symbol _snprintf referenced in fu
nction _obj_eval
WINNT6.0_DBG.OBJ/js32.dll : fatal error LNK1120: 1 unresolved externals
make[1]: *** [WINNT6.0_DBG.OBJ/js32.dll] Error 96
make[1]: Leaving directory `/d/Code/Personal/js-1.7.0-mod/js/src&#039;

I am using the make file from the python-spidermonkey source in google code (hxxp://code.google.com/p/python-spidermonkey/source/browse/trunk/js/src/config/WINNT6.0.mk).

I&#039;d appreciate any help.

Chris</description>
		<content:encoded><![CDATA[<p>Has anybody had any luck building this version under vista? I get the following error:</p>
<p>jsobj.obj : error LNK2019: unresolved external symbol _snprintf referenced in fu<br />
nction _obj_eval<br />
WINNT6.0_DBG.OBJ/js32.dll : fatal error LNK1120: 1 unresolved externals<br />
make[1]: *** [WINNT6.0_DBG.OBJ/js32.dll] Error 96<br />
make[1]: Leaving directory `/d/Code/Personal/js-1.7.0-mod/js/src&#8217;</p>
<p>I am using the make file from the python-spidermonkey source in google code (hxxp://code.google.com/p/python-spidermonkey/source/browse/trunk/js/src/config/WINNT6.0.mk).</p>
<p>I&#8217;d appreciate any help.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
