Commit Graph
526 Commits
Author SHA1 Message Date
Jindra Pet��k f3a2d0ada1 Issue #147 Escape filenames from invalid identifiers
Issue #132 Rename identifiers renames strings
Issue #130 Renaming identifiers in SymbolClass tags
2013-06-22 17:44:35 +02:00
Jindra Pet��k 652f1af0c6 If item fix 2013-06-21 20:26:09 +02:00
Jindra Pet��k 1fc2bc5d7e Issue #150 Long lines restriction removed 2013-06-21 20:17:43 +02:00
Jindra Pet��k 60df54d7e1 Issue #149 Empty If branches are inverted 2013-06-21 20:14:27 +02:00
Jindra Pet��k 2cd0dd243f Loop detection Fix 2013-06-20 20:41:43 +02:00
Jindra Pet��k 79a1264b39 Parallelism can be turned off 2013-06-19 20:31:04 +02:00
Jindra Pet��k dad3bdbb0f Issue #129 deobfuscation of ord/getTime 2013-06-19 19:24:29 +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 2481fa465d Issue #128 improved imports 2013-06-16 20:20:02 +02:00
Jindra Pet��k 0aadf53cb7 Issue #128 improved imports 2013-06-16 20:19:25 +02:00
Jindra Pet��k f464ed5605 obfuscated typename fix 2013-06-16 20:19:02 +02:00
Jindra Pet��k bebdcf46e4 CFG retnode fix 2013-06-16 19:04:30 +02:00
Jindra Pet��k 008f9da8d7 #124 Flash player file path detection 2013-06-16 19:04:11 +02:00
Jindra Pet��k f7bac4eb8e #102 Fixed highlighting in export 2013-06-16 17:04:28 +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 58ec9b5744 AS3: inc/dec local fix 2013-06-15 19:46:42 +02:00
Jindra Pet��k 4d184231f4 AS1/2 postincrement fix 2013-06-15 19:44:42 +02:00
Jindra Pet��k 54e4518f99 invalid length tag read fix 2013-06-15 19:42:26 +02:00
Jindra Pet��k ce34458108 replacements file fix 2013-06-15 19:42:12 +02:00
Jindra Pet��k 26c8748722 AS2 Class detection fix 2013-06-09 20:06:13 +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 1483379b85 Internal flash viewer - displaying morphshapes 2013-06-09 19:23:31 +02:00
Jindra Pet��k c8be328d3e shapes fix 2013-06-09 16:29:50 +02:00
Jindra Pet��k a2ee9178a2 Improved internal flash viewer - shapes 2013-06-09 16:20:39 +02:00
Jindra Pet��k 0d45ce6869 #102 Fixed shapes to FLA export 2013-06-09 11:08:50 +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 d4a6647f73 AS3 traits converting paralel speedup 2013-06-05 20:53:48 +02:00
Jindra Pet��k 4be3c52237 AS3 export paralel speedup 2013-06-05 20:53:17 +02:00
Jindra Pet��k de6df1a370 cache fix 2013-06-04 21:44:29 +02:00
Jindra Pet��k 43164625cd Java 7 try-with-resources
Java 7 multi catch
2013-06-04 21:35:35 +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 89b5d5f4c7 internal flash viewer always enabled for platforms without flash player (linux,...) 2013-06-03 19:50:46 +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 201f9a40bd viewer fixes 2013-06-02 21:24:06 +02:00
Jindra Pet��k 8a2f881227 Issue #107 separating GUI classes from the rest 2013-06-02 20:11:15 +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 f10ddce226 Issue #104: Inc/Declocal nullpointer fix 2013-06-02 16:14:33 +02:00
Jindra Pet��k cc7a04d892 Issue #111, AS3:Object literal truncates line 2013-06-02 16:12:53 +02:00
Jindra Pet��k 54d51bad82 Issue #103, Fixed setslot handling 2013-06-02 15:23:48 +02:00