Commit Graph

101 Commits

Author SHA1 Message Date
Jindra Petřík
dbad866812 correct continue in if handling,
move continue down if possible (invert expression of if when needed)
2021-01-29 20:14:32 +01:00
Jindra Petřík
daac69711c Fixed switch local reg not properly recognized in some cases 2021-01-29 19:01:19 +01:00
Jindra Petřík
6ca0fcf152 Fixed ASC2 §§push of function calls before returning from a method 2021-01-29 11:16:16 +01:00
Jindra Petřík
e9f484e735 add §§push if something left on stack before ExitItem (return, throw) 2021-01-29 11:07:03 +01:00
Jindra Petřík
2e1b8870e0 update license header year 2021-01-29 08:59:28 +01:00
Jindra Petřík
da55406ca8 remove unused imports 2021-01-29 08:48:46 +01:00
Jindra Petřík
9106b43410 removed old parts regarding for loops detection 2021-01-29 08:26:14 +01:00
Jindra Petřík
b668a59636 new for loop continues detection 2021-01-29 07:32:21 +01:00
Jindra Petřík
e0be1a554c new for loop continues detection WIP 2021-01-28 21:35:25 +01:00
Jindra Petřík
e2b2c453a7 new getmostcommon part stub 2021-01-28 16:31:59 +01:00
Jindra Petřík
1c981b9c13 Fixed #1206 Switch with multiple default clauses
Fixed switch(null) in some cases
2021-01-28 09:40:06 +01:00
Jindra Petřík
d04c7c51b6 Fixed - AS3: return in finally 2021-01-25 07:50:50 +01:00
Jindra Petřík
85c59bdfdc Finally return 2021-01-24 18:44:41 +01:00
Jindra Petřík
c379555e87 for (each) in 2021-01-24 16:51:45 +01:00
Jindra Petřík
c21662dd97 Switch 2021-01-24 12:28:21 +01:00
Jindra Petřík
15664f86fd Calculate setLocal usages and use it in setProperty 2021-01-24 11:46:07 +01:00
Jindra Petřík
adabbfab35 AS3: Show try graph heads in Graphviz distinguished 2021-01-23 19:45:15 +01:00
Jindra Petřík
d11308ae3c Support for comma operator in switch case statements 2021-01-23 14:16:11 +01:00
Jindra Petřík
89f78bf252 Fixed goto/for detection 2021-01-23 12:55:13 +01:00
Jindra Petřík
4f1ea1a126 Fixed goto/for detectionFixed goto/for detection 2021-01-23 08:58:26 +01:00
Jindra Petřík
a018a3d1ce Fixed goto/for detection 2021-01-22 21:03:52 +01:00
Jindra Petřík
a0bd5794dc Fixed goto/for detection 2021-01-22 20:46:44 +01:00
Jindra Petřík
337f8bb81d goto detection improvements 2021-01-21 10:29:13 +01:00
Jindra Petřík
d3f0f94cc5 goto detection improvements 2021-01-19 22:33:03 +01:00
Jindra Petřík
4028327330 goto detection... still does not work 2021-01-19 18:22:26 +01:00
Jindra Petřík
cc1ed2e1c7 reverting the change about for loops / goto detection :-(
it does not work as intended
2021-01-18 20:53:44 +01:00
Jindra Petřík
9c38f4dca1 AS3 test methods separated to classes, Fixed AS3: get/set slot for global scope 2021-01-18 19:19:36 +01:00
Jindra Petřík
95d3f442af Pushes all to stack before going goto. 2021-01-18 19:19:36 +01:00
Jindra Petřík
f5d4403a83 Improved for continue / goto detection 2021-01-18 19:19:36 +01:00
Jindra Petřík
90a4d56b88 Try for new getprecontinues method for for detection 2021-01-18 19:19:36 +01:00
Jindra Petřík
07c3cc3cfb push unresolved ifs object back 2021-01-09 07:21:29 +01:00
Jindra Petřík
e881aac7af #1457 pushing on stack before exit item(return/throw) 2020-04-25 17:11:07 +02:00
Jindra Petřík
f61772c8f7 For in break detection with inner switch statement 2018-05-27 22:10:54 +02:00
Jindra Petřík
d5069acb2c - Fixed §§push after continue - should be before (usually on obfuscated code) 2018-05-27 18:41:33 +02:00
Jindra Petřík
6ec124f71a Fixed using temporary registers after for..in (causing §§pop instructions, etc.) 2018-05-27 10:49:42 +02:00
Jindra Petřík
811f7a3b77 Better continue in for / goto detection. 2018-05-26 18:37:25 +02:00
Jindra Petřík
db5750a8f7 show definefunctions in separate clusters in graphs 2018-05-24 15:31:32 +02:00
Jindra Petřík
cdd1acb1f9 More universal GraphExporter
Log exceptions on copy to clipboard graph
2018-05-24 15:31:30 +02:00
Jindra Petřík
7cd52dc324 Making makeGraph public in Graph so Graphviz exporter can access it better 2018-05-24 15:31:29 +02:00
Jindra Petřík
a7f457ad9d AS1/2: break on the end of for..in loop 2018-01-30 07:39:16 +01:00
Jindra Petřík
eca98106d2 AS1/2: Properly handling of Flash7 scripts exported to Flash5/6 - ActionDefineFunction local registers 2018-01-29 22:13:59 +01:00
Jindra Petřík
813d411ccc universalloop extends whileloop
better while loop detection
2018-01-28 13:10:25 +01:00
Jindra Petřík
eb30c18fba AS1/2 break statement decompilation in for..in loops fixed 2018-01-27 17:59:03 +01:00
Jindra Petřík
da586b105f - New AS2 class detector
- Reference helper class moved to helper package.
2018-01-22 22:06:40 +01:00
Jindra Petřík
2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
honfika@gmail.com
5f2ffd0089 Multi thread AS search 2016-12-24 18:52:09 +01:00
honfika@gmail.com
6c8233492b Saving files before refreshing line endings 2016-09-06 09:38:28 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
honfika@gmail.com
09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
Jindra Petřík
4994c4a70c Default clause position in switch fixed 2016-01-17 21:59:20 +01:00