Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decompiling Adobe AIR applications

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

like image 300
simplfuzz Avatar asked Apr 02 '09 19:04

simplfuzz


3 Answers

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.

like image 144
staticsan Avatar answered Nov 10 '22 00:11

staticsan


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

like image 25
zvjerka24 Avatar answered Nov 09 '22 23:11

zvjerka24


Sothink SWF Decompiler claimed the file was corrupt.

What worked for me, was JPEXS Free Flash Decompiler which had the added benefit of being open source and completely free. https://github.com/jindrapetrik/jpexs-decompiler/releases

like image 4
Bink Avatar answered Nov 09 '22 23:11

Bink