Adobe Flash
Adobe Flash was a software to create rich internet applications (RIAs) from the late 1990 until its decline in 2010.
It became discontinued on December 31, 2020, due to vulnerabilities.
Flash content was typically delivered in the form of SWF files. They can be decompiled to ActionScript using tools such as jpexs (4.6k β).
$ wget "https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version21.0.1/ffdec_21.0.1.deb" -O /tmp/ffdec.deb
$ sudo dpkg -i /tmp/ffdec.deb
$ ffdec # java
π There are 3 views (res, tags, hexdump). Click on something, then select "export selection" to dump it.
A few notes:
ExternalInterface.call()
: call a function defined in the JavaScript.swf
: the extension of Flash apps. The file starts with "CWS".- swftools (0.3k β): utilities to manipulate SWF files