Commit Graph

682 Commits

Author SHA1 Message Date
honfika@gmail.com
7669a6747c #489 Hex decode very large integers 2015-07-24 20:09:02 +02:00
honfika@gmail.com
618c7d477a #1000 Images export fails for malformed JPEG3 tags fixed 2015-07-24 13:28:30 +02:00
honfika@gmail.com
b9c0720407 #991 (Not so) Serious Bug in Decompiler! 2015-07-23 17:50:15 +02:00
honfika@gmail.com
1fb114c78e #998 -format argument is not working in commandline: fixed 2015-07-23 15:57:56 +02:00
honfika@gmail.com
4e0d201dd4 convert image tags from command line 2015-07-22 21:44:52 +02:00
honfika@gmail.com
f7dd7f0ff5 nofill parameter for shape import (repace) 2015-07-22 15:01:30 +02:00
honfika@gmail.com
d29ef4ca25 show script + package names with paragraph syntax in tagtree 2015-07-22 14:15:15 +02:00
honfika@gmail.com
1b2488e2ab #996 "Go to document class" does nothing: fixed 2015-07-22 09:59:22 +02:00
honfika@gmail.com
b12c18651a replace character ids in exportasset and symbolclass tags 2015-07-21 22:33:24 +02:00
honfika@gmail.com
bb55292aad pack and sort character id func moved to library 2015-07-21 22:18:22 +02:00
honfika@gmail.com
4655bf809d replace character ids: pack and sort fix 2015-07-21 22:13:59 +02:00
honfika@gmail.com
17ced2e569 replace character ids: pack and sort 2015-07-21 21:46:30 +02:00
honfika@gmail.com
790d2f4ea0 build fix 2015-07-21 21:00:23 +02:00
honfika@gmail.com
183c84b320 replace character id from command line 2015-07-21 20:55:45 +02:00
honfika@gmail.com
2e5ae046a6 #989 Rename invalid idetifiers -Type - classes get lost if name exists: check existing constants in all abc tags 2015-07-21 19:57:04 +02:00
honfika@gmail.com
e2038501a0 fla export: image alphafix 2015-07-21 19:17:58 +02:00
honfika@gmail.com
f59edae0e8 cache only "alpha multiplied" images 2015-07-21 19:06:30 +02:00
honfika@gmail.com
b77c2912f1 premultiply alpha fix 2015-07-21 16:11:24 +02:00
honfika@gmail.com
cbcce6dfe8 replace alpha channel error message fixed 2015-07-21 14:04:19 +02:00
honfika@gmail.com
ecc0cd3f15 get image dimension without loading the image 2015-07-20 15:54:40 +02:00
honfika@gmail.com
37dc877b16 allow to specify tag type on image and shape import 2015-07-20 13:20:31 +02:00
honfika@gmail.com
2ad09b1d98 put jpeg tag to correct position after replacing shape 2015-07-19 14:32:33 +02:00
honfika@gmail.com
1aa9504240 AS2 parser: add string to constant pool, if there is enough space 2015-07-18 21:00:32 +02:00
honfika@gmail.com
cc4a5b7d82 remove unused constant pool items after replacing them 2015-07-18 20:47:25 +02:00
honfika@gmail.com
91fb53d665 as3 classes export simplified 2015-07-18 19:47:26 +02:00
honfika@gmail.com
a7d57c19a4 inline constant pool string when the pool is too big 2015-07-18 15:30:51 +02:00
honfika@gmail.com
35cfe219a4 error message when constant pool is too big 2015-07-18 08:23:09 +02:00
honfika@gmail.com
0b4ea14a95 better as2 deobfuscation, #955 AS2 decompilation problem - IllegalArgumentException fix 2015-07-18 07:18:53 +02:00
Jindra Petřík
9550376f52 Merge origin/master
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java
2015-07-17 14:40:57 +02:00
Jindra Petřík
113510a105 AS3: Display and direct edit trait Metadata 2015-07-17 14:33:15 +02:00
honfika@gmail.com
6171ad56db actionwith fix 2015-07-17 11:55:05 +02:00
honfika@gmail.com
248b86e01f export only as2 or as3 fix 2015-07-17 11:17:07 +02:00
honfika@gmail.com
684af502a6 #978 Class names are case sensitive, but filenames are not, so they are overwritten sometimes during export 2015-07-17 10:37:04 +02:00
honfika@gmail.com
0b69a9e75c allow to export only as2 or as3 from command line 2015-07-17 09:35:03 +02:00
honfika@gmail.com
b1a84a3940 debug things removed 2015-07-17 09:23:16 +02:00
honfika@gmail.com
a6dc717225 calculating the action length without writing it to a stream 2015-07-17 09:19:51 +02:00
honfika@gmail.com
3e7d891280 allParts is a set in Graph class 2015-07-16 16:45:42 +02:00
honfika@gmail.com
a911196575 DottedChains in identifier deobfuscation 2015-07-16 13:20:23 +02:00
honfika@gmail.com
36e7bdbaee using HashSet in Graph.leadsTo 2015-07-15 22:37:44 +02:00
honfika@gmail.com
a61ff138ea AS editing fix + some DottedChain changes 2015-07-15 20:15:04 +02:00
honfika@gmail.com
c9efbedc40 config setting to overwrite exported files 2015-07-15 16:54:32 +02:00
honfika@gmail.com
a7d5a93096 as2 export fix 2015-07-15 14:24:46 +02:00
honfika@gmail.com
c0ea48896a build fix 2015-07-15 10:34:30 +02:00
honfika@gmail.com
56a0f96661 some new string builders 2015-07-15 10:27:34 +02:00
honfika@gmail.com
602a2f0a63 DottedChain namespace fix 2015-07-14 22:14:55 +02:00
honfika@gmail.com
c4530dfdd5 #967 Replace DefineText content from CLI 2015-07-14 21:52:44 +02:00
honfika@gmail.com
ace72938bd DottedChain equals fix 2015-07-14 21:23:43 +02:00
honfika@gmail.com
af3553e387 more DottedChains 2015-07-14 21:11:08 +02:00
honfika@gmail.com
a4d49aeaf0 using DottedChains (almost) everywhere 2015-07-14 20:13:54 +02:00
honfika@gmail.com
c6b0dc926a #968 Sprites export with wrong coloring 2015-07-13 11:09:05 +02:00