Flash bytecode and PHP unit testing tools
A few tools I’m finding useful at the moment:
For working with SWF bytecode:
- Flasm - disassembler/assembler.
- swfdump - part of swftools; gives a really good assembly/hex listing of SWF contents with -Ddu flags.
- 0xED - a free, simple hex editor for OS X.
For PHP:
- SimpleTest - unit testing framework for PHP
For swfdump, there is a Linux version that compiles well on OS X. Just ./configure, make, and then sudo make install. Or, you can download the binaries I made from below (only tested on the latest Tiger; no warranties/guarantees/etc.)
Download Swftools OS X binaries (version 1.0.1beta; current stable release). MD5 hash: 75f904b9bc5133fc0e35fb521383a45d.
Comments
by Michael Kaufman on 2007-03-17 05:07:27
by Aral on 2007-03-17 08:15:22