Commit Graph

108 Commits

Author SHA1 Message Date
Honfika
49d5470f93 missing localizations 2014-01-18 13:27:42 +01:00
Honfika
203abdd561 LocalData object instead of object lists 2014-01-12 23:43:30 +01:00
Honfika
c361216cf7 gui classes separated 2014-01-04 16:04:39 +01:00
Honfika
09fb0cf795 missing localizations 2 2014-01-03 15:56:12 +01:00
Honfika
06b95ac6e1 Issue #431: Canceling background threads (after timeout, or after user action, e.g new treeitem selected) fixed + small fixes 2013-12-03 00:26:21 +01:00
Honfika
09aeafb77b Deobfuscation simplified 2013-12-01 13:55:08 +01:00
Honfika
ac96c7dbb5 Workarounds for StackOverflowExceptions 2013-12-01 08:53:04 +01:00
Honfika
f0697ebeb6 removed unnecessary string=>utf8 byte[]=>input stream=>reader converts, utf8 helper added (UnsupportedEndodingException should not thrown) 2013-11-17 09:08:05 +01:00
Honfika
b3dc9a4d13 cancellable search, strongly typed configuraion fields (later they will be listed on the advanced settings page) 2013-11-07 21:18:18 +01:00
Honfika
bef5f0ae67 cleanup with "Inspect and Transform" 2013-11-07 00:26:49 +01:00
Honfika
62e97826a9 throw interrupted exception when Thread.isInterrupted() => timed out threads will abort 2013-11-05 23:29:26 +01:00
Honfika
91d7f2b919 some warnings fixed 2013-11-05 22:34:53 +01:00
Honfika
0579ac38cb export: write to file directly, cancelable decompilation (cancel button in the status panel) 2013-11-05 17:59:35 +01:00
Honfika
6d264576e4 as2 export fix, as2 edit fix (prefix, suffix problem) 2013-11-01 15:01:34 +01:00
Honfika
d23c2dbe63 highlighting refactored 2013-11-01 01:07:19 +01:00
Honfika
2cf26a4c31 removed some unnecessary checks 2013-10-20 08:35:49 +02:00
Honfika
908e73e0b3 small fixes 2013-10-16 23:11:01 +02:00
Honfika
79f2f7cd45 replace hex tags to comment in export, AS2 highlight fixed 2013-10-15 22:24:17 +02:00
Honfika
3be09601c3 export "pcode with hex" and "only hex" options added 2013-10-15 21:50:00 +02:00
Honfika
dbd1232df2 small fixes, improvements 2013-10-15 19:11:06 +02:00
Honfika
b82bd36058 more stringbuilders 2 2013-10-14 23:47:26 +02:00
Honfika
31bca9c8fe more stringbuilders 2013-10-13 19:36:57 +02:00
Honfika
fb5af451e2 localData class added 2013-10-13 12:33:15 +02:00
Honfika
ac7f4a6f17 test for removing extra jumps (currently fails), small issue with ActionEnd fixed 2013-10-12 12:49:06 +02:00
Jindra Petøík
fcd3f8b0cd Improved highlighting, now uses lexer. 2013-09-15 12:04:30 +02:00
Honfika
624194f453 organize imports 2013-09-09 21:12:58 +02:00
Honfika
d017a6c8fc indent open, indent close fixed 2013-09-03 11:18:18 +02:00
Honfika
8f4fbb6679 AS2 disassembler fixed (jump to the middle of the instuction) 2013-09-03 00:35:24 +02:00
Jindra Petøík
5e1976a792 Playback controls 2013-09-01 14:30:49 +02:00
Honfika
5e9ef55911 asmparser: constantpool problem fixed 2013-08-28 17:28:21 +02:00
Honfika
d1a0c1d463 highlight parameter added 2013-08-25 15:17:58 +02:00
Honfika
8e4bbfcf61 Show total export time, configurable method decompilation timeout 2013-08-25 10:45:07 +02:00
Jindra Petøík
8a8084ef28 Loading SWFs from memory
Progressbar animation fix
Few refactorings
2013-08-24 14:05:15 +02:00
Honfika
0ef3a7dea1 decompilation timeouts 2013-08-20 19:18:01 +02:00
Jindra Petøík
7eca256e3c Issues #266: Unsuccessfull try to improve deobfuscation 2013-08-11 22:41:48 +02:00
Jindra Petøík
b01ede8cca Few refactorings & formatting 2013-08-03 16:33:48 +02:00
Jindra Petøík
1ceade4ae9 AS2 fixed class detection 2013-08-03 13:01:42 +02:00
Jindra Petøík
ae0ad85df2 Improved deobfuscation 2013-08-03 08:49:17 +02:00
Jindra Petøík
3fdfaa5b56 #284 fixed nullpointer exceptions, texttag 2013-08-01 19:05:17 +02:00
Jindra Petøík
2474b6bd34 Issue #265 deobfuscation problem 2013-07-27 15:01:53 +02:00
Jindra Petøík
9c58a474ec Issue #272 Class initializer editing fix 2013-07-27 13:56:47 +02:00
Jindra Petøík
af2f69aa93 New UI
Removed Start Menu
2013-07-22 21:37:16 +02:00
Jindra Petøík
e8807e951d registers in function fix 2013-07-20 09:26:40 +02:00
Jindra Petøík
1307b06c12 unchecked fix 2013-07-19 20:08:57 +02:00
Jindra Petøík
c0c1b56615 Issue #203 AS1/2 (de)compiler fixes 2013-07-19 20:08:33 +02:00
Jindra Petøík
38bb6513d8 Issues #238,#239,#240 Fixed deobfuscation 2013-07-16 13:04:29 +02:00
Jindra Petøík
bf195f1a6a Refactoring:
AVM2 / TreeItem => AVM2Item
Action / TreeItem => ActionItem
decompiler.flash.graph => decompiler.graph
2013-07-16 05:40:32 +02:00
Jindra Petøík
49ef4c0961 AS1/2 Improved direct editing
AS1/2 Improved decompilation of various global functions
2013-07-15 23:07:36 +02:00
Jindra Petøík
1ea00e5973 AS1/2: fixed ignored push 2013-07-13 12:51:37 +02:00
Jindra Petøík
547add2a74 code path propagation 2013-07-12 20:44:42 +02:00