Commit Graph
104 Commits
Author SHA1 Message Date
Jindra Pet��k 2c94e938cc Better push highlighting 2013-06-23 13:15:00 +02:00
Jindra Pet��k 8f0608ffca Issue #146 AS2 classes in tree structure 2013-06-23 11:03:30 +02:00
Jindra Pet��k 6417835960 Issue #67 Renaming invalid identifiers to Type+Number 2013-06-23 07:14:14 +02:00
Jindra Pet��k 43ffd2ce51 Issue #67 Fixed skipping rename occasionally 2013-06-22 19:25:08 +02:00
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 dad3bdbb0f Issue #129 deobfuscation of ord/getTime 2013-06-19 19:24:29 +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 531b2d4821 updated loop detection algorithm 2013-06-15 19:48:50 +02:00
Jindra Pet��k 4d184231f4 AS1/2 postincrement fix 2013-06-15 19:44:42 +02:00
Jindra Pet��k 26c8748722 AS2 Class detection fix 2013-06-09 20:06:13 +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 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 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 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 f0f7a1cb77 displaying frames without flash player (partially) 2013-06-02 14:45:40 +02:00
Honfika 304289c0ac generic parameters 2013-06-01 00:22:14 +02:00
Jindra Pet��k acbaa19dac better duplicate handling 2013-05-25 19:53:04 +02:00
Jindra Pet��k 8ce1df2060 better script search caching
placeobject getname fix
2013-05-20 19:10:45 +02:00
Jindra Pet��k 33505ff308 Issue #85 - AS3 Text search 2013-05-19 21:06:40 +02:00
Jindra Pet��k ab31e793e9 Graph decompiling enhancements, better path handling 2013-05-19 12:47:41 +02:00
Jindra Pet��k c76045d6ff Issue #94 AS1/2 ActionTry - register cast fix 2013-05-19 12:45:27 +02:00
Jindra Pet��k 49102ce719 AS1/2: #93 fixed switch detection
AS2: Better class detection
2013-05-19 08:13:31 +02:00
Jindra Pet��k 6815c1cf8e Issue #79 ActionStartDrag constraint fix 2013-05-07 19:07:56 +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 9ab1f28138 ActionEnd nop fix 2013-04-30 23:00:02 +02:00
Jindra Pet��k f18305bb9e dissasembly progress percent view
better text tags editing - parameters
2013-04-30 22:45:51 +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 65985a237c Issue #79, AS1/2 class detection fix 2013-04-27 17:39:14 +02:00
Jindra Pet��k e479932693 updated build script
few javadoc fixes
2013-04-23 22:28:18 +02:00
Jindra Pet��k ba0ee6fd60 gui enhancements 2013-04-20 18:51:45 +02:00
Jindra Pet��k 2b34d90738 AS1/2 parser fix... expressions 2013-04-20 18:13:02 +02:00
Jindra Pet��k b9eeb54b68 AS1/2: For..in fix 2013-04-20 15:46:45 +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 05d1aa0f79 AS1/2: define function 2: register names fix 2013-04-20 11:04:58 +02:00
Jindra Pet��k 0e399613d4 AS2 check class fix 2013-04-20 11:00:31 +02:00
Jindra Pet��k dff40cafef Issue #75 If ... return 2013-04-20 10:05:16 +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 78704d9d02 AS1/2 better handling chained assignments/preincrement 2013-04-19 21:36:08 +02:00
Jindra Pet��k f0ecb254da AS2: chained assignments vs classes fix 2013-04-19 20:53:04 +02:00
Jindra Pet��k ac1f6fea06 AS1/2: Merging pushes fix 2013-04-19 20:20:37 +02:00
Jindra Pet��k f85f2cca27 AS1/2 direct editing
ifFrameLoaded function
2013-04-15 19:07:16 +02:00
Jindra Pet��k bb0a1a49bd better AS1/2 parser - properties stub 2013-04-14 15:57:01 +02:00
Jindra Pet��k aff763637b better AS1/2 parser - constantpool 2013-04-14 15:32:02 +02:00