Skip to content

Releases: jindrapetrik/jpexs-decompiler

version beta 1

12 Nov 21:03
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • AS3: Automatic computing method body parameters (EXPERIMENTAL)
  • AS3: Editing return type of methods
  • AS3: Editing type and default value for variables/constants (Slot/Const traits)
  • AS1/2: Few enhancements
  • About dialog

Changed

  • Gui: Updated Icons

Fixed

  • AS 1/2: Fixed large bug causing Ifs to not decompile properly
  • Proxy: Some minor fixes

version alpha 10

12 Nov 21:03
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • AS3:Highlighting actual line
  • AS3:Completing instruction names via Ctrl+Space
  • AS3:Editing method parameters, method body parameters via tab panel
  • AS3:ByteCode minor_version 17 supported - decimal datatypes
  • AS3:Local variables and method parameters take name from debug information if present
  • AS3:Automatic renaming of classes/methods when obfuscated names
  • AS3:Better error messages (When cannot decompile obfuscated code)

Fixed

  • AS3:Fixed Vector datatypes (TypeName multiname, applytype instruction)
  • AS3:Hilighting fixes
  • AS3:Fixed decrement/increment statements decompilation
  • AS3:Decompiler now adds variable declarations on the beginning of decompiled method
  • AS3:Try/catch statements fixed when debug information present
  • AS3:Fixed for each statements
  • AS3:Other minor fixes

version alpha 9

12 Nov 21:03
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • AS3: Added disassembling of some new types of instructions
  • AS3: Exporting source as PCode

Fixed

  • AS3: Many other bugfixes...

version alpha 8

12 Nov 21:03
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • AS3: Editing exceptions
  • AS3: Finding usage of multinames from constant table

Changed

  • AS1/2: Better GUI
  • AS1/2: Better decompiling of Ifs, For..in

version alpha 7

12 Nov 21:03
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • Initial public release