Commit Graph
200 Commits
Author SHA1 Message Date
Dofera 93a09b4c59 Add Symbol-Class export support for commandline 2022-10-02 19:01:59 +02:00
Jindra Petřík ad2e3f0978 Little -replace refactoring, adding help form -replace with <argsfile> 2022-10-02 18:48:16 +02:00
AhmedAhmedEG 8aeade870f Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG e979e4a019 Backward Compatible 2022-10-02 18:48:16 +02:00
AhmedAhmedEG 5944eddf16 Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG 0673974a24 Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG 38ec145e86 Improved -replace command
The replace command suffered from errors if it was gives unicode class named in the terminal, also it was limited with the maximum line length of the terminal, now I made a very simple modification to make only 3 parameters:-
1-InFile
2-OutFile
3-ArgumentsTextfilePath

So we create a text file with all the arguments we want, with infinite length, and getting rid of the unicode errors, this is very useful as some flash files have 100+ scripts, and you have to stuff 2 arguments per file with full path in the terminal line length limit, and also lose the ability to specify classes that have unicode characters on it, as FFDEC was parsing them from the terminal as question marks.
2022-10-02 18:48:16 +02:00
Exund 2586710575 Import from file to save on memory 2022-07-03 16:26:25 +02:00
Jindra Petřík d4218e9136 Changed Flex SDK links to Apache Flex
Fixed Flex SDK not required on commandline when Flex compilation is disabled
2022-02-20 10:31:59 +01:00
Jindra Petřík 3f147068ea Added #1744 SVG shape import from commandline 2021-11-19 13:03:23 +01:00
Jindra Petřík dfc724ec02 #1485 night mode for AS3 p-code docs window 2021-11-19 13:03:23 +01:00
Jindra Petřík edeec29fb7 Commandline: allow to pass argument -nobundle to skip bundles detection by extension in -info command 2021-04-05 16:56:59 +02:00
Jindra Petřík b4d97d60d7 Fixed: filters zooming 2021-03-24 20:36:42 +01:00
Jindra Petřík c339113f45 Fixed: #1332 Flash viewer - Show directly added images when placeFlagHasImage is true on AS3 swfs 2021-03-12 22:12:39 +01:00
Jindra Petřík 380e7071bd Fixed: #1396, #1254 FLA Export - AS3 frame scripts 2021-03-12 22:12:39 +01:00
Jindra Petřík 03f033035f #1260, #1438 AS1/2 direct editing on(xxx), onClipEvent(xxx) handlers 2021-02-24 19:55:59 +01:00
Jindra Petřík a954d2f902 Fixed #1490, #1493 AS1/2 direct editation of cast op, cast op decompilation 2021-02-24 19:55:59 +01:00
Jindra Petřík b2fd1c0dc5 Fixed #1185 AS3 Incorrect imports in obfuscated files 2021-02-10 18:22:05 +01:00
Jindra Petřík c6b1e528df update license header year 2021-02-08 20:15:19 +01:00
Jindra Petřík ca0c093c21 #1529 commandline selection of tag ids now applies to sprites and buttons 2020-04-25 17:11:07 +02:00
Jindra Petřík 317308a640 #1378 Transparent background on PNG/GIF sprite export,
SWF background on shape BMP export
2020-04-25 17:11:07 +02:00
Gauthier Billot fb24291c79 Fix typo 2020-04-25 17:11:07 +02:00
Jindra Petřík 16f0bfc2db #1484 AS import error import on commandline fix 2018-09-08 15:23:49 +02:00
Jindra Petřík c2f729b3bf Turkish locale toLowerCase I problem fix (causing not loading main window because of icon names conversion, etc.) 2018-04-01 16:26:32 +02:00
Jindra Petřík 2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
[email protected] 64293e3813 [#1365] Allow to configure all types of configuration settings from command line 2017-04-08 10:19:02 +02:00
[email protected] b13bd62e5f #1333 Exporting sprites as swf files 2016-12-31 17:06:45 +01:00
Jindra Petřík 8a0223a02a Namespace suffix handling on all Levels.
Classes with same name handling.
Test data
2016-09-17 14:44:59 +02:00
Jindra Petřík da859ddb41 AS3 p-code editing - metadata read/write support 2016-08-28 17:01:50 +02:00
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 07d4b7d906 Normalize all the line endings 2016-08-12 22:59:50 +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
[email protected] 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
[email protected] 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
[email protected] 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
[email protected] 0419fbc399 show warning when parallel export and single file export are both enabled 2016-04-30 14:00:04 +02:00
[email protected] b575ebf802 get last commit date of mainframe properies files 2 2016-04-04 21:15:35 +02:00
[email protected] 39da3feb88 help added for -cli parameter 2016-04-02 19:23:23 +02:00
[email protected] 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