[Flashcoders] Anyone know of a flasm-equivalent for AS3 swf command-line disassembly/assembly?

2010-03-19 Thread Ricky Blaha
I am aware that sothink, hp swfscan, and burak's asv support AS3
decompiling, but to my knowledge none of those support command-line
disassembly/assembly like flasm does for AS1/2.

~R
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Anyone know of a flasm-equivalent for AS3 swf command-line disassembly/assembly?

2010-03-19 Thread Mark Winterhalder
Well, there's abcdump, but you can't use that for a round-trip.

It's not a ready-to-use product, but hxformat is a haXe library that
supports SWF and ABC (the AS opcodes) read/write:

http://code.google.com/p/hxformat/

It's haXe, so you can compile it as SWF/SWC or as a Neko-VM based
standalone app, and it's very similar to AS3, but there's still some
work left to do to get a proper (dis-)assembler out of that library.
Maybe somebody has done it already, but I don't know.



On Fri, Mar 19, 2010 at 11:52 PM, Ricky Blaha ricky.bl...@gmail.com wrote:
 I am aware that sothink, hp swfscan, and burak's asv support AS3
 decompiling, but to my knowledge none of those support command-line
 disassembly/assembly like flasm does for AS1/2.

 ~R
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders