jpexs decompiler

2025-12-11 0 668

JPEXS Free Flash Decompiler

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 available 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://**gi*thub.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 into 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 \”installer\”,\”release\”. These tasks require additional software installed:

  • NSIS (Nullsoft Scriptable Install System) (3.0b3 or newer) – creates installer

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

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

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 reset 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), 晓之车, 安安, 流水渺渺, 老biu – 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
  • J. Kramer – dutch translation

Contact

If you want to report a problem or request new feature, use our issue tracker at https://www.*free-*decompil*er.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 jindra.petrik@gmail.com.
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:

  • JSyntaxPane (Code editor) – Apache License 2.0

And links also these libraries:

  • Java Native Access – JNA (Registry association, Process memory reading) – LGPL
  • Insubstantial (Substance Look and Feel, Flamingo Ribbon component) – Revised BSD
  • javactivex (Flash Player ActiveX embedding) – LGPLv3
  • flashdebugger library (Debugging ActionScript) – LGPLv3
  • FFDec Library (LGPLv3) – see below

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

For EXE launchers we use Launch5j – MIT.

Library

See library README for more info about FFDec library.

下载源码

通过命令行克隆项目:

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

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

左子网 建站资源 jpexs decompiler https://www.zuozi.net/34900.html

zeroclipboard
上一篇: zeroclipboard
CefFlashBrowser
下一篇: CefFlashBrowser
常见问题
  • 1、自动:拍下后,点击(下载)链接即可下载;2、手动:拍下后,联系卖家发放即可或者联系官方找开发者发货。
查看详情
  • 1、源码默认交易周期:手动发货商品为1-3天,并且用户付款金额将会进入平台担保直到交易完成或者3-7天即可发放,如遇纠纷无限期延长收款金额直至纠纷解决或者退款!;
查看详情
  • 1、描述:源码描述(含标题)与实际源码不一致的(例:货不对板); 2、演示:有演示站时,与实际源码小于95%一致的(但描述中有”不保证完全一样、有变化的可能性”类似显著声明的除外); 3、发货:不发货可无理由退款; 4、安装:免费提供安装服务的源码但卖家不履行的; 5、收费:价格虚标,额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外); 6、其他:如质量方面的硬性常规问题BUG等。 注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。
查看详情
  • 1、左子会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全! 2、左子无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别; 3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外); 4、在没有”无任何正当退款依据”的前提下,商品写有”一旦售出,概不支持退款”等类似的声明,视为无效声明; 5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准); 6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在左子上所留的QQ、手机号沟通,以防对方不承认自我承诺。 7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于左子介入快速处理。
查看详情

相关文章

猜你喜欢
发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务