Commit Graph
747 Commits
Author SHA1 Message Date
[email protected] c8c548c5a9 handle exceptions in command line export 2015-07-04 16:35:09 +02:00
Jindra Petřík b56f636f67 Issue #938 Parallel speedup thread count limit fixed 2015-07-04 15:57:16 +02:00
[email protected] 37e51d8503 #936 Replace shapes with png image from the command line 2015-07-04 15:01:12 +02:00
[email protected] 4deeda6361 typo fixes 2015-07-04 14:57:18 +02:00
Jindra Petřík 626668fc43 Merge branch 'v6'
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java
	libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java
	libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java
	src/com/jpexs/decompiler/flash/gui/Main.java
	src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java
2015-07-03 19:06:09 +02:00
Jindra Petřík 0cea275073 A fix ? 2015-07-03 18:34:17 +02:00
[email protected] f96fb33c4d AS2 script import: import pcode/constants 2015-07-02 09:07:55 +02:00
[email protected] 12378f508b external view of DefineBits tag fixed (include JPEGTables tag) 2015-07-01 13:41:47 +02:00
[email protected] e278dd9aee command line option to find swf which contains a specified tag (e.g ffdec.bat --debugtool findtag /swf_folder/ JPEGTables) 2015-07-01 13:27:47 +02:00
[email protected] 27f3b61dd5 Enabel close all menu when no swf is seleted 2015-06-28 10:05:57 +02:00
[email protected] 8214684a49 Spanish translation 2015-06-25 08:56:02 +02:00
[email protected] 364046fda0 show warning when trying to import scripts to AS3 file 2015-06-24 19:28:22 +02:00
[email protected] 7b0a5cfa1b better way to scroll the selected view to visible, fix... 2015-06-23 15:09:31 +02:00
[email protected] 8a55e52ff8 better way to scroll the selected view to visible 2015-06-23 14:50:23 +02:00
[email protected] b3f5db6032 Scroll the selected node in tagtree to visible (bacause when detail panel is shown, sometimes the selected node can be out of the visible area) 2015-06-22 15:17:19 +02:00
[email protected] c39b23d282 refresh export names after raw editing 2015-06-21 20:16:31 +02:00
Jindra Petřík 108f86dd98 Deobfuscation switch to old mode is now hidden in other configuration.
System out fix
2015-06-21 14:45:14 +02:00
Jindra Petřík 84398eaccf New AS3 Deobfuscation method similar to that for AS1/2 2015-06-20 20:27:39 +02:00
[email protected] 0677781f62 format code 2015-06-20 17:58:37 +02:00
[email protected] e40cc087ae spanish translation 2015-06-19 11:57:15 +02:00
[email protected] 2ef4e759c0 windows+mac "exe" export with adobe projector 2015-06-18 08:35:15 +02:00
[email protected] 324f5f52e2 spanish translation 2015-06-17 11:01:40 +02:00
[email protected] 29e3f43102 save fix when compression changed to lzma, allow to compress to lzma from command line. also allow to recompress from command line (e.g lzma=>zlib) 2015-06-15 16:08:23 +02:00
Jindra Petřík f5168031db Generic tag editor - Adding FILTERs and SHAPERECORDs (instantiate abstract classes) 2015-06-14 18:12:02 +02:00
[email protected] ba61e8af04 sprite export settings added to export dialog 2015-06-14 11:29:28 +02:00
[email protected] 5273ba9d1a separated sprite export settings fix 2015-06-14 11:06:16 +02:00
[email protected] 6356d37e75 separated sprite export settings 2015-06-14 10:55:05 +02:00
[email protected] e05d50c89d #924 Sprites to image from commandline 2015-06-14 06:39:14 +02:00
[email protected] ed37330787 Merge origin/master 2015-06-13 09:44:46 +02:00
[email protected] aa260b3d6a Spanish translation 2015-06-13 09:43:50 +02:00
Jindra Petřík 2503f1093d Oficial tag names
(DoABCDefine tag renamed to DoABC2 for example)
2015-06-13 07:11:38 +02:00
Jindra Petřík 650aefede2 Better multi packs handling (Alchemy) - direct editing allowed
Better package/class splitting for obfuscated names
2015-06-12 13:08:32 +02:00
[email protected] 8e770dad9f Swedish translation 2015-06-12 06:33:19 +02:00
[email protected] 853ef1053d open multiple files with drag and drop 2015-06-10 20:31:11 +02:00
[email protected] fb16daffdf html5 export: use stringbuilder 2015-06-10 20:23:11 +02:00
[email protected] 179b0cca3d #918 Can't start FFDec fix, Swedish translation fixed (moved from english fiel to sv file) 2015-06-09 14:28:49 +02:00
[email protected] 02efdde16b Swedish translation 2015-06-08 21:51:22 +02:00
[email protected] d9c6c96a96 exe export modes (not ready yet), missing Main.java file 2015-06-07 13:27:34 +02:00
[email protected] 900ee58f1b exe export modes (not ready yet) 2015-06-06 19:22:14 +02:00
[email protected] 75ce6c72fa #910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix) 2015-06-03 21:00:24 +02:00
[email protected] 9e77d38908 spanish translation 2015-06-02 13:31:13 +02:00
Jindra Petřík 7ebe7727f6 Merge origin/master 2015-06-01 07:05:28 +02:00
Jindra Petřík f8f80c3b8a various AS3 decompilation improvements 2015-06-01 07:05:16 +02:00
[email protected] 4acdd7e029 #905 Show codec details for sound items 2015-05-31 20:41:35 +02:00
[email protected] fe9fbfa63f Swedish translation 2015-05-31 15:42:19 +02:00
[email protected] c490342751 #858: allow to set compression in header edit panel 2015-05-31 14:05:22 +02:00
Jindra Petřík ee00114af7 Issue #832 AS3 direct edit - other ABCs resolving fix
New keyword allows memberOrCall
2015-05-31 10:04:35 +02:00
Jindra Petřík 1e6d369d32 Issue #850 Constant initializing in initializer for equal Multinames, not same multinameIndex only
GUI dispatch thread fix
2015-05-31 06:26:33 +02:00
[email protected] 5ea74fe4ca Swedish translation fix 2015-05-30 19:17:37 +02:00
Jindra Petřík 58c24aa746 Issue #903 FLA export - fix for missing fontName, fix last frame when no last ShowFrameTag present 2015-05-30 07:11:50 +02:00