claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
525 stars 127 forks source link

Is there a way to convert TagDoABC.bytes to a more human readable value ? #9

Closed orgicus closed 13 years ago

orgicus commented 13 years ago

This is not a bug, but more of a question.

I've loaded a basic SWF and traced the bytes from a TagDoABC. I could recognize a lot of the elements, knowing the original code, but I was wondering if there is a way to convert this to a more readable format.

If so, how ?

Thank you for your time, George

claus commented 13 years ago

as3swf doesn't do much with TagDoABC.

There is a very nice lib that is devoted to ABC, though: http://www.as3commons.org/as3-commons-bytecode/index.html

orgicus commented 13 years ago

Thank you very much Claus! That's what I was looking for.