Commit Graph

718 Commits

Author SHA1 Message Date
Jindra Petřík
0d4945b8d6 Fixed #1795 AS3 P-code - optional (default parameter values) saving 2022-11-06 21:44:39 +01:00
Jindra Petřík
1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík
9f1970fdfa Fixed #1860, #1732, #1837 FLA export - AS3 - missing framescripts on the timeline 2022-11-03 21:33:00 +01:00
Jindra Petřík
23e7c13e3b Fixed #1859 AS3 P-code editing not working due to integer/long casting 2022-11-02 22:06:46 +01:00
Jindra Petřík
10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Jindra Petřík
d3477d910c Fixed: #1838 AS3 - Properly handling of long unsigned values, hex values, default uint values etc.
Changed: AS3 integer values are internally (e.g. in the lib) handled as java int type instead of long.
2022-10-22 15:27:44 +02:00
Jindra Petřík
a5d0a06a6c Merge branch 'dev' into fix/convert-performance-issues 2022-02-20 10:34:46 +01:00
Chuckame
f000a7dbfd Fixed Multiname - performance issues 2021-12-29 23:22:38 +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
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
3dd2885358 Added #270 AS3 show progress on deofuscating p-code 2021-12-05 19:09:53 +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
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
f1ab87f2b7 Fixed #1761 AS3 - try..finally inside another structure like if 2021-11-30 07:13:32 +01:00
Jindra Petřík
0ef76b8860 Fixed AS - direct editation - long integer values 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
bbb3ed8c72 Added #1496 repeat escape sequence \{xx}C to avoid long same char strings/names 2021-11-19 13:03:23 +01:00
Jindra Petřík
054c40486a Fixed #1686 AS1/2 decompilation and editation of nested tellTarget 2021-11-19 13:03:23 +01:00
Jindra Petřík
12a35d18d6 AS3 DeobfuscatorJumps fix
New DeobfuscatorGroupParts (unused yet)
2021-11-19 13:03:23 +01:00
Jindra Petřík
0a4dc74c61 Fixed: AS decompilation - §§push before loop 2021-04-05 16:56:59 +02:00
Jindra Petřík
ef7143d843 Fixed: Rename invalid identifiers renames identifiers with a dollar sign 2021-04-05 16:56:59 +02:00
Jindra Petřík
f7ffe7f1af Fixed: AS3 jump deobfuscator - fix for try..catch clauses 2021-04-05 16:56:59 +02:00
Jindra Petřík
68ae269515 Fixed: "protected", "const", "namespace", "package" are not reserved keywords in AS1/2
Fixed: Not counting newlines in comments
2021-03-25 18:44:05 +01:00
Jindra Petřík
8429b6eee6 Fixed: AS3 decompilation - inc/decrements handling - hiding some items 2021-03-24 20:36:42 +01:00
Jindra Petřík
b84ccc7005 Fixed: #270 AS3 decompilation - loop followed by try 2021-03-13 21:08:23 +01:00
Jindra Petřík
65a8af4822 Fixed: AS3 hilight and edit XML based on CData or comment only 2021-03-13 21:08:23 +01:00
Jindra Petřík
742525a365 organize imports 2021-03-12 22:12:39 +01:00
Jindra Petřík
8c988646f7 Fixed: #1636 Exception on reloading (7) 2021-03-12 22:12:39 +01:00
Jindra Petřík
e3b1fc4654 Fixed: #1636 Newactivation hashcode/equals recurse problem 2021-03-12 22:12:39 +01:00
Jindra Petřík
8d9524fe3c P-code display and edit traits outside classes
AS3 P-code limit of instruction matching added to configuration
2021-03-12 22:12:39 +01:00
Jindra Petřík
6efb499360 finally fix refs 2021-03-12 22:12:39 +01:00
Jindra Petřík
3e90adbf69 #1221 Separate icons for different actionscript objects (class/interface/frame/) 2021-03-12 22:12:39 +01:00
Jindra Petřík
82a5f7d7e3 AS3 - Compound assignments setProperty vs GetLex 2021-03-12 22:12:39 +01:00
Jindra Petřík
570b0f976a Compound assignments inside expressions 2021-03-12 22:12:39 +01:00
Jindra Petřík
8fa321cfd3 AS3 using temp registers on compound assignments when hasSideeffect 2021-03-12 22:12:39 +01:00
Jindra Petřík
23227caacd AS3 - Compound assignments detection 2021-03-12 22:12:39 +01:00
Jindra Petřík
16a03fe0f7 hasSideEffect method 2021-03-12 22:12:39 +01:00
Jindra Petřík
e3d78aff98 equals and hashcode added to model
compoundable binary op introduced
2021-03-12 22:12:39 +01:00