Commit Graph
100 Commits
Author SHA1 Message Date
Jindra Petřík b2e895445f Building using Github actions (#131)
Change Travis CICD to GitHub Actions
2022-10-02 17:39:12 +02:00
Jindra Petřík 74b641c9b2 Fixed #1834 PlaceObject4 tags appear as Unresolved inside of DefineSprite 2022-08-28 16:56:10 +02:00
Jindra Petřík 741cc6e83e Update CHANGELOG.md 2022-08-26 17:49:49 +02:00
Jindra Petřík 5f8ad12326 start unreleased section of changelog 2022-07-03 16:35:50 +02:00
Jindra Petřík f058045df3 version changed to 15.1.1 2022-07-03 16:28:26 +02:00
Jindra Petřík f6134f7a85 Changelog update 2022-07-03 16:26:25 +02:00
Jindra Petřík d55a27f168 Removed auto downloading playerglobal.swf in the installer 2022-07-03 16:26:25 +02:00
Jindra Petřík b8db8e8a08 fix copy task 2022-07-03 16:26:25 +02:00
Jindra Petřík 01fd2b744e travis playerglobal dependency 2022-07-03 16:26:25 +02:00
Jindra Petřík ae2ba584e5 playerglobal link in NSIS and builder switched to its archived version 2022-07-03 16:26:25 +02:00
Jindra Petřík e04ef39bb4 Fixed: No longer working link to adobe dev downloads changed to its web-archived version 2022-07-03 16:26:25 +02:00
Jindra Petřík f2d9dbab27 Update CHANGELOG.md 2022-07-03 16:26:25 +02:00
Jindra Petřík 815927c982 create dev branch 2022-07-03 16:26:25 +02:00
Jindra Petřík 38fc136bbe version changed to 15.1.0 2022-02-20 10:46:25 +01:00
Jindra Petřík 34d2cbaba1 Merge pull request #120 from jindrapetrik/dev
Dev
2022-02-20 10:45:02 +01:00
Jindra Petřík 91f7a5d9de Merge pull request #118 from Chuckame/fix/convert-performance-issues
Fixed Multiname - performance issues
2022-02-20 10:35:15 +01:00
Jindra Petřík a5d0a06a6c Merge branch 'dev' into fix/convert-performance-issues 2022-02-20 10:34:46 +01:00
Jindra Petřík d4218e9136 Changed Flex SDK links to Apache Flex
Fixed Flex SDK not required on commandline when Flex compilation is disabled
2022-02-20 10:31:59 +01:00
Jindra Petřík 012ae459c6 Fixed #1769 - Do not mark getter+setter as colliding (#xxx suffix) 2021-12-19 10:39:51 +01:00
Jindra Petřík 2219dfa01a travis - change to openjdk8 2021-12-18 17:10:29 +01:00
Jindra Petřík 0da9cdc44a small changelog change to trigger build 2021-12-18 17:02:40 +01:00
Jindra Petřík 4812ad204e Fixed #1773 - auto set flagWideCodes on FontInfo wide character add 2021-12-18 16:53:10 +01:00
Jindra Petřík 61561c6e72 Fixed AS1/2 - debugger - rewinding playback to apply breakpoints 2021-12-08 19:04:53 +01:00
Jindra Petřík 985311c87f Fixed AS3 - debugging in inner functions 2021-12-08 12:31:31 +01:00
Jindra Petřík 142093c87c Fixed AS3 - insert debug instruction to mark register names even with activation 2021-12-08 08:29:05 +01:00
Jindra Petřík 2cee8a7386 Fixed #1763 AS3 - function with activation - param assignment is not a declaration 2021-12-08 08:12:38 +01:00
Jindra Petřík af45130f7a Fixed #1766 AS3 - direct editation - namespaces on global level without leading colon 2021-12-07 16:57:08 +01:00
Jindra Petřík d943588fbd Fixed Type resolving 2021-12-07 09:31:14 +01:00
Jindra Petřík 9943542f94 Fixed AS1/2 switch detection 2021-12-06 19:12:39 +01:00
Jindra Petřík 383506c94c Fixed AS1/2 switch detection 2021-12-06 18:12:33 +01:00
Jindra Petřík 4f8cac556d Fixed AS1/2 actioncontainers (like try) inside ifs 2021-12-06 08:23:13 +01:00
Jindra Petřík 3a3cac1fe9 Added #1718 Show progress on injecting debug info / SWD generation (before Debugging) 2021-12-05 19:54:41 +01:00
Jindra Petřík 3dd2885358 Added #270 AS3 show progress on deofuscating p-code 2021-12-05 19:09:53 +01:00
Jindra Petřík 97760b766d czech trans 2021-12-05 18:31:16 +01:00
Jindra Petřík 05e8f68ea9 Added Show imported files on script import, able to cancel import 2021-12-05 18:30:17 +01:00
Jindra Petřík e9cc551c37 Fixed AS3 - direct editation - call on index 2021-12-05 17:29:24 +01:00
Jindra Petřík ee9fd933f1 Fixed AS3 - direct editation - resolve properties and local regs before types 2021-12-05 16:08:09 +01:00
Jindra Petřík dc773af1e2 Fixed AS3 - direct editation - call on local register 2021-12-04 16:32:02 +01:00
Jindra Petřík 7599ba5dd0 Fixed AS3 - direct editation - bit not 2021-12-04 15:15:47 +01:00
Jindra Petřík c1dd430f43 Fixed AS3 - direct editation - arguments object on method with activation 2021-12-04 14:49:38 +01:00
Jindra Petřík b0962137f9 declarations on activation object properties 2021-12-04 09:15:19 +01:00
Jindra Petřík 4197e4913b Fixed #1763 AS3 - initialization of activation object in some cases 2021-12-04 08:28:48 +01:00
Jindra Petřík 9e6548ceb0 Fixed #1762 AS - switch detection (mostcommon pathpart) 2021-12-02 18:59:32 +01:00
Jindra Petřík 47347e7a0e Fixed #1762 AS3 - Auto adding returnvoid/return undefined 2021-12-01 20:09:13 +01:00
Jindra Petřík 1928962d6f Fixed #1762 AS call on integer numbers parenthesis 2021-12-01 08:44:30 +01:00
Jindra Petřík 2011684b7f Added Display object depth in flash panel - lowercase, translation 2021-11-30 07:25:13 +01:00
Jindra Petřík 85fb118138 tests 2021-11-30 07:14:01 +01:00
Jindra Petřík f1ab87f2b7 Fixed #1761 AS3 - try..finally inside another structure like if 2021-11-30 07:13:32 +01:00
Jindra Petřík fd3e3eec61 version changed to 15.0.0 2021-11-29 17:17:25 +01:00
Jindra Petřík 2f6626d2b1 Changed AS1/2 direct editation no longer marked as experimental 2021-11-29 17:15:56 +01:00
Jindra Petřík 7dab721e09 Fixed AS1/2 - gotoAndStop/play with simple label compiled as gotolabel 2021-11-29 17:15:56 +01:00
Jindra Petřík 8b79e66dfb Fixed AS1/2 - startDrag constaint 2021-11-29 17:15:56 +01:00
Jindra Petřík d7de0fae66 Fixed AS1/2 - stop/play/etc. can be used in expressions, pushing undefined 2021-11-29 17:15:56 +01:00
Jindra Petřík 8e79af0bd4 Fixed AS1/2 - on keypress key escaping 2021-11-29 17:15:56 +01:00
Jindra Petřík 0ef76b8860 Fixed AS - direct editation - long integer values 2021-11-29 17:15:56 +01:00
Jindra Petřík 5cd2b9d6c0 Fixed AS1/2 - chained assignments with obfuscated/slash variables 2021-11-29 17:15:56 +01:00
Jindra Petřík 350efe752a Fixed AS2 - obfuscated extends, implements 2021-11-29 17:15:56 +01:00
Jindra Petřík 3a858726c8 Fixed AS1/2 - newobject deobfuscated name 2021-11-29 17:15:56 +01:00
Jindra Petřík 47575678c3 Fixed AS2 - obfuscated class attribute names 2021-11-29 17:15:56 +01:00
Jindra Petřík 34579690d4 Fixed AS1/2 - Infinity, NaN can be used as identifiers, are normal variables 2021-11-29 17:15:56 +01:00
Jindra Petřík ab8b2e24db Fixed AS1/2 - delete on nonmember 2021-11-29 17:15:56 +01:00
Jindra Petřík 2f5eb605fe Fixed AS1/2 - empty parenthesis nullpointer 2021-11-29 17:15:56 +01:00
Jindra Petřík 0d1d51a05f minor update changelog 2021-11-29 17:15:56 +01:00
Jindra Petřík 766e74bbd0 update changelog, czech translation 2021-11-29 17:15:56 +01:00
Jindra Petřík 0da5e3c124 update changelog 2021-11-29 17:15:56 +01:00
Jindra Petřík 6ef57d66f5 Fixed AS1/2 - spacing in with statement 2021-11-29 17:15:56 +01:00
Jindra Petřík 052049f695 Fixed AS1/2 - deobfuscate object literal names 2021-11-29 17:15:56 +01:00
Jindra Petřík 1095a012e0 Fixed AS1/2 - empty tellTarget 2021-11-29 17:15:56 +01:00
Jindra Petřík 75f415c3be Fixed AS1/2 - class detection with ternars 2021-11-29 17:15:56 +01:00
Jindra Petřík 69ea391036 Fixed AS1/2 - newmethod proper brackets 2021-11-29 17:15:56 +01:00
Jindra Petřík 2390b1840c Fixed AS1/2 switch with nontrivial expressions - secondpass for all strictequals 2021-11-29 17:15:56 +01:00
Jindra Petřík 3033f1f39f Fixed AS1/2 - direct editation - do..while 2021-11-29 17:15:56 +01:00
Jindra Petřík 15313d4c13 Fixed AS1/2 - deobfuscate function parameter names in registers 2021-11-29 17:15:56 +01:00
Jindra Petřík b48deb2289 Fixed AS1/2 - deobfuscate function parameter names in registers 2021-11-29 17:15:56 +01:00
Jindra Petřík ec5d5f6401 Fixed AS1/2 - parenthesis around callfunction 2021-11-29 17:15:56 +01:00
Jindra Petřík 50deb210f6 Fixed AS1/2 - direct editation - gotoAndPlay/Stop with scenebias 2021-11-29 17:15:56 +01:00
Jindra Petřík d868a22f53 Fixed AS1/2 - GotoFrame2 - scene bias is first 2021-11-29 17:15:56 +01:00
Jindra Petřík 75bfe070ca Fixed AS1/2 - direct editation - try..finally without catch clause 2021-11-29 17:15:56 +01:00
Jindra Petřík 11d5a55564 Fixed AS1/2 - direct editation - allow call on numbers, boolean, etc. 2021-11-29 17:15:56 +01:00
Jindra Petřík 5f7106afd2 Fixed AS1/2 - get/set top level properties
Fixed AS1/2 - properties postincrement
2021-11-29 17:15:56 +01:00
Jindra Petřík a0bd380476 Fixed AS1/2 - (mb)length is expressioncommand, not a command 2021-11-29 17:15:56 +01:00
Jindra Petřík 0a58914a13 removed print 2021-11-29 17:15:56 +01:00
Jindra Petřík fcc6797a84 switch fix again 2021-11-29 17:15:56 +01:00
Jindra Petřík 932a4b73f7 getter setter test 2021-11-29 17:15:56 +01:00
Jindra Petřík bb05c8a46a testdata 2021-11-29 17:15:56 +01:00
Jindra Petřík 5916c00bbd iframeloaded special case when it hits next graphpart (will this happen?) 2021-11-29 17:15:56 +01:00
Jindra Petřík b3308a2599 Fixed AS1/2 - ifFrameLoaded with nontrivial items inside 2021-11-29 17:15:56 +01:00
Jindra Petřík 526f484513 Fixed AS1/2 - switch with nontrivial expressions like and/or,ternar (second pass) 2021-11-29 17:15:56 +01:00
Jindra Petřík 0122db9446 Fixed AS1/2 - nested tellTarget 2021-11-29 17:15:56 +01:00
Jindra Petřík 44da53dfab Fixed AS1/2 - switch detection 2021-11-29 17:15:56 +01:00
Jindra Petřík 7b2f893c56 Fixed AS1/2 - typeof precedence / parenthesis 2021-11-29 17:15:56 +01:00
Jindra Petřík 934a5756f9 Fixed Ternar visit (can cause invalid reg declarations) 2021-11-29 17:15:56 +01:00
Jindra Petřík 35a680485f Fixed AS1/2 - obfuscated name in forin cannot use eval 2021-11-29 17:15:56 +01:00
Jindra Petřík ca2815f0c9 Fixed AS2 - class detection - ignore standalone directvalues 2021-11-29 17:15:56 +01:00
Jindra Petřík e348df4bbe Fixed AS2 - some minor cases in class detection 2021-11-29 17:15:56 +01:00
Jindra Petřík e33cd9ba99 Fixed AS2 - class detection - warning only if propertyname does not match getter/setter 2021-11-29 17:15:56 +01:00
Jindra Petřík 1d150c0442 Fixed AS2 - class detection of top level classes 2021-11-29 17:15:56 +01:00
Jindra Petřík 348102cdc7 Fixed AS1/2 direct editation - delete operator on anything 2021-11-29 17:15:56 +01:00
Jindra Petřík afa8b82381 DefineEditText nullpointer fix when attribute not found 2021-11-29 17:15:56 +01:00
Jindra Petřík 1bd9bff5eb Fixed AS1/2 direct editation - commands as expressions 2021-11-29 17:15:56 +01:00