Skip to content

Releases: jindrapetrik/jpexs-decompiler

version 1.4.2u1

12 Nov 20:51
Compare
Choose a tag to compare

Downloads:

Name File OS
Installer (Windows) Installer (Windows) ffdec_1.4.2u1_setup.exe Works on Windows
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.4.2u1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Fixed

  • #47 - wrong AS3 deobfuscation
  • AS3 deobfuscation issues
  • AS3 switch

version 1.4.2

12 Nov 20:52
Compare
Choose a tag to compare

Downloads:

Name File OS
Installer (Windows) Installer (Windows) ffdec_1.4.2_setup.exe Works on Windows
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.4.2.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • #42 - Displaying code as hex
  • AS1/2: Renaming identifiers (deobfuscation)
  • AS1/2,AS3: Better deobfuscation
  • Storing configuration to user home
  • Installer for Windows systems

Changed

  • Graph button changed to icon.

Fixed

  • #39 - AS1/2 NewMethod..Pop fix
  • #40 - No logging + For..in..return decompilation
  • #44 - DefineFont2 fix
  • #36 - Multiname with invalid index
  • #43 - Ternary operator and more
  • #46 - Ifs with empty branches got ignored
  • #3 - Ignoring unknown opcodes
  • Logging exceptions during export

version 1.4.1

12 Nov 20:52
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.4.1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • Exporting sounds
  • Better AS1/2 deobfuscation (disassembly & decompilation)

Fixed

  • Exporting only first 1000 frames of the movie
  • Decompiled code was not refreshed on AS1/2 changes
  • Application no longer creates empty directories on export

version 1.4.0u1

12 Nov 20:52
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.4.0u1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Fixed

  • #37 - AS3: Reversed loop conditions

version 1.4.0

12 Nov 20:53
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.4.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • AS3: ignoring return void at the end of methods
  • New icons - Silk icons
  • AS3: Traits list sort button
  • Better Graph display
  • Frames view
  • Exporting of movies (No audio)
  • Some AS3 related Tests
  • Homepage & Donate link in the menu

Changed

  • Tree view instead of tabs
  • AS1/2 and AS3 now share same decompiling method.

Fixed

  • #34 - Reversed loop conditions
  • #35 - Fixed unicode strings (Japanese)

version 1.3.1

12 Nov 20:53
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.3.1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Changed

  • Flash player no longer uses SWT library

Fixed

  • #32 - AS2: Action255 bug
  • #31 - Erorrneous tags are now ignored
  • DefineBitsLossLess 1&2 on 8bit colormapped images

version 1.3.0

12 Nov 20:53
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_1.3.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • Decompilation is more resistant to obfuscation
  • Shapes SVG export
  • AS2: Decompiling classes & interfaces
  • Click&go feature - clicking actionscript source displays appropriate P-code instruction and vice-versa (both AS1/2 and AS3)
  • AS3: Deobfuscation menu
  • Graph button for displaying code flow Graph

Changed

  • Complete new decompiling method in both AS1/2 and AS3
  • Application renamed from "JP ActionScript Decompiler" to "JPEXS Free Flash Decompiler".
  • To edit source, Edit button must be pressed first (Due to click&go feature)

Fixed

  • AS3: Method info editor fixed
  • Edittext & Button displaying

version 1.2.0u1

12 Nov 20:56
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) asdec_1.2.0u1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Fixed

  • #27 Problems on loading DefineSceneAndFrameLabel
  • CSMTextSettings tag writing fix

version 1.2.0

12 Nov 20:57
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) asdec_1.2.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • Displaying various SWF objects (shapes, sprites,...) with flash player library (Windows only, sorry).
  • Images display and export
  • AS2: Exporting selection
  • Progressbar during loading

Changed

  • One merged window for AS1/2 and 3.
  • Updated icons

Fixed

  • AS3: xml attrib, switch in anonymous function (in AS2 too)

version 1.1.0

12 Nov 20:57
Compare
Choose a tag to compare

Downloads:

Name File OS
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) asdec_1.1.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • Checking for updates
  • AS2: Exporting
  • AS3: Decompiling whole scripts instead of just classes
  • AS3: Exporting selected scripts
  • AS3: Script search bar
  • AS3: List of DoABCTags now has default "- all -" item
  • AS3: Better imports, use namespaces
  • AS3: XML related instructions
  • AS3: Anonymous functions with names
  • AS3: Better initialization of const values
  • Logging exceptions to log.txt file

Fixed

  • AS3: set_local..get_local, dup, chained assignments, highlighting, callsupervoid, typenames, with statement, loops