Commit Graph

638 Commits

Author SHA1 Message Date
honfika@gmail.com
d08025dbd8 clear convertException on new decompilation 2014-11-30 12:21:59 +01:00
Jindra Petřík
32c6ef7932 Issue #734 \xAB escapes, \uABCD escapes
Lexers moved to separate directory, JFlex 1.6.0 library for ant included
Issue #687 allowing comments on separate line
2014-11-30 07:43:57 +01:00
honfika@gmail.com
8e493adf11 add space between constantpool parameters 2014-11-30 00:55:53 +01:00
honfika@gmail.com
6595744706 jflex warnings fixed 2014-11-30 00:41:56 +01:00
honfika@gmail.com
880f226c89 code format fixes in lexerslexer fixes 2014-11-30 00:26:33 +01:00
honfika@gmail.com
825e50a4ef code format fixes in lexers 2014-11-30 00:18:35 +01:00
honfika@gmail.com
094ecd15e3 lexer fixes 2014-11-30 00:09:29 +01:00
honfika@gmail.com
29ab28f13f Issue #734 Support \xAB escape sequences in lexers 2014-11-29 23:56:42 +01:00
honfika@gmail.com
7b585cbe49 escape control characters in identifiers, too 2014-11-29 22:17:35 +01:00
honfika@gmail.com
87611fabbc #731 AS2 decompilation problem fixed 2014-11-29 16:20:08 +01:00
honfika@gmail.com
3d092df4ef another AS2 deobfscation fix 2014-11-29 11:00:29 +01:00
honfika@gmail.com
e40d2cb13d #709 Text Export to Single File with custom filename: fixed 2014-11-24 21:07:31 +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
Jindra Petřík
dc3b119a1e fixed test data provider 2014-11-23 16:05:04 +01:00
honfika@gmail.com
8267b11442 null check in uncache method, use the original ABC object in recompile test 2014-11-23 15:20:45 +01:00
Jindra Petřík
767dfd8278 Issue #715 namespace resolving fix 2014-11-23 13:21:57 +01:00
Jindra Petřík
9cc4fd5a52 Issue #725 AS3 direct edit - Unbounded type fix 2014-11-23 12:00:42 +01:00
Jindra Petřík
1a2ebed898 recompile test - removed line 2014-11-23 09:08:48 +01:00
Jindra Petřík
6899e9e6ed Issue #725 AS1/2 fixed submethods scope problem 2014-11-23 09:07:42 +01:00
honfika@gmail.com
76d8a13fb6 asX.swfs added to recompile test, actionpanel initalization shoud be called from UI thread, other small fixes 2014-11-23 08:48:12 +01:00
Jindra Petřík
745044d2e2 Issue #725 AS1/2 fixed strict equals inversion 2014-11-23 07:20:19 +01:00
Jindra Petřík
2779cd2d3b Issue #725 AS3 namespaces compilation fix (NAMESPACE Symbol taken as IDENTIFIER), correct namespace const 2014-11-23 07:13:17 +01:00
Jindra Petřík
686a527246 BMP export fix
BMP import for Images,Shapes
2014-11-22 21:18:28 +01:00
Jindra Petřík
4627afa5df Export frame,shape or image to Windows Bitmap format (.BMP) 2014-11-22 20:12:48 +01:00
Jindra Petřík
1ca112132b SWF version to FlashPlayer version map updated 2014-11-22 19:42:10 +01:00
honfika@gmail.com
61ad56596b escape ascii control characters 2014-11-22 17:16:08 +01:00
honfika@gmail.com
13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
honfika@gmail.com
dec1380d13 DefineCompactedFont paging fixed 2014-11-21 18:07:57 +01:00
honfika@gmail.com
b9c2be102f Issue #723: saving swf with invalid referenced characters fixed 2014-11-20 19:54:50 +01:00
honfika@gmail.com
f466a9a225 some wrong GPL licenses changed to LGPL in ffdec_lib project 2014-11-18 17:58:13 +01:00
honfika@gmail.com
2a305529d9 caching images and other smallfixes 2 2014-11-18 00:12:51 +01:00
Jindra Petřík
917c56e549 Issues #716,#717,#718 Proxy dialog improvements 2014-11-17 22:37:01 +01:00
Jindra Petřík
4e8c813700 Font display using FlashPlayer fix - correct rect 2014-11-17 14:29:51 +01:00
Jindra Petřík
bff3520bee show frame number during play
FlashPlayer - show controls for DefineSprite display
Goto frame on click
2014-11-17 11:33:26 +01:00
honfika@gmail.com
ef34bb535b small fixes, unused code removed 2014-11-16 21:03:17 +01:00
honfika@gmail.com
6d3974db53 format code 2014-11-16 15:30:27 +01:00
honfika@gmail.com
4246b92e85 .gitignore fixed 2014-11-16 14:50:45 +01:00
honfika@gmail.com
cb052143f5 highlighting refactored 2014-11-16 14:49:31 +01:00
honfika@gmail.com
bb5b0eef46 Issue 720: edited shape tag is not marked as modified after replacing the image 2014-11-14 21:52:12 +01:00
honfika@gmail.com
4719cc196f getcharacters: use stringbuilder, set tag modfied when it was moved 2014-11-13 00:23:28 +01:00
honfika@gmail.com
4bca4746f6 usinig sets for known addresses, some deepcopy call modified to clone() call 2014-11-12 23:52:42 +01:00
honfika@gmail.com
0f2e06398a my debug code removed:) 2014-11-12 19:02:52 +01:00
honfika@gmail.com
96e0b368ff add tree models (tagtraa, dumpviewtree) onlywhen the tree is visible, better preserving the expanded states of the tree nodes 2014-11-12 19:01:21 +01:00
Jindra Petřík
e5c2a76e0a shapes fix 2014-11-12 10:49:34 +01:00
honfika@gmail.com
4df698e7b7 replace shape with image 2014-11-11 21:42:37 +01:00
Jindra Petřík
09c9fd7643 app version major/minor/release/build sending,
nighlty build id display
2014-11-10 12:53:14 +01:00
Jindra Petřík
de4ed881b5 versioning changes 2014-11-10 08:41:23 +01:00