| 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 |  |  | 
| 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 |  | "flasm" 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> | 
| 102 | </p> | </p> | 
| 103 | <h2><a name="_nix">*nix</a></h2> | <h2><a name="_nix">*nix</a></h2> | 
| 104 | <pre> | <pre> | 
| 105 | #> flasm -d puzzle.swf > puzzle.flm | #> ./flasm -d puzzle.swf > puzzle.flm | 
| 106 | #> cat puzzle.flm | fluscate.pl > puzzle_fusc.flm | #> cat puzzle.flm | ./fluscate.pl > puzzle_fusc.flm | 
| 107 | #> flasm -a puzzle_fusc.flm</pre> | #> ./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> |