Jindra Petřík
|
0a4dc74c61
|
Fixed: AS decompilation - §§push before loop
|
2021-04-05 16:56:59 +02:00 |
|
Jindra Petřík
|
6c709bc5e5
|
Fixed: Flash viewer - slow on larger zooms (now only diplayed rect is rendered)
|
2021-04-05 16:56:59 +02:00 |
|
Jindra Petřík
|
b7e418f6b6
|
Fixed: AS decompilation - certain combinations of ifs and switch
|
2021-04-05 16:56:59 +02:00 |
|
Jindra Petřík
|
f6459bb740
|
Fixed: AS decompilation - Gotos handling vs and/or
|
2021-04-05 16:56:59 +02:00 |
|
Jindra Petřík
|
98703e4e5a
|
Fixed: #270 AS decompilation - comma in ternar
|
2021-03-13 21:08:23 +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
|
09b68c1f9c
|
Fixed: #270 AS decompilation - switch in loop
|
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
|
8fa321cfd3
|
AS3 using temp registers on compound assignments when hasSideeffect
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
f77d3948df
|
valueEquals implemented for AS1/2
|
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
|
e3d78aff98
|
equals and hashcode added to model
compoundable binary op introduced
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
2d3013e16f
|
Fixed: #1328 AS1/2/3 direct editation - empty commands (just semicolon)
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
07f72acd06
|
Changed: Spaces around ternar operators, parenthesis on ternar inside ternat
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
763784dbf3
|
Improved goto handling
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
c800aa7ca4
|
Fixed: Decompilation - Goto handling
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
79b1e45df3
|
Fixed: #1626 AS3 decompilation - unpopped obfuscated function
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
751c8ce970
|
Fixed: #1100, #1123, #1516 AS1/2/3 direct editation - comma operator
|
2021-02-26 22:46:28 +01:00 |
|
Jindra Petřík
|
8a6c4cf35c
|
Fixed: AS3 with statement decompilation
|
2021-02-24 19:55:59 +01:00 |
|
Jindra Petřík
|
a954d2f902
|
Fixed #1490, #1493 AS1/2 direct editation of cast op, cast op decompilation
|
2021-02-24 19:55:59 +01:00 |
|
Jindra Petřík
|
66b0d0bb13
|
Fixed #1227 AS3 avoid recursion (stackoverflow) caused by newfunction instruction
|
2021-02-11 11:10:56 +01:00 |
|
Jindra Petřík
|
b7ee8d73ca
|
Fixed: AS3 inner functions scope (setslot/getslot)
|
2021-02-09 18:52:25 +01:00 |
|
Jindra Petřík
|
a97f57c40f
|
Fixed: AS3 break loop in catch clause
|
2021-02-09 18:33:26 +01:00 |
|
Jindra Petřík
|
0f53d86459
|
removed accidentally left debug info
|
2021-02-09 13:20:39 +01:00 |
|
Jindra Petřík
|
189be5f1af
|
fix AVM2DeobfuscatorJumps - no replacing jump when on exception start
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
16c2ec01ea
|
try in if fix
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
ebc8e86323
|
break detection fix,
do..while fix
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
c7dfcc71de
|
precontinues detector fix
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
14403e034b
|
ignore true/false in &&,|| on variable
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
e24f3b6d40
|
try..catch break detection fix
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
45436d7232
|
not using exception end as alternate entry, fix tests
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
bca83c3bb4
|
try..catch vs loops
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
7644eddfd3
|
try to improve try..catch vs loops
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
72f0c66aa7
|
ignoring && true, || false
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
9e07695427
|
Fixed AS3: try..catch in do..while vs do..while in try..catch
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
0e813bd896
|
AS3 Fix and/or in try clause
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
34b69e83c3
|
AS3 try..catch..finally fixes
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
43885a1a40
|
#349 AS3 - better handling of declarations
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
a0022ff3b1
|
AS3 allow exception start/end to not match instruction boundary
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
8d8c6cce05
|
Better namespace handling
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
f6744eafb9
|
Fixed: Try..catch.finally vs loops
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
8de1230bf9
|
Precontinue detector handles do..while properly.
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
b432037bf8
|
Fixed diplicate refs on graph creation
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
d03c64d43d
|
Fixed and+dowhile on ASC2 - precontinue can use stack.
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
d6cdd54a94
|
Fixed precontinue detector - incorrectly merged ifs
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
1a393854c0
|
try..catch..finally of SWFTools AS3Compile
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
63a7a1b049
|
try..catch..finally in ASC2
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
420f84d155
|
better try..catch..finally detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
f738e3b22b
|
correct continue in if handling,
move continue down if possible (invert expression of if when needed)
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
e68cf59d5f
|
Fixed switch local reg not properly recognized in some cases
|
2021-02-08 20:15:19 +01:00 |
|