Commit Graph
3437 Commits
Author SHA1 Message Date
[email protected] 4deeda6361 typo fixes 2015-07-04 14:57:18 +02:00
[email protected] b700db9027 test fixed 2015-07-04 14:42:12 +02:00
[email protected] 738b26ccc1 AS3 deobfuscation fix (jumps after the end), faster instruction length calculation 2015-07-04 14:23:37 +02:00
[email protected] 1b50f77ac8 clone exceptions in methodbody 2015-07-04 07:45:28 +02:00
[email protected] 064679b6e2 AS3 deobfuscation fix 2015-07-04 00:21:55 +02:00
[email protected] 6f4da26453 merge fixes 2015-07-03 20:48:23 +02:00
Jindra Petřík 3494556c52 AS3 instruction insert fix 2015-07-03 19:54:36 +02:00
Jindra Petřík 635b6d69d5 AS3 instruction remove fix 2015-07-03 19:37:59 +02:00
Jindra Petřík f3c0c8fa69 Introduce end-of-line normalization 2015-07-03 19:08:19 +02:00
Jindra Petřík 626668fc43 Merge branch 'v6'
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java
	libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java
	libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java
	src/com/jpexs/decompiler/flash/gui/Main.java
	src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java
2015-07-03 19:06:09 +02:00
Jindra Petřík 0cea275073 A fix ? 2015-07-03 18:34:17 +02:00
Jindra Petřík ab5e79632b AS3 loop break fixed - tests now pass 2015-07-03 17:24:32 +02:00
[email protected] 62127fe7fb import AS3 scripts from GUI 2015-07-03 13:11:54 +02:00
Jindra Petřík bc59d42957 AS3: ASM instruction remove/replace/insert fix, test added 2015-07-03 07:08:27 +02:00
[email protected] b932a86de3 test fix 2015-07-02 09:17:23 +02:00
[email protected] f96fb33c4d AS2 script import: import pcode/constants 2015-07-02 09:07:55 +02:00
Jindra Petřík 7983b0bd01 Adding goto §§ instruction for unresolved jumps (FlashCC etc.)
AS3: Add/remove instruction improvement
2015-07-02 06:31:12 +02:00
[email protected] 4eb9e54e51 detect "Non-standard LZMA compressed Flash" (signature=ABC) files in DefineBinaryData tag 2015-07-01 12:21:52 +02:00
[email protected] 28cd2f6347 restore the matrixes, too 2015-06-29 12:20:31 +02:00
[email protected] e630374e4e restore modified state even when something goes wrong 2015-06-29 12:18:28 +02:00
[email protected] 69819ae7a0 define bits fix 2015-06-26 09:56:13 +02:00
[email protected] 364046fda0 show warning when trying to import scripts to AS3 file 2015-06-24 19:28:22 +02:00
Jindra Petřík e49362cf47 AS3: Faster remove ignored without reparsing 2015-06-21 15:42:24 +02:00
Jindra Petřík 108f86dd98 Deobfuscation switch to old mode is now hidden in other configuration.
System out fix
2015-06-21 14:45:14 +02:00
Jindra Petřík 1747d06edf AS3: Jump deobfuscation improved 2015-06-21 14:40:00 +02:00
Jindra Petřík 18c295010a AS3: insert instruction fix for try 2015-06-21 07:31:36 +02:00
Jindra Petřík b286c45036 AS3: Lookupswitch offsets deobfuscation fix 2015-06-21 07:26:27 +02:00
Jindra Petřík 84398eaccf New AS3 Deobfuscation method similar to that for AS1/2 2015-06-20 20:27:39 +02:00
[email protected] 2ef4e759c0 windows+mac "exe" export with adobe projector 2015-06-18 08:35:15 +02:00
[email protected] ad9497cb46 faster shape export 2015-06-17 14:46:49 +02:00
[email protected] 07b1719952 close deflater stream 2015-06-16 10:00:33 +02:00
[email protected] 01a701f3da recompress fix 2015-06-16 07:01:47 +02:00
[email protected] 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
[email protected] cad9d3cd5b Merge origin/master 2015-06-15 12:48:30 +02:00
[email protected] 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
[email protected] 3356bf2b28 remaining data for unknown tags fixed 2015-06-14 15:14:59 +02:00
[email protected] bc87778779 preserve bit count for debug copy of SHAPERECORD objects 2015-06-14 14:56:57 +02:00
[email protected] da02331782 preserve bit count for debug copy of RECT objects 2015-06-14 14:24:35 +02:00
[email protected] d00acbd7df keep remaining data, when tag is not fully parsed 2015-06-14 14:10:37 +02:00
[email protected] 6356d37e75 separated sprite export settings 2015-06-14 10:55:05 +02:00
[email protected] 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
[email protected] 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