Commit Graph

76 Commits

Author SHA1 Message Date
Jindra Petøík
2cd0dd243f Loop detection Fix 2013-06-20 20:41:43 +02:00
Jindra Petøík
634a71167d fixed debug mode 2013-06-19 19:03:59 +02:00
Jindra Petøík
4f41b1eb22 Improved loop detection (own algorithm)
Boomerang part removed (was not working well)
2013-06-18 23:00:24 +02:00
Jindra Petøík
b1d9159182 Issue #135 CommentItem fix 2013-06-16 21:06:02 +02:00
Jindra Petøík
4d28e60320 AS1/2 fixed loop detection/return node 2013-06-16 16:22:34 +02:00
Jindra Petøík
e30711d152 updated loop detection algorithm, now it uses modified part of Boomerang code 2013-06-16 16:03:34 +02:00
Jindra Petøík
531b2d4821 updated loop detection algorithm 2013-06-15 19:48:50 +02:00
Jindra Petøík
d07cb46b7c process ifs fix 2013-06-09 19:55:33 +02:00
Jindra Petøík
963ff4a06f #101 AS1/2 loop fix 2013-06-09 19:55:00 +02:00
Jindra Petøík
b8778ba2f1 New loop detection algorithm 2013-06-09 05:59:59 +02:00
Jindra Petøík
66daf6fe8e logging fix 2013-06-05 21:43:23 +02:00
Jindra Petøík
448699da23 Ternar operator fix 2013-06-05 21:40:04 +02:00
Jindra Petøík
855cd13a31 Issue #108 Paralel tag reading
Java 7 diamond operator
2013-06-04 20:46:22 +02:00
Jindra Petøík
cad79165fe Issue #101 loops fixes 2013-06-03 19:48:43 +02:00
Jindra Petøík
8b4308fd7f Supported Java version changed to 1.7
Unchecked warnings eliminated
2013-06-02 22:03:03 +02:00
Jindra Petøík
85c0114b70 Merged Honfika changes: Issue #109 generic parameters, Issue #106 not using static imports 2013-06-02 19:28:43 +02:00
Jindra Petøík
a93d6cf899 Issue #105 Better do while..break handling 2013-06-02 18:36:17 +02:00
Jindra Petøík
bc58cb83f4 Issue #104, Multiple conditions in loop fix 2013-06-02 17:28:14 +02:00
Jindra Petøík
da0ce38f7d Issue #111, AS3:Object literal truncates line 2013-06-02 16:19:39 +02:00
Jindra Petøík
cc7a04d892 Issue #111, AS3:Object literal truncates line 2013-06-02 16:12:53 +02:00
Honfika
304289c0ac generic parameters 2013-06-01 00:22:14 +02:00
Jindra Petøík
4b91a515a8 better duplicate handling 2013-05-25 20:00:54 +02:00
Jindra Petøík
acbaa19dac better duplicate handling 2013-05-25 19:53:04 +02:00
Jindra Petøík
91d0ff8803 Issue #95 - better script end handling 2013-05-19 13:57:55 +02:00
Jindra Petøík
ab31e793e9 Graph decompiling enhancements, better path handling 2013-05-19 12:47:41 +02:00
Jindra Petøík
54cd589e31 removed temporary logs to console 2013-05-07 19:41:26 +02:00
Jindra Petøík
cb9c183b82 Fixed while and/or loops 2013-05-05 11:08:42 +02:00
Jindra Petøík
c716b9b328 Issue #88 - Fixed Graph building
Fixed while and/or loops
2013-05-05 10:28:00 +02:00
Jindra Petøík
8e76b33025 formatting
better displaying sprites with bitmap shapes
2013-05-04 15:48:11 +02:00
Jindra Petøík
8d3272742e Graph fix - parts with only jump in in gets ignored 2013-05-04 12:31:05 +02:00
Jindra Petøík
3bd79692ca Graph fix - parts with only jump in in gets ignored 2013-05-04 11:16:39 +02:00
Jindra Petøík
4dd7769c4a AndItem,OrItem fix back 2013-05-03 21:23:28 +02:00
Jindra Petøík
3b82cf2fac Issues #78,#81,#82 Fixed deobfuscation, exceptions during printgraph,... 2013-05-03 20:40:07 +02:00
Jindra Petøík
a1e5a1ff25 Issue #78 script trait slots fix 2013-04-28 09:52:37 +02:00
Jindra Petøík
dc720378ca removetraps...this fix
graph path fix
2013-04-27 22:52:12 +02:00
Jindra Petøík
8f9d81149f Issue #78 fix
support for larger switches (more than 10 cases) - GraphPath
better while(true) detection
StackOverflow detection
2013-04-27 20:53:22 +02:00
Jindra Petøík
51803c2850 Issue #79, wrong printGraph 2013-04-27 17:22:29 +02:00
Jindra Petøík
ba0ee6fd60 gui enhancements 2013-04-20 18:51:45 +02:00
Jindra Petøík
f7beaaecca AS1/2/3 loops fix 2013-04-20 16:52:37 +02:00
Jindra Petøík
f6b3c559f0 Issue #68 binary data export, assigning names to characters via SymbolClass tag 2013-04-20 14:00:59 +02:00
Jindra Petøík
3e0eb0fe48 Issue #48 Decompile only specified class 2013-04-20 11:51:59 +02:00
Jindra Petøík
877ba24c81 Issue #66 Decompress LZMA from commandline 2013-04-20 10:46:00 +02:00
Jindra Petøík
9e79afd784 while, do..while fix 2013-04-20 10:26:20 +02:00
Jindra Petøík
dca5bc5466 Issue #75 If ... return 2013-04-20 10:11:58 +02:00
Jindra Petøík
3850520117 Issue #75 comma operator in while/do..while condition 2013-04-20 09:56:32 +02:00
Jindra Petøík
ca5a7b9ab4 comma operator in while condition
AS1/2 switch fix
2013-04-19 23:08:53 +02:00
Jindra Petøík
aff763637b better AS1/2 parser - constantpool 2013-04-14 15:32:02 +02:00
Jindra Petøík
419696472c do..while fix 2013-04-14 11:36:09 +02:00
Jindra Petøík
116bf760f0 poptreeitem fix 2013-04-13 18:25:48 +02:00
Jindra Petøík
b53aed8bbe FlashPlayer path modified to "lib/FlashPlayer.exe"
Source Formatting
Few refactorings
2013-04-10 19:44:39 +02:00