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 |
|
Jindra Petřík
|
ee47975c19
|
Fixed ASC2 §§push of function calls before returning from a method
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
179f2a7602
|
add §§push if something left on stack before ExitItem (return, throw)
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
c6b1e528df
|
update license header year
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
2767f77a66
|
remove unused imports
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
3f6fd5a3c0
|
removed old parts regarding for loops detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
5cf8325911
|
fixed precontinue detector
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
bfe0fce888
|
new for loop continues detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
f8f7d00981
|
new for loop continues detection WIP
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
97ee0d3433
|
new getmostcommon part stub
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
31d63eb2b3
|
Fixed #1206 Switch with multiple default clauses
Fixed switch(null) in some cases
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
98c2b1eba9
|
AS3 p-code more RAbcDasm like
- get/setlocal_x renamed to get/setlocalx
- QName casing changed from Qname
Better increment/decrement detection, chained assignments.
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
79cf2324f9
|
Fixed - AS3: return in finally
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
70e421ec06
|
deobfuscation fix
try..return
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
5796832107
|
Finally return
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
4ac7c72499
|
for (each) in
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
787e22c3e3
|
chained assignments
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
ddab9c4ac9
|
Switch
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
7725258ceb
|
Calculate setLocal usages and use it in setProperty
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
21f6c0112f
|
AS3: Show try graph heads in Graphviz distinguished
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
0a60be9246
|
Support for comma operator in switch case statements
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
3f2e075ee9
|
Fixed goto/for detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
c5f992b675
|
Fixed goto/for detectionFixed goto/for detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
f30171188d
|
Fixed goto/for detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
22c2206aec
|
Fixed goto/for detection
|
2021-02-08 20:15:19 +01:00 |
|