<?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: How to unobfuscate javascript</title>
	<atom:link href="http://www.mikepostma.com/blog/unobfuscate-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikepostma.com/blog/unobfuscate-javascript?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unobfuscate-javascript</link>
	<description>Web design, photography, print and all else creative!</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:46:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike Postma</title>
		<link>http://www.mikepostma.com/blog/unobfuscate-javascript#comment-12</link>
		<dc:creator>Mike Postma</dc:creator>
		<pubDate>Wed, 25 Jan 2012 16:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikepostma.com/?p=343#comment-12</guid>
		<description>This particular tutorial is only meant to decode Javascript which has been obfuscated by Dean Edwards&#039; Packer. Packer-encoded scripts start with: eval(function(p,a,c,k,e,d){e=function(c){ etc. 

The line of code you&#039;re trying to decode is encoded a little differently. However, it&#039;s simple to decode. Just wrap the entire thing in a console.log(&quot;&quot;) statement and the script in plain text is printed the the console as: dw_Inf.mg=dw_Inf.fn(‘dw_Inf.get(dw_Inf.ar)′);</description>
		<content:encoded><![CDATA[<p>This particular tutorial is only meant to decode Javascript which has been obfuscated by Dean Edwards&#8217; Packer. Packer-encoded scripts start with: eval(function(p,a,c,k,e,d){e=function(c){ etc. </p>
<p>The line of code you&#8217;re trying to decode is encoded a little differently. However, it&#8217;s simple to decode. Just wrap the entire thing in a console.log(&#8220;&#8221;) statement and the script in plain text is printed the the console as: dw_Inf.mg=dw_Inf.fn(‘dw_Inf.get(dw_Inf.ar)′);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BRN</title>
		<link>http://www.mikepostma.com/blog/unobfuscate-javascript#comment-11</link>
		<dc:creator>BRN</dc:creator>
		<pubDate>Sun, 08 Jan 2012 20:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikepostma.com/?p=343#comment-11</guid>
		<description>Got the form with the &quot;copy&quot; area writtable and &quot;decode&quot; button activated, but after pasting single testing obfuscated line of code it says:

error decoding script: Stringnf is not defined

Am I doing something wrong?

Line I am trying if this:
dw_Inf.mg=dw_Inf.fn(&#039;\x64\x77\x5f\x49\x6e\x66\x2e\x67\x65\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x61\x72\x29&#039;);</description>
		<content:encoded><![CDATA[<p>Got the form with the &#8220;copy&#8221; area writtable and &#8220;decode&#8221; button activated, but after pasting single testing obfuscated line of code it says:</p>
<p>error decoding script: Stringnf is not defined</p>
<p>Am I doing something wrong?</p>
<p>Line I am trying if this:<br />
dw_Inf.mg=dw_Inf.fn(&#8216;\x64\x77\x5f\x49\x6e\x66\x2e\x67\x65\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x61\x72\x29&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Postma</title>
		<link>http://www.mikepostma.com/blog/unobfuscate-javascript#comment-3</link>
		<dc:creator>Mike Postma</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikepostma.com/?p=343#comment-3</guid>
		<description>Thanks for letting me know. I&#039;ve updated the &quot;beautify&quot; link.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know. I&#8217;ve updated the &#8220;beautify&#8221; link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p</title>
		<link>http://www.mikepostma.com/blog/unobfuscate-javascript#comment-2</link>
		<dc:creator>p</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikepostma.com/?p=343#comment-2</guid>
		<description>Obsolete, dead links, doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Obsolete, dead links, doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

