Releases: jindrapetrik/jpexs-decompiler
Releases · jindrapetrik/jpexs-decompiler
version 1.6.0u1
Downloads:
What's new:
Added
Fixed
- Many FLA export related bugs (like #96)
- #98 Empty initializers do not cause empty lines now
- #99 small logging issues
- #100 large obfuscated code support
version 1.6.0
Downloads:
What's new:
Added
- Export to FLA (Experimental BETA!)
- #85 Search text in all ActionScripts
- SWF 11 support
Fixed
- #79 ActionStartDrag constraint fix
- #92 Inversed GreaterThan/LessThan
- #93 AS1/2 fixed switch detection
- #94 AS1/2 ActionTry - register cast fix
- #95 Better script end handling
version 1.5.2
Downloads:
What's new:
Added
- Improved automatic update system (changes log).
- Handling script traits as separate objects.
- #86 open/save file dialog now accepts absolute paths in quotes
Fixed
- #87 Not displaying image changes in DefineBitsLossLess1 & 2
- #88 Fixed graph building
- #89 AS3: bracket in property name lead to missing dot
- #82 printgraph issue
version 1.5.1u1
Downloads:
What's new:
Added
- Exporting texts via commandline
- Exporting all via commandline
Fixed
- DefineText2 color parameter
- AS3 GetSlot,SetSlot
- #78,#81,#82,#84 Fixed deobfuscation, exceptions during printgraph,...
- #83 Fixed images transparency (zlib fix)
- Fixed graphparts with only jump in it (obfuscators)
- MORPHGRADIENT FIX
- Trasparency in DefineBitsJPEG3 and 4
- Displaying shapes,morphshapes and sprites with bitmaps
version 1.5.1
Downloads:
What's new:
Added
- Support for larger switches (10+cases)
- Editing text tags
- #65 Exporting text tags
- Removing sprites
- Replacing images
Fixed
- DefineMorphShape2 fix
- #79 - AS1/2 class detection fix, wrong printgraph fix
- #78 - script trait slots fix
version 1.5.0u1
Downloads:
What's new:
Fixed
- Automatic deobfuscation config defaulted to Off for AS1/2.
version 1.5.0
Downloads:
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
Downloads:
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
Downloads:
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
Downloads:
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