Commit Graph

59 Commits

Author SHA1 Message Date
Honfika
0486cb3958 some sprite/frame rendering issue fixed, generic cache, serializableimages 2014-01-29 00:58:30 +01:00
Honfika
41e9e58c31 format code 2014-01-22 17:29:16 +01:00
Honfika
863cf1d387 swf bundle save fixed, other small fixes 2014-01-22 15:34:12 +01:00
Honfika
254b91dd5d #493 Missing/Lost search results: fixed, swf, zip and binary files temporary disabled 2014-01-20 22:49:32 +01:00
Honfika
5ce21a4eee Search panel refactored 2014-01-19 20:35:25 +01:00
Honfika
49d5470f93 missing localizations 2014-01-18 13:27:42 +01:00
Honfika
c361216cf7 gui classes separated 2014-01-04 16:04:39 +01:00
Honfika
91cb40d56e TagTree nodes/items hierarchy refactored 2014-01-04 13:14:30 +01:00
Honfika
dd333ce658 jsyntaxpane issue fixed: Resetting content type for multiple editor panes yields NPE
http://code.google.com/p/jsyntaxpane/issues/detail?id=172
singleton_editor_kit.patch applied
2014-01-02 16:22:13 +01:00
Honfika
5ca8223d48 show binary data, repace binary button. 2013-12-28 12:52:39 +01:00
Honfika
88c96e2c91 #447 standard non ribbon interface 2013-12-27 08:41:26 +01:00
Honfika
e1f4ca362b prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance) 3 2013-12-22 16:08:45 +01:00
Honfika
b9a1269505 prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance) 2 2013-12-21 23:36:06 +01:00
Honfika
727d7a74e5 prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance), some action commands moved to constants 2013-12-20 16:27:25 +01:00
Honfika
4064d82dc2 missing copyright headers added, reformated with updateLicense function 2013-12-14 20:28:49 +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
e6250555ef AS2 highlighting fixed, debug menu added 2013-11-15 17:58:10 +01:00
Honfika
19525c8fc7 small fixes, error handling 2013-11-13 20:48:53 +01:00
Honfika
82ab797b5f editor panes: hexonly button is disabled by default (new icon needed) 2013-11-10 19:22:22 +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
72a9f59da6 hexedit AS3 code 2013-11-06 21:39:43 +01:00
Honfika
62e97826a9 throw interrupted exception when Thread.isInterrupted() => timed out threads will abort 2013-11-05 23:29:26 +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
3b69e9f291 organize imports 2013-11-01 01:13:11 +01:00
Honfika
d23c2dbe63 highlighting refactored 2013-11-01 01:07:19 +01:00
Honfika
3be09601c3 export "pcode with hex" and "only hex" options added 2013-10-15 21:50:00 +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
Jindra Petøík
fcd3f8b0cd Improved highlighting, now uses lexer. 2013-09-15 12:04:30 +02:00
Jindra Petøík
c777e82980 AS3: New P-code editing syntax inspired by RABCDAsm.
AS3: Multiname and namespace editing.
AS3: Editing whole trait in one textarea
AS3: Removed messages about adding new constants
AS3: Modified colors in editor
AS3: Highlighting pair parenthesis/bracket
AS3: Editing various new P-code parameters
2013-09-14 18:57:08 +02:00
Honfika
624194f453 organize imports 2013-09-09 21:12:58 +02:00
Honfika
591e47b964 faster disassembling 2013-09-08 23:13:35 +02:00
Honfika
06a890b2c4 preserve tag tree expanded state after removing a node 2013-09-03 17:10:55 +02:00
Honfika
8f4fbb6679 AS2 disassembler fixed (jump to the middle of the instuction) 2013-09-03 00:35:24 +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
Jindra Petøík
0cf5862534 merged honfika changes
chinese translation for jsyntaxpane
2013-08-25 10:32:23 +02:00
Jindra Petøík
652513ce46 fixed ActionScript 1/2 default script/pcode split position - script was invisible on initial settings 2013-08-25 10:20:26 +02:00
Honfika
8393f063cb using true/false values in getConfig methods everywhere 2013-08-25 08:47:42 +02:00
Honfika
91eb780db3 generic config get/set methods 2013-08-25 08:29:56 +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
f29a8e0df6 AS2 fixed class detection
Issue #269 command line parameters for switching on/off deobfuscation and paralellspeedup
2013-08-03 13:04:40 +02:00
Jindra Petøík
2549f9751a Issue #274 show the elapsed time during export in the output 2013-08-03 09:46:16 +02:00
Jindra Petøík
d68d4d22b4 Issue #266 AS3 deobfuscation fix - switches, try clauses
Fixed substance components handling
2013-07-27 18:20:26 +02:00
Jindra Petøík
af2f69aa93 New UI
Removed Start Menu
2013-07-22 21:37:16 +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