Commit Graph
193 Commits
Author SHA1 Message Date
[email protected] 68cd20fa9c remove instruction fix 2015-07-05 06:24:56 +02:00
[email protected] 9a5079d4ec Introduce end-of-line normalization 2015-07-04 21:00:41 +02:00
[email protected] fac67d5baa format source code 2015-07-04 20:51:26 +02:00
[email protected] 6cafe970fb invalid jump fix 2015-07-04 20:47:07 +02:00
Jindra Petřík 1c338b18ca Switch for deobfuscation modes changed to checkbox (reset to disable old mode) 2015-07-04 16:34:53 +02:00
Jindra Petřík 3c813acc6a Merge origin/master 2015-07-04 15:21:55 +02:00
Jindra Petřík 3a22038f03 AS3 - improved switch handling 2015-07-04 15:21:47 +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
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 bc59d42957 AS3: ASM instruction remove/replace/insert fix, test added 2015-07-03 07:08:27 +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
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
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
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 fbd1c1644c unused imports 2015-06-12 13:08:41 +02:00
Jindra Petřík ec11afb0b1 AVM2 Deobfuscator stub (similar to ActionDeobfuscator) 2015-06-12 13:08:38 +02:00
Jindra Petřík 650aefede2 Better multi packs handling (Alchemy) - direct editing allowed
Better package/class splitting for obfuscated names
2015-06-12 13:08:32 +02:00
Jindra Petřík 47578bd13f AS3: Better Alchemy / DomainMemory instruction handling 2015-06-12 13:04:17 +02:00
Jindra Petřík cac19d6cb9 Stack handling improved - no more StackEmptyException
And/Or handling improved
Preprocessor instructions introduced - §§pop,§§push...
2015-06-12 13:04:13 +02:00
[email protected] fb16daffdf html5 export: use stringbuilder 2015-06-10 20:23:11 +02:00
Stanislav Izmalkov e1955603e6 Implemented execute method for lshift, rshift and urshift 2015-06-04 23:32:39 +03:00
[email protected] da99aa3f39 Diamond interface 2015-06-04 08:20:06 +02:00
[email protected] 75ce6c72fa #910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix) 2015-06-03 21:00:24 +02:00
Jindra Petřík f8f80c3b8a various AS3 decompilation improvements 2015-06-01 07:05:16 +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
Jindra Petřík ad1971b7c5 Script parsers refactoring 2015-05-29 06:43:09 +02:00
Jindra Petřík 801accde0b Issue #884 AS direct editation assignments fix 2015-05-26 21:27:37 +02:00
[email protected] 39f35dec29 #896: show exception in log frame, static final loggers added 2015-05-22 11:29:27 +02:00
Jackkal 426627a378 calculateDebugFileLine: Only analyze NewFunction objects that are not immediately discarded by Pop 2015-05-20 22:23:52 +02:00
[email protected] 18592b7a72 more string builders 1 2015-05-20 15:01:58 +02:00
[email protected] acd2673226 #887 error on export a special swf's P-CODE 2015-05-15 08:59:58 +02:00
[email protected] c5a890fce7 constant pool editing: escape strings 2015-05-08 14:01:44 +02:00
[email protected] e49296770f format source code 2015-05-08 13:33:40 +02:00
[email protected] fce4534aed always use buffered output streams when writing to a file, faster swf xml export by caching the fields 2015-05-01 01:04:08 +02:00