Commit Graph

438 Commits

Author SHA1 Message Date
Jindra Petřík
0227293bd0 Fixed #1692 Properly distinguish obfuscated names vs namespace suffixes and attributes 2022-11-20 22:12:19 +01:00
Jindra Petřík
b06c8313b1 Organize imports inspection 2022-11-14 10:04:55 +01:00
Jindra Petřík
1c9f81fceb Added #1701 Setting charset for SWF files with version 5 or lower 2022-11-14 10:04:55 +01:00
Jindra Petřík
0c84d5c6bd Fixed #1785 AS1/2 try..catch block in for..in 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
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
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
05e8f68ea9 Added Show imported files on script import, able to cancel import 2021-12-05 18:30:17 +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
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
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
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
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
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