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 about AS3C, but it requires additional IDE :/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
google code link: Apparat