Commit Graph
32 Commits
Author SHA1 Message Date
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
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 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
[email protected] 099bffdf68 removed some unnecessary parameters + small fixes 2015-10-21 08:54:25 +02:00
[email protected] 329573058d common deobfuscated name generation in as3 and as2 deobfuscation 2015-08-08 10:12:50 +02:00
[email protected] a911196575 DottedChains in identifier deobfuscation 2015-07-16 13:20:23 +02:00
[email protected] a4d49aeaf0 using DottedChains (almost) everywhere 2015-07-14 20:13:54 +02:00
[email protected] 904d1f64f1 non static caches (separated cache for all SWFs) 2015-07-12 15:14:41 +02:00
[email protected] 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
[email protected] 18592b7a72 more string builders 1 2015-05-20 15:01:58 +02:00
[email protected] e49296770f format source code 2015-05-08 13:33:40 +02:00
[email protected] cc5f2ff4c2 format source code 2015-03-31 21:32:49 +02:00
[email protected] ad228cb16e memory usage optimizations 2015-03-19 16:29:15 +01:00
[email protected] 2664d692ba faster imageToShape 2015-03-17 07:03:56 +01:00
[email protected] 0f54e89379 do not cache RECTs and (String,String) maps to file 2015-01-31 18:37:19 +01:00
[email protected] ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
[email protected] 677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
[email protected] 60f170dcda #749 Internal viewer Sprite fill color is wrong sometimes: fixed 2014-12-14 15:30:59 +01:00
[email protected] 7b585cbe49 escape control characters in identifiers, too 2014-11-29 22:17:35 +01:00
[email protected] 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
[email protected] 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
[email protected] 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