Commit Graph

44 Commits

Author SHA1 Message Date
Jindra Petřík
dc5e50813f Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes 2023-10-16 09:36:06 +02:00
Jindra Petřík
487d1f8b14 Update license year 2023-03-19 22:43:41 +01:00
Jindra Petřík
14c012ad2f Fixed #1972 AS3 Renaming invalid identifiers - '#' character 2023-02-25 19:39:02 +01:00
Jindra Petřík
202e66ea1d Added #1875 Remove no longer accessed items from cache after certain amount of time 2022-11-20 22:12:19 +01:00
Jindra Petřík
1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík
34579690d4 Fixed AS1/2 - Infinity, NaN can be used as identifiers, are normal variables 2021-11-29 17:15:56 +01:00
Jindra Petřík
f24ad2dde1 Fixed AS 1/2 direct editation - newline as "\n", not "\r"
Fixed AS 1/2 allow various nonstandard names for definelocal
2021-11-20 13:10:10 +01:00
Jindra Petřík
bbb3ed8c72 Added #1496 repeat escape sequence \{xx}C to avoid long same char strings/names 2021-11-19 13:03:23 +01:00
Jindra Petřík
c6b1e528df update license header year 2021-02-08 20:15:19 +01:00
Jindra Petřík
d138c61072 - AS1 slash syntax support (decompilation, direct editation)
- AS1/2 Using eval, set functions on obfuscated names instead of §§ syntax where applicable
2018-05-27 16:52:55 +02:00
Jindra Petřík
a9733926cf better AS 1/2 unresolved const handling 2018-05-24 19:42:44 +02:00
Jindra Petřík
2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
Jindra Petřík
4d4ca347d2 Fixed deobfuscation in toplevel 2016-09-18 00:05:21 +02: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
honfika@gmail.com
1cea429e7b copyright year updated 2016-01-01 14:06:56 +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
Jindra Petřík
2b9c1eb365 AS3 direct editation - indexing ABCs for faster access - classes and properties, better(?) and faster resolving
Hiding extends Object
2015-11-06 19:41:02 +01:00
Jindra Petřík
0900fc00cb Issue #1004 this/super can be AS1/2 variable 2015-10-29 22:52:14 +01:00
honfika@gmail.com
099bffdf68 removed some unnecessary parameters + small fixes 2015-10-21 08:54:25 +02:00
honfika@gmail.com
329573058d common deobfuscated name generation in as3 and as2 deobfuscation 2015-08-08 10:12:50 +02:00
honfika@gmail.com
a911196575 DottedChains in identifier deobfuscation 2015-07-16 13:20:23 +02:00
honfika@gmail.com
a4d49aeaf0 using DottedChains (almost) everywhere 2015-07-14 20:13:54 +02:00
honfika@gmail.com
904d1f64f1 non static caches (separated cache for all SWFs) 2015-07-12 15:14:41 +02:00
honfika@gmail.com
cabb490c3e #962 Code formatting issue + getName: pass null value in fullyQualifiedName parameter instead of new array list. getName already accepts null 2015-07-11 09:10:20 +02:00
Jindra Petřík
f3c0c8fa69 Introduce end-of-line normalization 2015-07-03 19:08:19 +02:00
honfika@gmail.com
18592b7a72 more string builders 1 2015-05-20 15:01:58 +02:00
honfika@gmail.com
e49296770f format source code 2015-05-08 13:33:40 +02:00
honfika@gmail.com
cc5f2ff4c2 format source code 2015-03-31 21:32:49 +02:00
honfika@gmail.com
ad228cb16e memory usage optimizations 2015-03-19 16:29:15 +01:00
honfika@gmail.com
2664d692ba faster imageToShape 2015-03-17 07:03:56 +01:00
honfika@gmail.com
0f54e89379 do not cache RECTs and (String,String) maps to file 2015-01-31 18:37:19 +01:00
honfika@gmail.com
ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
honfika@gmail.com
677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
honfika@gmail.com
60f170dcda #749 Internal viewer Sprite fill color is wrong sometimes: fixed 2014-12-14 15:30:59 +01:00
honfika@gmail.com
7b585cbe49 escape control characters in identifiers, too 2014-11-29 22:17:35 +01:00
honfika@gmail.com
1cf0c28c74 #676: extended logging for text import, imorpt logic moved to separated class, allow to ignore errors duting import 2014-11-23 22:54:19 +01:00
Jindra Petřík
abb3ec9dc7 File cache improvement, deleting old temp files 2014-11-23 19:44:05 +01:00
Jindra Petřík
af13faa786 separated deobfuscation cache for AS1/2 and AS3 identifiers 2014-11-23 16:38:14 +01:00
Jindra Petřík
61dc5c9643 obfuscated identifiers cache fixed
Recompile test fixed
2014-11-23 16:24:29 +01:00
honfika@gmail.com
13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
Jindra Petřík
2841d5b801 Merge origin/master
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java
2014-11-05 18:31:58 +01:00
Jindra Petřík
fba15b21f7 Issue #698 Allowing unicode letters in identifiers 2014-11-05 18:29:54 +01:00
honfika@gmail.com
3bf44354dd allow adding new font tags + code format 2014-11-05 10:49:14 +01:00
Jindra Petřík
342247d5d2 Issue #698 Better obfuscated identifiers handling, separated reserved keyword for AS2/AS3 2014-11-04 20:51:39 +01:00