Giter Site home page Giter Site logo

jindrapetrik / jpexs-decompiler Goto Github PK

View Code? Open in Web Editor NEW
4.3K 203.0 630.0 265.57 MB

JPEXS Free Flash Decompiler

License: GNU General Public License v3.0

Java 96.25% Inno Setup 0.01% Pascal 0.55% ActionScript 0.05% JavaScript 0.30% Shell 0.11% NSIS 0.74% Batchfile 0.01% Lex 1.93% CSS 0.01% PHP 0.04%
flash swf decompiler editor

jpexs-decompiler's Introduction

JPEXS Free Flash Decompiler

Build passing badge

Open Source Flash SWF decompiler and editor. Extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts and fonts. Various output formats available. Works with Java on Windows, Linux and macOS.

Application description and features

For information about using the software, list of features, etc., visit FFDec Wiki.

Free-Decompiler.com website

In the past (before 2018), we were using free-decompiler.com domain as homepage and GitHub for the source code, We've now moved all information (except the issue tracker) to GitHub.

Download application

For downloading the app, see latest release. Older versions and nightly builds are availabe at the releases section

How to install

See installation section of the wiki

Source code

How to get the source

You can make a local copy of the sources with the following command:

git clone https://github.com/jindrapetrik/jpexs-decompiler.git

This assumes you have git installed on your system.

Branches

Git source control manager supports multiple code branches. We use two main branches.

  • master - for released "stable" versions
  • dev - for newest changes from developers - "nightly" version is released from this branch

You can switch to dev branch with following git command:

git checkout dev

GIT recommended

It is recommended to have GIT commandline executables installed. Building script uses GIT to include revision number in to the binary. (For Windows, you must enable Git in windows command line during installation.)

Netbeans project

Source code contains Netbeans Project so you can open it in Netbeans IDE. Then you can use standard actions like Run, Build, Debug, Clean and Build in the IDE. Other specific tasks can be executed via menu on build.xml (see Ant part)

Ant

If you do not have Netbeans, you can build source code also with Apache Ant. After installing Ant it is good to put it into your PATH variable. Open up commandline and navigate to sources directory. To run application, execute task "run" by entering this command:

ant run

To only build, execute build task:

ant build

For creating EXE, Installer and ZIP version, there exist Ant tasks "exe","installer","release". These tasks require additional software installed:

  • launch4j (3.5 or newer) - creates windows executable
  • NSIS (Nullsoft Scriptable Install System) (3.0b3 or newer) - creates installer

You must configure installation path of these tools in tools.properties file, which could look like this for windows:

nsis.path = c:\\program files (x86)\\NSIS
launch4j.path = c:\\program files (x86)\\launch4j

Building libraries

There are few libraries which need to be built too. These libraries are placed in "libsrc" directory.

  • FFDec_lib - core of decompilation, SWF parsing, exporting This library is built automatically with main project, but can be build also separately with its own Ant script.
  • jpacker - used for compression of JavaScript Canvas scripts (Netbeans/Ant project)
  • jpproxy - proxy part of FFDec (Netbeans/Ant project)
  • jsyntaxpane - code editor (Netbeans/Apache Maven project)
  • LZMA - used for SWF compression (Netbeans/Ant project)
  • nellymoser - used for Nelly Moser sounds decoding (Netbeans/Ant project)
  • Swf2Exe - Stub for "Save to EXE" feature (Delphi 7 Project)
  • ttf - used for TTF font export (Netbeans/Ant project)
  • gnujpdf - used for PDF export (Netbeans/Ant project)

Change log

All notable changes are listed in the file CHANGELOG.md

Deployment

Nightly builds

When a commit is pushed/merged into dev branch, a new prerelease version is created automatically by Github actions CI. These prerelease versions are called nightly builds. On releasing a new nightly build, the previous nightly build is removed.

Stable versions

A new stable version is created automatically by the Github Actions CI when marking a revision in master branch with a tag in format versionx.y.z.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Versions are in format x.y.z, for example 9.1.2. For the versions available, see the tags on this repository.

Nightly builds have additional suffix _nightlyN where N is number which increments with every (automatic) nightly release and does not depend on the x.y.z numbers. (This means nightly number is NOT reseted to 0 when releasing stable) Older nightly builds are NOT available through git tags.

Authors

The decompiler was originally written by Jindra Petřík also known as JPEXS. The application was made in Czech Republic.

Developers

  • JPEXS - leader, development of the decompiler, website main admin, github account admin, organization
  • honfika - development of the decompiler
  • Paolo Cancedda - former developer
  • ...other pushers on GitHub or Google Code

Translators

  • Jaume Badiella Aguilera - catalan translation
  • Capasha - swedish translation
  • 王晨旭 (Chenxu Wang), 晓之车, 安安 - chinese translation
  • focus - russian translation
  • honfika - hungarian translation
  • kalip - italian translation
  • Krock - german translation
  • Laurent LOUVET - french translation
  • MaGiC - portuguese translation
  • martinkoza - polish translation
  • Osman ÖZ - turkish translation
  • pepka - ukrainian and dutch translation
  • poxyran - spanish translation
  • realmaster42, alimsoftware - portuguese-brasil translation
  • Rtsjx - chinese translation
  • koiru - japanese translation

Contact

If you want to report a problem or request new feature, use our issue tracker at https://www.free-decompiler.com/flash/issues

You should see Frequently Asked Questions (FAQ) in wiki before. Also see Known problems list in wiki

Email contact

Emergency contact to JPEXS developer is [email protected]. But we prefer Issue tracker contact.

Licenses + Acknowledgments

Application

FFDec Application is licensed under the GNU GPL v3 (GPL-3.0-or-later) licence, see the license.txt. It uses modified code of these libraries:

And links also these libraries:

Application uses also some icons of the Silk icons pack, Silk companion 1, FatCow icons pack and Aha-Soft icons pack.

Library

See library README for more info about FFDec library.

jpexs-decompiler's People

Contributors

724244848 avatar ahmedahmedeg avatar alimsoftware avatar bagdenisov avatar crazy2be avatar duangsuse avatar exund avatar ffauchille avatar fourst4r avatar gogoprog avatar guic1337 avatar gzsombor avatar honfika avatar izstas avatar jackkal avatar jindrapetrik avatar koiru-2000 avatar kristiyanivanovx avatar lcdr avatar maraflush avatar multiplybyzer01 avatar nename0 avatar newbytee avatar nickgkg avatar noobtracker avatar pac72 avatar popugashkin avatar rebane2001 avatar stevevincent avatar stoecker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.