up vote 4 down vote favorite
1
share [g+] share [fb]

Are there tools for decompiling Adobe AIR applications? I want to check how do they work on the apps I have made.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Here is what you are looking for ;) http://www.sothink.com/product/flashdecompiler/index.htm

link|improve this answer
feedback

Packaged AIR files (those with .air extension) are ZIP files. You can use any ZIP program to pull them apart.

However, AIR apps can be written in Flash, Flex or HTML/JavaScript. If the app you want to look at is not the latter, you will need a Flash or Flex decompiler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.