version 11.1.0
jindrapetrik
released this
24 May 13:20
·
3167 commits
to master
since this release
Downloads:
Name | File | OS |
---|---|---|
Installer (Windows) | ffdec_11.1.0_setup.exe | |
ZIP (Windows, Linux, Mac OS) | ffdec_11.1.0.zip | |
DEB package (Linux) | ffdec_11.1.0.deb | |
Mac OS X Installer (pkg) | ffdec_11.1.0.pkg | |
Mac OS X Application (zipped) | ffdec_11.1.0_macosx.zip | |
Language pack for translators (zipped) | ffdec_11.1.0_lang.zip | |
Library only (Java SE) - Zipped | ffdec_lib_11.1.0.zip |
What's new:
Added
- #1449 Turkish translation by Osman ÖZ
- AS2 classes: maintain order of variables, and methods (place variables before methods)
- AS1/2: displaying script path in the error log when jump to invalid address
- AS1/2: Try..catch with Error types - decompilation and direct editation
- AS1/2: Properly handling of Flash7 scripts exported to Flash5/6 - ActionDefineFunction local registers
Changed
- AS1/2 direct editation - generated constantpool is sorted according to ActionPush position
Fixed
- Accessing font list on demand - prevents loading X11 on systems without UI
- Better AS2 class detection
- AS1/2 break statement decompilation in for..in loops
- AS2 direct editation - not generating Pop in class header ifs
- AS1/2 deobfuscation - ActionRandom fixed for nonpositive numbers
- AS1/2 switch statement detection - fixes of default section position
- AS1/2: break on the end of for..in loop
- AS1/2: Export selection dialog did not allow to select script export formats and/or export script at all
- AS3 P-code - HAS_OPTIONAL flag in AVM2 code displayed twice
- Turkish locale toLowerCase I problem fix - causing not loading main window at all
- [#1456] jsyntaxpane (code display/editor) fixed for Java 9/10