Is ther an assembler for actionscript 3? Something like Flasm, but for AS3 (flasm is AS2). I'd like to compile AS3 assembly to standalone SWFs, or inject it to existing SWFs.
I know 开发者_JAVA技巧about AS3C, but it requires additional IDE :/
Try RABCDAsm, it's the only usable assembler for AS3 I've found.
well, there are many decompilers on the market, such as Trillix, then if you want to compile you can download the free Flex SDK and compile your own .swfs using mxmlc on the command line:
Using mxmlc, the application compiler
i guess i'm not exactly sure what is an assembler or why you would want to use it, but searching for AS3C lead me to their google code page that states:
As3c is no longer in development. Checkout Apparat instead. It includes a more advanced and robust inline assembler plus tons of other features.
google code link: Apparat
精彩评论