<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>timwhitlock.info &#187; jsobf</title>
	<atom:link href="http://timwhitlock.info/blog/tag/jsobf/feed/" rel="self" type="application/rss+xml" />
	<link>http://timwhitlock.info</link>
	<description>Tim Whitlock&#039;s personal site and blog</description>
	<lastBuildDate>Thu, 15 Dec 2011 13:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jsobf &#8211; command line tips</title>
		<link>http://timwhitlock.info/blog/2008/09/08/jsobf-command-line-tips/</link>
		<comments>http://timwhitlock.info/blog/2008/09/08/jsobf-command-line-tips/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:58:18 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jsobf]]></category>

		<guid isPermaLink="false">http://web.2point1.com/2008/09/08/jsobf-command-line-tips/</guid>
		<description><![CDATA[Here are some quick tips on how to use the jsobf command line program effectively. Install the program under one of your search paths so you can just type jsobf from anywhere in your file system: $ mv/path/to/jsobf ~/bin/jsobf Direct output into a destination file, and log any errors in a separate file: $ jsobf file.js [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some quick tips on how to use the <a href="http://web.2point1.com/2008/09/07/jsfmt-and-jsobf-available-for-download">jsobf</a> command line program effectively.<br />
<span id="more-61"></span><br />
Install the program under one of your search paths so you can just type <code>jsobf</code> from anywhere in your file system:<br />
<code>$ mv/path/to/jsobf ~/bin/jsobf</code></p>
<p>Direct output into a destination file, and log any errors in a separate file:</p>
<p><code>$ jsobf file.js 1&gt;target.js 2&gt;jsobf.log</code></p>
<p>Pipe source code into jsobf from another program:</p>
<p><code>$ cat file.js | jsobf</code></p>
<p>Pipe obfuscated code into another program; here the <a href="http://web.2point1.com/2008/09/07/jsfmt-and-jsobf-available-for-download">jsfmt</a> program formats the obfuscated source so you can take a better look at it:</p>
<p><code>$ cat file.js | jsobf 2&gt;/dev/null | jsfmt</code></p>
<p>Last but not least &#8211; get the js shell from Mozilla, it&#8217;s very handy!<br />
<a href="http://developer.mozilla.org/En/Introduction_to_the_JavaScript_shell" target="_blank">http://developer.mozilla.org/En/Introduction_to_the_JavaScript_shell</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timwhitlock.info/blog/2008/09/08/jsobf-command-line-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

