October 2018
Beginner to intermediate
436 pages
9h 36m
English
This is a tool that is capable of decompiling ActionScript code. It can be downloaded from http://nowrap.de/flare.html. However, it may not be able to fully support AS2 and AS3 code. Just pass the SWF file to the Flare tool and it will generate an FLR file. We can executed Flare using the following command:
flare.exe demo01.swf
The result placed in demo01.flr contained the following output:
movie 'demo01.swf' {// flash 32, total frames: 1, frame rate: 30 fps, 800x600 px, compressed, network access alowed metadata <rdf:RDF xmlns:rdf=\'http://www.w3.org/1999/02/22-rdf-syntax-ns#\'><rdf:Description rdf:about=\'\' xmlns:dc=\'http://purl.org/dc/elements/1.1\'><dc:format>application/x-shockwave-flash</dc:format><dc:title>Adobe Flex 4 Application</dc:title><dc:description>http://www.adobe.com/products/flex</dc:description><dc:publisher>unknown</dc:publisher><dc:creator>unknown</dc:creator><dc:language>EN</dc:language><dc:date>Oct ...Read now
Unlock full access