Skip to content

Releases: jindrapetrik/jpexs-decompiler

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

version 1.0.1

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.0.1.zip Works on WindowsWorks on LinuxWorks with Mac OSX

What's new:

Added

  • AS3: Runtime namespace resolving
  • AS3: Arguments variable
  • AS3: Better recognizing Pre/Post Increments/Decrements
  • AS3: Better declarations

Fixed

  • AS3: Fixed static variables

version 1.0.0

12 Nov 20:58
Compare
Choose a tag to compare

Downloads:

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

What's new:

Added

  • Support for LZMA compressed files
  • AS3: Detecting local register types for declaration.
  • AS3: Displaying inline functions
  • AS3: Last save/open dir is remembered
  • AS3: Better usage detection for multinames
  • AS3: Commandline arguments for exporting
  • AS3: Better chained assignments
  • AS2: FSCommand2 instruction support
  • Proxy: Mimetype application/octet-stream added
  • Added executable for Windows users.

Changed

  • AS3: GUI - Constants tab moved to the top
  • AS3: Deobfuscation is now optional, can be accessed via menu

Fixed

  • AS3: rest parameter, for..in, fail on large classes (due to sub limiter)
  • Other minor fixes

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