/[cvs]/nfo/perl/scripts/fluscate/doc/fluscate.html
ViewVC logotype

Diff of /nfo/perl/scripts/fluscate/doc/fluscate.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Fri Jul 23 12:25:11 2004 UTC revision 1.3 by joko, Fri Jul 23 12:56:09 2004 UTC
# Line 24  Line 24 
24                  <li><a href="#functions">Functions</a></li>                  <li><a href="#functions">Functions</a></li>
25          </ul>          </ul>
26    
27            <li><a href="#dependencies">Dependencies</a></li>
28          <li><a href="#usage">Usage</a></li>          <li><a href="#usage">Usage</a></li>
29          <ul>          <ul>
30    
# Line 81  Line 82 
82  <a href="#__index__"><small>back to top</small></a>  <a href="#__index__"><small>back to top</small></a>
83  </p>  </p>
84  <hr />  <hr />
85    <h1><a name="dependencies">Dependencies</a></h1>
86    <pre>
87      &quot;flasm&quot; is required to disassemble swf files, see <a href="http://www.nowrap.de/flasm.html">http://www.nowrap.de/flasm.html</a>
88      ACKs go to Igor Kogan.</pre>
89    <p>
90    <a href="#__index__"><small>back to top</small></a>
91    </p>
92    <hr />
93  <h1><a name="usage">Usage</a></h1>  <h1><a name="usage">Usage</a></h1>
94  <p>  <p>
95  </p>  </p>
# Line 93  Line 102 
102  </p>  </p>
103  <h2><a name="_nix">*nix</a></h2>  <h2><a name="_nix">*nix</a></h2>
104  <pre>  <pre>
105    #&gt; flasm -d puzzle.swf &gt; puzzle.flm    #&gt; ./flasm -d puzzle.swf &gt; puzzle.flm
106    #&gt; cat puzzle.flm | fluscate.pl &gt; puzzle_fusc.flm    #&gt; cat puzzle.flm | ./fluscate.pl &gt; puzzle_fusc.flm
107    #&gt; flasm -a puzzle_fusc.flm</pre>    #&gt; ./flasm -a puzzle_fusc.flm</pre>
108  <p>  <p>
109  <a href="#__index__"><small>back to top</small></a>  <a href="#__index__"><small>back to top</small></a>
110  </p>  </p>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed