also
also

Reputation: 974

What tools are available to edit/create AVM2 bytecode?

I'd like to generate some bytecode for the Flash 10 AVM2 directly, i.e. without AS3. An assembler that produced a SWF file would be ideal.

Does this exist? If not, what's the easiest way to get from assembler → abc → SWF?

Upvotes: 1

Views: 1578

Answers (2)

Cristi Băluță
Cristi Băluță

Reputation: 1305

Not sure if that's what you want but Haxe is opensource. Haxe has also a library that can produce bytecode from Haxe code.

Upvotes: 4

also
also

Reputation: 974

It looks like As3c is what I'm looking for:

As3c is a bytecode compiler for the AVM2 written in C#.

Upvotes: 1

Related Questions