Commit Graph
3187 Commits
Author SHA1 Message Date
[email protected] b0b6ffba1f Merge origin/master 2015-07-04 16:46:11 +02:00
Jindra Petřík 2547d22901 Swedish translation improved 2015-07-04 16:45:49 +02:00
Jindra Petřík 7ccc0efd8d Build fix :-) 2015-07-04 16:39:58 +02:00
[email protected] c8c548c5a9 handle exceptions in command line export 2015-07-04 16:35:09 +02:00
Jindra Petřík 1c338b18ca Switch for deobfuscation modes changed to checkbox (reset to disable old mode) 2015-07-04 16:34:53 +02:00
Jindra Petřík 03f6b4729e AS1/2 Call function fix 2015-07-04 16:03:21 +02:00
Jindra Petřík de7acea67c AS1/2 Call function fix 2015-07-04 16:00:36 +02:00
Jindra Petřík b56f636f67 Issue #938 Parallel speedup thread count limit fixed 2015-07-04 15:57:16 +02:00
Jindra Petřík 3c813acc6a Merge origin/master 2015-07-04 15:21:55 +02:00
Jindra Petřík 3a22038f03 AS3 - improved switch handling 2015-07-04 15:21:47 +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
[email protected] b700db9027 test fixed 2015-07-04 14:42:12 +02:00
[email protected] 07bce2f364 Merge origin/master 2015-07-04 14:24:06 +02:00
[email protected] 738b26ccc1 AS3 deobfuscation fix (jumps after the end), faster instruction length calculation 2015-07-04 14:23:37 +02:00
Jindra Petřík d8c25ce3e8 Old Idea project removed. It is still probably not working. 2015-07-04 08:52:49 +02:00
Jindra Petřík 79ead0c21e Update README.md 2015-07-04 08:50:03 +02:00
[email protected] 1b50f77ac8 clone exceptions in methodbody 2015-07-04 07:45:28 +02:00
[email protected] 064679b6e2 AS3 deobfuscation fix 2015-07-04 00:21:55 +02:00
[email protected] 6f4da26453 merge fixes 2015-07-03 20:48:23 +02:00
Jindra Petřík 3494556c52 AS3 instruction insert fix 2015-07-03 19:54:36 +02:00
Jindra Petřík 635b6d69d5 AS3 instruction remove fix 2015-07-03 19:37:59 +02:00
Jindra Petřík f3c0c8fa69 Introduce end-of-line normalization 2015-07-03 19:08:19 +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
Jindra Petřík ab5e79632b AS3 loop break fixed - tests now pass 2015-07-03 17:24:32 +02:00
[email protected] 62127fe7fb import AS3 scripts from GUI 2015-07-03 13:11:54 +02:00
Jindra Petřík bc59d42957 AS3: ASM instruction remove/replace/insert fix, test added 2015-07-03 07:08:27 +02:00
[email protected] b932a86de3 test fix 2015-07-02 09:17:23 +02:00
[email protected] f96fb33c4d AS2 script import: import pcode/constants 2015-07-02 09:07:55 +02:00
Jindra Petřík 7983b0bd01 Adding goto §§ instruction for unresolved jumps (FlashCC etc.)
AS3: Add/remove instruction improvement
2015-07-02 06:31:12 +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] 4eb9e54e51 detect "Non-standard LZMA compressed Flash" (signature=ABC) files in DefineBinaryData tag 2015-07-01 12:21:52 +02:00
[email protected] e56d454090 JRE setup parameters fixed 2015-06-30 08:33:30 +02:00
[email protected] 28cd2f6347 restore the matrixes, too 2015-06-29 12:20:31 +02:00
[email protected] e630374e4e restore modified state even when something goes wrong 2015-06-29 12:18:28 +02:00
[email protected] 27f3b61dd5 Enabel close all menu when no swf is seleted 2015-06-28 10:05:57 +02:00
[email protected] a3aee1b15f Message fixed in installer 2015-06-27 14:16:48 +02:00
[email protected] 69819ae7a0 define bits fix 2015-06-26 09:56:13 +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 e49362cf47 AS3: Faster remove ignored without reparsing 2015-06-21 15:42:24 +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 1747d06edf AS3: Jump deobfuscation improved 2015-06-21 14:40:00 +02:00
Jindra Petřík 18c295010a AS3: insert instruction fix for try 2015-06-21 07:31:36 +02:00