Commit Graph

217 Commits

Author SHA1 Message Date
Jindra Petřík
d22a166163 Organize import 2016-08-20 20:12:28 +02:00
Jindra Petřík
5c4e07ec1b Parsing Flex SDK errors
init swf to flex before editig
2016-08-20 18:23:09 +02:00
Jindra Petřík
c4e1879b79 As3ScriptReplacer as interface
Better handling missing directories
Tip for directories in advanced setting refactored - link to Flex SDK
Use Flex SDK switch in Advanced settings
2016-08-16 23:31:12 +02:00
Jindra Petřík
9262eff627 ABC merging 2016-08-15 21:15:53 +02:00
Jindra Petřík
003d923c80 Merge branch 'dev' into flexcompile
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
2016-08-14 19:55:15 +02:00
Jindra Petřík
8c5345cfd8 AS3 editation with flex - not really working yet:
- needs fixing circular references, etc. (eg. editing class which references classes which references this class)
 - needs better errors displaying with jump to error line, etc.
2016-08-06 07:19:52 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík
c8951d9522 Import/Usage parsing separated to one class
Class for generating linker reports from SWF files
(similar to -link-report option in Flex)
Generating linker report from commandline
2016-07-31 15:15:36 +02:00
Jindra Petřík
37b5995cb1 Commandline FLA/XFL extension fix 2016-07-24 21:42:17 +02:00
Jindra Petřík
5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
honfika@gmail.com
adfdbd3dbb #1251 SWF is not the same after exporting to XML then importing back to SWF fix? 2016-06-16 23:13:06 +02:00
honfika@gmail.com
de2b4739c8 hide memory search on non windows platform + show warning on command-line memory search on non-windows platform 2016-05-18 15:56:54 +02:00
honfika@gmail.com
0419fbc399 show warning when parallel export and single file export are both enabled 2016-04-30 14:00:04 +02:00
honfika@gmail.com
b575ebf802 get last commit date of mainframe properies files 2 2016-04-04 21:15:35 +02:00
honfika@gmail.com
39da3feb88 help added for -cli parameter 2016-04-02 19:23:23 +02:00
honfika@gmail.com
251cfdda4f custom command line paramters fixed, ABC parameter added to method body parsed event 2016-04-01 13:35:44 +02:00
Jindra Petřík
79f67b19a2 unicode fix in generated docs 2016-03-28 20:19:56 +02:00
Jindra Petřík
f129a66d21 docs outfile fix 2016-03-28 19:57:29 +02:00
Jindra Petřík
34d504434e AS3 instruction documentation improvements
Generate doc from commandline
HTML document with all AS3 instructions
2016-03-28 19:50:48 +02:00
Jindra Petřík
bfeb2dc2ba Merge origin/master 2016-03-26 20:17:37 +01:00
Jindra Petřík
f14d92613c gui fix after refactorings 2016-03-26 20:17:16 +01:00
honfika@gmail.com
db10ce12e8 zoom fix 2016-03-19 17:42:37 +01:00
honfika@gmail.com
c648565eb9 zoom parameter help fixed ("currently for FlashPaper conversion only" removed) 2016-03-17 14:09:57 +01:00
honfika@gmail.com
d1f253b609 fix 2016-03-13 10:40:31 +01:00
honfika@gmail.com
3ae2da1d62 show swf info when swf found in memor on command line search 2016-03-13 10:36:48 +01:00
honfika@gmail.com
4cff42370f fix 2016-03-13 10:33:02 +01:00
honfika@gmail.com
6bf39d05eb #1170 Extract from Memory in Command Line 2 2016-03-13 10:18:19 +01:00
honfika@gmail.com
d2432eb6b6 #1170 Extract from Memory in Command Line 2016-03-13 09:40:16 +01:00
honfika@gmail.com
2cef32100f continue fla exporting with the next file when an swf fails to export 2016-03-06 21:10:55 +01:00
honfika@gmail.com
695de2f863 export without version number to make easier comparing (only for debugging, should be enabled in advanced settings) 2016-03-06 19:01:41 +01:00
honfika@gmail.com
475b7c7d8f fix 2016-03-06 18:27:11 +01:00
honfika@gmail.com
421fbf8bc0 export fla without scripts for debugging purposes 2016-03-06 17:14:35 +01:00
honfika@gmail.com
fa9623bf9f mulptiple xlf export fix (separate output directory for each swf), show definebuttontag(1) actions in tree, image export fix (sometimes throws ArrumentOutOfBounds exception) 2016-03-06 15:35:46 +01:00
Jindra Petřík
85c252e724 Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
reseting most of them by renaming.
2016-02-19 16:52:44 +01:00
honfika@gmail.com
f48f81ecef cache parameter removed, only the folder preview images were cached, cache them in that class 2016-02-10 08:59:33 +01:00
honfika@gmail.com
ab4a7bfbdb do not apply color transform when it has the default values 2016-02-07 10:23:29 +01:00
honfika@gmail.com
09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
honfika@gmail.com
11d3e41c4e #1144 Command line argument renameInvalidIdentifiers creates a corrupted SWF: close file strem properly (stream is not flushed after System.exit call) 2016-02-02 15:34:47 +01:00
honfika@gmail.com
7b53768da7 #1127 autoRenameIdentifiers is not supported in CLI mode: fixed 2016-01-03 10:45:54 +01:00
honfika@gmail.com
1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
honfika@gmail.com
792b627cd9 add custom command line parameters 2015-12-28 10:12:20 +01:00
honfika@gmail.com
16a27789e3 swf.tags and sprite.subtags are private to avoid modifying the list without setting the isModified flag + some small chages 2015-12-27 10:19:27 +01:00
honfika@gmail.com
c563a7449b allow trait specification in pcode import 2015-12-15 12:46:08 +01:00
Jindra Petřík
0724b4a3f0 Debug (breakpoints, step) P-code for both AS1/2 and AS3 2015-12-06 06:29:08 +01:00
Jindra Petřík
668e1e2f14 Debugger stub - TODO 2015-11-15 16:09:11 +01:00
Jindra Petřík
68d0ddccb6 build fix 2015-11-15 09:22:10 +01:00
honfika@gmail.com
56bd4cd1f6 AS2 deobfuscation improvement 2015-11-01 12:12:04 +01:00
Jindra Petřík
b9c289464d enable debugging of SWF file, from commandline 2015-10-24 19:13:36 +02:00
Jindra Petřík
f977c1c381 Commandline info document class deobfuscation fix 2015-10-23 09:51:06 +02:00
Jindra Petřík
347f94ed0a commandline swf info deobfuscate document class 2015-10-23 07:03:12 +02:00