Commit Graph

222 Commits

Author SHA1 Message Date
Jindra Petřík
87f4baf554 Fixed #1916 Translation tool did not load up 2022-12-27 19:25:01 +01:00
Jindra Petřík
23404f85b6 Added #583 FlashPaper SWF to PDF with selectable text (commandline) 2022-12-23 17:02:50 +01:00
Jindra Petřík
c72215df42 Added #1909 Export/import DefineBitsJPEG3/4s alpha channel to/from separate file
("PNG/GIF/JPEG+alpha" option in GUI, "-format image:png_gif_jpeg_alpha" for commandline)
Fixed Exporting DefineJPEG3/4 with alpha channel to PNG produced JPEG instead

Refactored bulkImport shapes and images to single file.
2022-12-23 17:02:50 +01:00
Jindra Petřík
9b708491d9 Print used directory on commandline 2022-12-23 17:02:50 +01:00
Jindra Petřík
8f5cc45d88 Fixed #1908 Shape/image import must accept also filenames in the form "CHARID_xxx.ext" instead of just "CHARID.ext"
Changed Shape/image/script/text import does not require specific folder name inside (but still preffers it when exists)
2022-12-23 17:02:50 +01:00
Jindra Petřík
c4befddd5f Fixed #1908 Slow commandline opening SWF 2022-12-23 17:02:50 +01:00
Jindra Petřík
3dc81b9710 Replace shapes from commandline - add some output do let know what it does 2022-12-23 17:02:50 +01:00
Jindra Petřík
6e5d5448e8 format 2022-12-23 17:02:50 +01:00
Jindra Petřík
07fbb36ec2 typo 2022-12-23 17:02:50 +01:00
Jindra Petřík
b6671a36a7 Replace image from commandline - add some output do let know what it does 2022-12-23 17:02:50 +01:00
Jindra Petřík
162c1a8f3e Added #1460 Commandline import of text, images, shapes, symbol-class 2022-12-23 17:02:50 +01:00
Jindra Petřík
8e368c5675 Added #1690 Deobfuscation tool dialog for script level (not just current method / all classes)
Changed #1690 Redesigned Deobfuscation tool dialog.
Removed "Restore control flow" deobfuscation level as it was the same as "Remove traps"
2022-12-23 17:02:50 +01:00
Jindra Petřík
5d13387f7b Fixed AS3 direct editation and decompiler share same AbcIndex 2022-12-23 17:02:50 +01:00
Jindra Petřík
4f4c22006d Added Translator tool for easier localization 2022-11-30 22:58:35 +01:00
Jindra Petřík
344bdfa6ea Added Opening ABC file format (*.abc) 2022-11-20 22:12:19 +01:00
Jindra Petřík
213fd72266 Fixed Move tag to action did not remove original tag
Properly handle pins on moveto action
2022-11-20 22:12:19 +01:00
Jindra Petřík
854ed24b7c Added #1822, #1803 AS3 direct editation - optional using AIR (airglobal.swc) to compile 2022-11-20 22:12:19 +01:00
Jindra Petřík
e3ed5bd4a5 Added Setting charset in commandline (-charset XXX)
Default charset for SWF files version <= 5 is system charset
2022-11-14 10:04:55 +01:00
Jindra Petřík
3c3a8545a5 Added #1864 Commandline: Allow to set special value "/dev/stdin" for input files to read from stdin (even on Windows) 2022-11-14 10:04:55 +01:00
Jindra Petřík
1c9f81fceb Added #1701 Setting charset for SWF files with version 5 or lower 2022-11-14 10:04:55 +01:00
Jindra Petřík
5e2b357d54 example for swf2exe commandline 2022-11-06 21:44:39 +01:00
Jindra Petřík
88b1b25f08 Addded #1432 Save as EXE from commandline 2022-11-06 21:44:39 +01:00
Jindra Petřík
c0c91847a6 typo 2022-11-06 21:44:39 +01:00
Jindra Petřík
1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík
4a87908cd5 ValueTooLarge handling on few other places 2022-11-06 21:44:39 +01:00
Jindra Petřík
10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
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