Paketname | flasm |
Beschreibung | assembler and disassembler for Flash (SWF) bytecode |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.62-5 |
Sektion | utils |
Priorität | extra |
Installierte Größe | 288 Byte |
Hängt ab von | libc6 (>= 2.7), zlib1g (>= 1:1.1.4) |
Empfohlene Pakete | |
Paketbetreuer | Paul Wise |
Quelle | |
Paketgröße | 96008 Byte |
Prüfsumme MD5 | 92fb6bfb16a23ce97155fe65d3f7bf49 |
Prüfsumme SHA1 | 8cedeacc0eaf6abff28e8dbe86720c7a902e2387 |
Prüfsumme SHA256 | 7a403a982d3822a9dccea7ad78bc546d217f673136debf028a50cf3b0cec9052 |
Link zum Herunterladen | flasm_1.62-5_i386.deb |
Ausführliche Beschreibung | Flasm disassembles your entire SWF including all the timelines and
events. Looking at disassembly, you learn how the Flash compiler works.
You can also do some optimization on the disassembled code by hand or
adjust the code as you wish. Flasm can then re-assemble the bytecode
into a new SWF.
.
It is also possible to embed Flasm actions in your ActionScript, making
optimization of large projects more comfortable.
.
Flasm is not a decompiler. What you get is the human readable
representation of SWF bytecode, not ActionScript source.
.
Flasm can also compress and decompress SWF files.
.
Flasm does not and may never work with Flash 9 files since Flash 9 is
a new virtual machine and support for it would mean a full rewrite.
|