[haXe] Understanding haXe - Sothinks crashes

Mark Winterhalder mark13 at gmail.com
Fri Nov 3 02:55:45 CET 2006


On 11/3/06, Martin Heidegger <mastakaneda at gmail.com> wrote:
> flasm works but is a little bit .... uhm .... unhandy ...
>
> How should I use swfmill for looking at the bytecode?

swfmill swf2xml your.swf your.desired.filename.for.output

But you'd get basically the same information, only as XML tags. If you
don't like what flasm gives you, you wouldn't like that, either.

Anyway, if you want to know what haXe does in the SWF, then flasm (or
swfmill) is the way to go (or, of course, the source -- but it's
OCaml...). I don't think that the AS a decompiler would try to squeeze
the code into would be very useful. But if you feel like trying
another one, there's flare, also on nowrap.de.

Mark



More information about the Haxe mailing list