mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
24
tools/flasm.md
Normal file
24
tools/flasm.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Flasm
|
||||||
|
|
||||||
|
Notes
|
||||||
|
-------
|
||||||
|
Flasm is a free command line assembler/disassembler of Flash ActionScript bytecode.
|
||||||
|
It lets you make changes to any SWF. Flasm fully supports SWFs produced by Macromedia Flash 8 and earlier Flash versions.
|
||||||
|
|
||||||
|
Help Text
|
||||||
|
-------
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Example Usage
|
||||||
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
flasm -d flash.swf
|
||||||
|
```
|
||||||
|
|
||||||
|
Links
|
||||||
|
-------
|
||||||
|
[Official site](http://www.nowrap.de/flasm)
|
||||||
Reference in New Issue
Block a user