Skip to content

Installation

Jindra Petřík edited this page Jan 12, 2021 · 7 revisions

How to install

Windows

  • download EXE installer and follow instructions
  • the installer should detect installed Java and FlashPlayer ActiveX component

Linux debian based

  • download and install DEB package
  • it depends on Java 8 from Oracle or OpenJDK
  • to run application, start ffdec.sh

other Linux

  • ensure you have Java 8 installed (Both OpenJDK8 and Oracle should work)
  • download ZIP version
  • unpack it to directory of your needs
  • to run application, start ffdec.sh

Mac OS X

  • ensure you have Oracle JDK8 installed
  • download Mac OS X Application (zipped)
  • in Finder, right click downloaded file and select Open. Message that FFDec comes from unidentified developer will appear. Click Open button in that dialog. (Look on tutorial on iMore website)
  • optional: Mac OS X Installer (pkg) is also available for download.

others with Java SE 8 or later

  • download ZIP version
  • unpack it to directory of your needs.
  • to run application, run java -jar ffdec.jar in the app directory.

How to uninstall

Windows

  • go to startmenu and from the JPEXS Free Flash Decompiler group, click on Uninstall JPEXS Free Flash Decompiler icon and follow directions.

Linux debian based

  • uninstall deb package as you usually do - sudo dpkg -r ffdec should probably do the trick.

others installed from ZIP

  • just delete FFDec directory/app
Clone this wiki locally