Commit Graph

590 Commits

Author SHA1 Message Date
honfika@gmail.com
01a701f3da recompress fix 2015-06-16 07:01:47 +02:00
honfika@gmail.com
29e3f43102 save fix when compression changed to lzma, allow to compress to lzma from command line. also allow to recompress from command line (e.g lzma=>zlib) 2015-06-15 16:08:23 +02:00
honfika
2bfd41902d Merge pull request #24 from izstas/shifts-execute
Implemented execute method for lshift, rshift and urshift
2015-06-15 15:13:31 +02:00
honfika@gmail.com
cad9d3cd5b Merge origin/master 2015-06-15 12:48:30 +02:00
honfika@gmail.com
3d7fc59a3f #916 Replacing "Shape" will corrupt the SWF 2015-06-15 12:48:16 +02:00
Jindra Petřík
f5168031db Generic tag editor - Adding FILTERs and SHAPERECORDs (instantiate abstract classes) 2015-06-14 18:12:02 +02:00
honfika@gmail.com
3356bf2b28 remaining data for unknown tags fixed 2015-06-14 15:14:59 +02:00
honfika@gmail.com
bc87778779 preserve bit count for debug copy of SHAPERECORD objects 2015-06-14 14:56:57 +02:00
honfika@gmail.com
da02331782 preserve bit count for debug copy of RECT objects 2015-06-14 14:24:35 +02:00
honfika@gmail.com
d00acbd7df keep remaining data, when tag is not fully parsed 2015-06-14 14:10:37 +02:00
honfika@gmail.com
6356d37e75 separated sprite export settings 2015-06-14 10:55:05 +02:00
honfika@gmail.com
e11e546095 as2 big numbers are automatically converted to double (as it is in adobe's flash compiler) 2015-06-14 09:12:45 +02:00
Jindra Petřík
bf9baf664b Merge origin/master 2015-06-14 08:57:36 +02:00
Jindra Petřík
4e3c37c28e AS1/2 numbers test 2015-06-14 08:57:22 +02:00
honfika@gmail.com
4976184cc3 as2 deobfuscator fix when calculated value is out of supported range (SI32 or string contains 0 character) 2015-06-14 08:39:04 +02:00
Jindra Petřík
aae2794b20 hexToByteArray helper method for ImportAssets2 hash 2015-06-13 21:11:46 +02:00
Jindra Petřík
65554874e0 ImportAssets2 tag digest/sha1 field 2015-06-13 21:02:18 +02:00
Jindra Petřík
dccd10d9df Added some very old tags 2015-06-13 19:54:17 +02:00
Jindra Petřík
2503f1093d Oficial tag names
(DoABCDefine tag renamed to DoABC2 for example)
2015-06-13 07:11:38 +02:00
Jindra Petřík
db825ce26e SWF version 29 to flash player 18 mapping 2015-06-12 15:25:16 +02:00
honfika@gmail.com
6c18532c34 put image before the shape on shape replace 2015-06-11 06:33:24 +02:00
honfika@gmail.com
fb16daffdf html5 export: use stringbuilder 2015-06-10 20:23:11 +02:00
honfika@gmail.com
ed0be348fa Export border of define edit text 2015-06-10 19:42:10 +02:00
honfika@gmail.com
cfbb305ec5 Edit text leading fixed (#922 Edit text rendering: position is wrong) 2015-06-10 15:56:03 +02:00
honfika@gmail.com
9a7d42d969 renderModeMode => renderMode 2015-06-10 15:00:41 +02:00
honfika@gmail.com
6522faaae5 #921 Export of html DefineEditText to SVG 2015-06-10 14:52:18 +02:00
honfika@gmail.com
d071524e68 build fix 2015-06-09 14:37:19 +02:00
honfika@gmail.com
483a434457 build fix 2015-06-09 12:34:26 +02:00
honfika@gmail.com
88a44ce07d #920 Export instance name to SVG use element 2015-06-09 12:27:02 +02:00
honfika@gmail.com
900ee58f1b exe export modes (not ready yet) 2015-06-06 19:22:14 +02:00
honfika@gmail.com
b077fd235d run.swf source 2015-06-05 09:56:10 +02:00
honfika@gmail.com
0c32ab01f6 run.swf added 2015-06-05 09:29:58 +02:00
Stanislav Izmalkov
e1955603e6 Implemented execute method for lshift, rshift and urshift 2015-06-04 23:32:39 +03:00
honfika@gmail.com
92af14307f Bitmap export fix 2015-06-04 09:22:44 +02:00
honfika@gmail.com
da99aa3f39 Diamond interface 2015-06-04 08:20:06 +02:00
honfika@gmail.com
75ce6c72fa #910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix) 2015-06-03 21:00:24 +02:00
honfika@gmail.com
6b5fc8fc2d image loading fix 2015-06-03 08:01:52 +02:00
honfika@gmail.com
cfcc7775f2 frame & timeline equals method 2015-06-01 21:59:39 +02:00
Jindra Petřík
7ebe7727f6 Merge origin/master 2015-06-01 07:05:28 +02:00
Jindra Petřík
f8f80c3b8a various AS3 decompilation improvements 2015-06-01 07:05:16 +02:00
honfika@gmail.com
4acdd7e029 #905 Show codec details for sound items 2015-05-31 20:41:35 +02:00
honfika@gmail.com
0aab513562 #904 I can't export images fixed 2015-05-31 16:55:13 +02:00
honfika@gmail.com
e58fba26c5 small fix 2015-05-31 15:11:41 +02:00
honfika@gmail.com
c490342751 #858: allow to set compression in header edit panel 2015-05-31 14:05:22 +02:00
Jindra Petřík
f52170e664 test fix 2015-05-31 10:09:53 +02:00
Jindra Petřík
ee00114af7 Issue #832 AS3 direct edit - other ABCs resolving fix
New keyword allows memberOrCall
2015-05-31 10:04:35 +02:00
Jindra Petřík
1e6d369d32 Issue #850 Constant initializing in initializer for equal Multinames, not same multinameIndex only
GUI dispatch thread fix
2015-05-31 06:26:33 +02:00
Jindra Petřík
7e4f4f67ad Issue #855 AS3 direct edit - for..in variable declaration fix 2015-05-30 21:37:32 +02:00
Jindra Petřík
61107b2fd3 Issue #866 Unary operators associativity fix (! for example) 2015-05-30 20:53:43 +02:00
Jindra Petřík
e49dc85db6 Issue #896 AS3 methodinfo deletion fix
AS3 deobfuscation improved (obfuscated stack values ignored)
2015-05-30 07:43:07 +02:00