Skip to content

Releases: jindrapetrik/jpexs-decompiler

version 1.5.0u1

12 Nov 20:48
Compare
Choose a tag to compare

Downloads:

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

What's new:

Fixed

  • Automatic deobfuscation config defaulted to Off for AS1/2.

version 1.5.0

12 Nov 20:49
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • Direct editing of ActionScript 1/2 code (Beta)
  • AS1/2: ifFrameLoaded support
  • Automatic deobfuscation can be disabled in the menu
  • #48 - Decompile only specified class (commandline option)
  • #53 - AS3: Displaying multiname indices in trait detail, displaying method indices
  • #66 - Decompressing LZMA via commandline
  • #68 - Exporting DefineBinaryData tags, assigning class names to characters (SymbolClass tag)
  • #69 - DoABC vs DoABCDefine tags decompilation
  • #75 - Comma separator in while/do..while conditions, better if..return handling
  • AS1/2: parsing NaN,Infinity value (Fix for #73)

Changed

  • New icons (edit/save/cancel and main menu)

Fixed

  • #62 - Errors on not defined character tags (import tag)
  • #72 - First ternary operator expression was always true
  • Fixed many deobfuscation related bugs

version 1.4.3u2

12 Nov 20:49
Compare
Choose a tag to compare

Downloads:

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

What's new:

Fixed

  • #64 - AS1/2 Resolving registers in ActionDefineFunction2 (super,this,...and parameters shown as registerxx)
  • Try to fix lib/FlashPlayer.exe issue

version 1.4.3u1

12 Nov 20:50
Compare
Choose a tag to compare

Downloads:

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

What's new:

Fixed

  • #38 - Indentation in const/var initializers, missing semicolon
  • #56 - Test output left in last release
  • #57 - Unknown instructions now do not log an exception (obfuscators do this)
  • #58 - Index out of bounds exception fix on methodinfo indices in imports detection.
  • AS3 loops fix
  • While true fix

version 1.4.3

12 Nov 20:51
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • AS1/2 Better deobfuscation

Fixed

  • #45 - Unicode characters fix
  • #50 - AS1/2 Function body deobfuscation fix
  • #51 - Displaying java class names instead of expressions
  • #52 - AS1/2 Better constantpool detection (deobfuscation)
  • #38 - AS3 indentation in initialized const/var value for newobject
  • Fixed ImportAssets2 tag id

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)