Commit Graph
4704 Commits
Author SHA1 Message Date
Jindra Petřík 2bf141abee separate ant task for newversion release 2018-01-13 18:31:45 +01:00
Jindra Petřík 7e50b87886 Fix repository line endings 2018-01-07 22:20:50 +01:00
Jindra Petřík 7d50ee941f Debug tooltips added to Changelog 2018-01-07 21:29:03 +01:00
Jindra Petřík 44d2e93ac5 Fixed Invalid caret position error on selecting first script after startup. 2018-01-07 20:57:48 +01:00
Jindra Petřík 0112764b29 Fixed Invalid caret position error on selecting first script after startup. 2018-01-07 20:55:30 +01:00
Jindra Petřík 69847bb79f open loaded SWF files during run - fixed bug - not opening file in event dispatch thread 2018-01-07 20:50:18 +01:00
Jindra Petřík 9a2af1177e Merge pull request #56 from jindrapetrik/deofix
#1430 Deobfucation fixes
2018-01-07 19:02:46 +01:00
Jindra Petřík 13e2391a26 update changelog 2018-01-07 19:00:44 +01:00
Jindra Petřík de1440b7a7 ActionDeobfuscator - isFakeName changed to call isValidName because
it failed in some cases.
2018-01-07 18:53:30 +01:00
Jindra Petřík a8c21cb3b4 Fixed removeIncludedActions - do..while changed to while(true)
as it was not working when firstItem was excluded and thus removed.
Statement "continue" in do..while checks condition immediately
and then terminating loop, because firstItem is now the second
of the list. Other excluded items then won't be removed.
2018-01-07 18:47:49 +01:00
Jindra Petřík 0cb15e9c76 Saving files before refreshing line endings 2018-01-07 17:18:39 +01:00
honfika cfb3931fcc Merge pull request #55 from Linchy/dev
Debug tooltips on hover
2017-11-30 14:50:15 +01:00
AL 0a0ecf8112 Debug tooltips on hover
When in Debug mode and stopped at a breakpoint, hovering over dientifiers will show up their name and value in a tooltip. All matching locals will be shown, one on each line.
2017-11-30 11:06:36 +00:00
[email protected] cdf72b6798 - [#1402] SVG export: certain font characters not exported properly fixed 2 2017-06-22 14:44:51 +02:00
[email protected] 25b54993d4 - [#1402] SVG export: certain font characters not exported properly fixed 2017-06-22 14:04:14 +02:00
[email protected] b7ec1ac830 #1401 SVG export: duplicate pattern IDs fixed 2017-06-22 13:15:43 +02:00
honfika 5ec0d32868 Merge pull request #54 from qzole/dev
Prevent impossible pushshort pcode generation on direct edit actionscript
2017-05-06 08:39:40 +02:00
Zoltán Kurucz 7f0ba33355 Prevent impossible pushshort pcode generation edit actionscript 2017-05-06 01:43:25 +02:00
honfika 86a5fd4a37 Merge pull request #52 from FishingCactus/fix/line-endings
Normalize line endings
2017-05-05 15:47:36 +02:00
Gauthier Billot f49ee84fc9 Normalize line endings 2017-05-05 15:35:09 +02:00
[email protected] 6033c90630 Wrtie log message when can't initialize flash panel 2017-05-01 12:28:28 +02:00
[email protected] 79495fd0f9 [#1369] Allow zoom in sprite (and button) export 2017-04-14 13:59:30 +02:00
[email protected] 3de2dab991 fix 2017-04-08 10:42:58 +02:00
[email protected] 64293e3813 [#1365] Allow to configure all types of configuration settings from command line 2017-04-08 10:19:02 +02:00
[email protected] 27a192570b SVG import bound fix 2 2017-04-01 21:13:17 +02:00
[email protected] 188ca27a2d SVG import bound fix 2017-04-01 20:20:30 +02:00
[email protected] d2504e5e71 SVG importer rounding problem fixed 2017-04-01 17:25:49 +02:00
[email protected] 276ea972f2 svg import resize fix 2017-04-01 15:25:51 +02:00
[email protected] f847e384d2 Bitmap export of buggy gradient records fixed (now same as in flash) 2017-04-01 14:51:08 +02:00
[email protected] 29f5c17767 Focal radial gradient raw edit fix 2017-04-01 11:31:10 +02:00
[email protected] bbb04921d6 Merge origin/dev into dev 2017-04-01 08:15:51 +02:00
[email protected] b7d1cfce81 [#1367] Raw edit conditional type fix. 2017-04-01 08:15:35 +02:00
honfika b52a48e816 Merge pull request #50 from MultiplyByZer01/reload-confirm
Allow reload confirm dialog to be disabled
2017-03-15 10:57:50 +01:00
MultiplyByZer0 53e29673ee Allow reload confirmation to be disabled
If the user has disabled confirmation for closing, disable confirmation for reloading as well.
2017-03-14 02:53:17 -04:00
honfika 318fd69bb2 Merge pull request #49 from MultiplyByZer01/insert-on-empty
Prevent crash when calling insertInstruction() on empty MethodBody
2017-03-12 11:38:18 +01:00
MultiplyByZer0 2c85203985 Prevent crash when calling insertInstruction() on empty MethodBody
If an AVM2Code object is empty, and we attempt to insert an instruction, the method will execute code.get(-1) and throw an exception. This commit handles the situation.
2017-03-11 21:58:27 -05:00
MultiplyByZer0 e8e598dc6c Correct deobfuscation for labels
The deobfuscator will no longer incorrectly remove the following code:

pushtrue
label1:pop
2017-02-28 15:49:21 -05:00
[email protected] ceffd8bdb5 [#1354] Various FLA export problem fixes 2017-02-27 12:28:11 +01:00
MultiplyByZer0 0b65cb3c6b Deobfuscate no-op push instructions
Some obfuscators will scatter the instructions:

pushtrue
pop

or:

pushfalse
pop

randomly throughout the P-code. As any push instruction immediately followed by a pop instruction must be a no-op, they are removed.
2017-02-11 21:37:31 -05:00
[email protected] 3e99d19a1d [#1348] Cannot properly export frame with cyrillic symbols to SVG 2017-02-06 13:51:49 +01:00
[email protected] 871f4f52d9 [#1343] AS 1/2 direct editation critical bug 2017-02-02 10:19:33 +01:00
[email protected] 16e1cf3b63 #1340 Recommended 64bit JRE on 32bit OS 2017-01-18 09:15:34 +01:00
[email protected] 09c802fe25 #1331: plugin to change the bitmap fill 2017-01-04 14:15:22 +01:00
[email protected] 86f19ff07b #1332 Do not render image tags with internal viewer 2017-01-03 10:19:33 +01:00
[email protected] b13bd62e5f #1333 Exporting sprites as swf files 2016-12-31 17:06:45 +01:00
[email protected] cf58f71f10 AVM2 execution fixes 2016-12-30 21:19:48 +01:00
[email protected] f786c34910 build fix 2016-12-28 15:53:07 +01:00
[email protected] 41b381acbe woraround for #1246 Minimum gui-pane widths (since version 8) make FFDEC unusable on small monitors 2016-12-28 15:51:09 +01:00
[email protected] f7e5479bdd UI thread invoke fixes/improvements 3 2016-12-28 13:25:19 +01:00
[email protected] 9dc4752c04 UI thread invoke fixes/improvements 2 2016-12-28 12:57:06 +01:00