Commit Graph
84 Commits
Author SHA1 Message Date
Jindra Petřík 9a3dddc19b Issue #1254 FLA export - AS3 decoding timeline scripts
FLA export - placing AS3 scripts to FLA directory instead of scripts dir
Added misc TextWriters (stream and stringbuilder)
2016-09-18 13:23:56 +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 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 ced5b85877 Saving files before refreshing line endings 2016-08-14 19:35:23 +02:00
Jindra Petřík 6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
[email protected] 5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík afc2c05cbb Introduce end-of-line normalization 2016-07-23 21:19:44 +02:00
[email protected] ababe9010f spanish translation + something with the line endings 2016-06-03 15:43:13 +02:00
[email protected] d0fb48dbed use ARGB_PRE instead of ARGB, becasuse flash uses premultiplied images by default 2016-05-03 20:31:32 +02:00
[email protected] 508c618b37 netbeans inpector fixes 2016-04-29 20:54:38 +02:00
[email protected] 22906c9fed #1217 PCode window not in same position as AS window: better fix (works when string contains only \r or \n characters, or any wrong combination, for example \n\r\n or \r\r\n) 2016-04-13 18:55:21 +02:00
[email protected] 32b4834881 #1217 PCode window not in same position as AS window: fixed 2016-04-12 18:46:50 +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
[email protected] d2432eb6b6 #1170 Extract from Memory in Command Line 2016-03-13 09:40:16 +01:00
[email protected] 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
[email protected] 8cb067bfda format java code 2016-01-15 14:37:34 +01:00
[email protected] cdbfe54dad ImageIO disk cache disabled, it writes a lot of ImageIO* files to temp folder. 2016-01-02 11:35:41 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 792b627cd9 add custom command line parameters 2015-12-28 10:12:20 +01:00
Jindra Petřík 09d4772eef miterlimit is FIXED8 (float) 2015-12-26 23:28:32 +01:00
[email protected] adf9a5b49c getOffset renamed to getAddress to be the same in AS2 and AS3 2015-12-08 13:35:39 +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 ec666b60e4 AS1/2: Ctrl+click to declaration of variables, registers. Hilighting methods and classes
AS1/2: Debugger - Show registers
Fixed ctrl+click underline position
2015-12-05 10:53:43 +01:00
Jindra Petřík f7f1062c5e Merge origin/master 2015-11-21 19:13:06 +01:00
Jindra Petřík 1237762e60 AS1/2 debugger
debugger listening only when really debugging started
fail to listen message
break reason displayed
2015-11-21 19:12:42 +01:00
[email protected] 0b59f0b11f AS3 deobfuscation changed to execute code instead of translating 2015-11-21 15:13:11 +01:00
[email protected] 0ce72f2038 FixItemCounterStack moved: later needed for avm2 deobfuscation, too 2015-11-20 15:45:05 +01:00
Jindra Petřík 4a4e0e4898 Better line start detection
Fixed debug info injection
2015-11-17 09:24:42 +01:00
[email protected] cbb3b1bff2 new tests for FQNs and namespaces, using pluginpath config 2015-10-23 10:52:44 +02:00
[email protected] f10303b4ab plugin to fix the "bug" in issue #786 2015-10-22 09:00:27 +02:00
[email protected] 099bffdf68 removed some unnecessary parameters + small fixes 2015-10-21 08:54:25 +02:00
Jindra Petřík f143434d9e Issue #1062 Editing/displaying script initializers 2015-10-20 16:37:39 +02:00
[email protected] f699fd72bb faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list 2015-10-20 09:13:50 +02:00
[email protected] ecc0cd3f15 get image dimension without loading the image 2015-07-20 15:54:40 +02:00
[email protected] af3553e387 more DottedChains 2015-07-14 21:11:08 +02:00
[email protected] 9a0a54bebb hashCode and equals 2015-07-12 18:14:26 +02:00
[email protected] 904d1f64f1 non static caches (separated cache for all SWFs) 2015-07-12 15:14:41 +02:00
[email protected] 0437e95b4f do not instantiate millions of HighlightData 2015-07-09 10:31:50 +02:00
[email protected] 31eb284b60 no more string concatenation in graph text writer 2015-07-07 16:24:43 +02:00
[email protected] b3c39bbbee properly interrupt on timeout 2015-07-06 16:10:12 +02:00
[email protected] bf2c6cb822 use diamond 2015-07-05 21:34:49 +02:00
Jindra Petřík 0cea275073 A fix ? 2015-07-03 18:34:17 +02:00
[email protected] 92af14307f Bitmap export fix 2015-06-04 09:22:44 +02:00
[email protected] 6b5fc8fc2d image loading fix 2015-06-03 08:01:52 +02:00
Jindra Petřík 8074aa5fd8 Issue #895 Correct handling CMYK JPEG images (Monte Video library)
Correct JPEG to Image conversion when it has alpha
2015-05-26 20:01:22 +02:00
[email protected] 3632c466e1 Workaround for ImageIO jpeg export bug when alpha channel exists, tag method orders changed (contructors, readData, getData, etc) 2015-05-16 11:04:14 +02:00
[email protected] dcee51c656 log when failed to load the image from a tag 2015-05-14 15:55:33 +02:00
[email protected] c324efb1c5 pdf export fix (when no frame exists), text rendering fixed (alpha channel was ignored), bmp export fix (paddings when width%2==1), export in all formats for debugging 2015-05-10 12:49:48 +02:00
[email protected] e49296770f format source code 2015-05-08 13:33:40 +02:00