Commit Graph
3291 Commits
Author SHA1 Message Date
[email protected] 74c78b4b28 build fix 2015-07-14 21:27:37 +02:00
[email protected] ace72938bd DottedChain equals fix 2015-07-14 21:23:43 +02:00
[email protected] af3553e387 more DottedChains 2015-07-14 21:11:08 +02:00
[email protected] a4d49aeaf0 using DottedChains (almost) everywhere 2015-07-14 20:13:54 +02:00
[email protected] c6b0dc926a #968 Sprites export with wrong coloring 2015-07-13 11:09:05 +02:00
[email protected] dd4933967e fullyQualifiedaNames are DottedChains 2015-07-12 21:27:49 +02:00
[email protected] cf0e976172 build fix again 2015-07-12 18:27:55 +02:00
[email protected] c07dc61b3f build fix 2015-07-12 18:18:07 +02:00
[email protected] 9a0a54bebb hashCode and equals 2015-07-12 18:14:26 +02:00
[email protected] 904d1f64f1 non static caches (separated cache for all SWFs) 2015-07-12 15:14:41 +02:00
Jindra Petřík 0af75c9990 Slower loop detection :-( 2015-07-12 13:38:06 +02:00
Jindra Petřík 5b3a3d854b Faster loop+break detection. 2015-07-12 13:11:19 +02:00
Jindra Petřík 6d52d3fbb2 custom namespaces fix 2015-07-12 12:23:11 +02:00
Jindra Petřík bfee75d72b Merge origin/master 2015-07-12 12:08:57 +02:00
Jindra Petřík 217d82852a debug one method switch 2015-07-12 12:08:46 +02:00
[email protected] 480af129e8 trait is cloneable now 2015-07-11 21:43:32 +02:00
[email protected] fa6b85416f export fix 2015-07-11 19:20:43 +02:00
[email protected] 8f8db771e8 command line remove fix, show tag number in dumpSWF 2015-07-11 13:27:44 +02:00
[email protected] e9b74200ad parallel AS2 export (similar to AS3) 2015-07-11 11:41:20 +02:00
[email protected] 737f20edd4 build fix + catch ThreadDeath errors 2015-07-11 09:32:02 +02:00
[email protected] 9009cf022a Merge origin/master 2015-07-11 09:10:31 +02:00
[email protected] cabb490c3e #962 Code formatting issue + getName: pass null value in fullyQualifiedName parameter instead of new array list. getName already accepts null 2015-07-11 09:10:20 +02:00
Jindra Petřík 239ca4c7f7 Merge origin/master 2015-07-11 06:02:43 +02:00
Jindra Petřík 85995ca008 And/Or detection fix 2015-07-11 06:02:09 +02:00
honfika d202654ea7 Merge pull request #25 from Jackkal/fix_debugfileline_nullptr
calculateDebugFileLine: fix null pointer exception
2015-07-11 00:04:43 +02:00
Jackkal e5a11a577b calculateDebugFileLine: fix null pointer exception 2015-07-10 23:55:36 +02:00
Jindra Petřík dddb139f1a Issue #961 Final process fix 2015-07-10 20:36:03 +02:00
Jindra Petřík 8a154b48e0 do not use line info in block (obfuscated SWFs break it)
Issue #961 Final process fix
2015-07-10 19:52:29 +02:00
Jindra Petřík 68820fda7a Merge origin/master 2015-07-10 19:33:38 +02:00
Jindra Petřík bee1f70eaa obfuscated and/or fix 2015-07-10 19:33:20 +02:00
[email protected] b086317e24 interrupt thread in finalProcess 2015-07-10 15:41:55 +02:00
Jindra Petřík 9646a6e848 Block refactoring - uses same method.
Use a bit of line information to put commands on same line when needed.
2015-07-10 06:15:11 +02:00
Jindra Petřík 0ebfec640c Isssue #959 For detection fix to avoid StackOverflow 2015-07-10 05:27:53 +02:00
Jindra Petřík 1254c96ab1 Handle obfuscated newarray, newobject instructions. 2015-07-09 21:03:03 +02:00
Jindra Petřík f225cbdf5a Handle obfuscated namespace identifier 2015-07-09 21:02:15 +02:00
[email protected] 4f22d48cf5 actions => instructions in AVM2 deobfuscator
added some thread interrupt checks
2015-07-09 19:19:07 +02:00
[email protected] cc8bf6fb7a small fixes/improvements 2015-07-09 16:42:42 +02:00
[email protected] d9e358d536 cancellable worker fix 2015-07-09 15:09:25 +02:00
[email protected] 870f9cf926 build fix 2015-07-09 13:04:09 +02:00
[email protected] 9415a7a115 do not instantiate millions of ArrayList 2015-07-09 13:03:29 +02:00
[email protected] 42a8fc4c22 GraphTargetItem.src is readonly (field is private, getter added) 2015-07-09 10:51:04 +02:00
[email protected] 0437e95b4f do not instantiate millions of HighlightData 2015-07-09 10:31:50 +02:00
[email protected] c8db079e8e Merge origin/master 2015-07-09 08:46:02 +02:00
[email protected] 45a19deed3 #958 Remove and Replace character tag of items from CLI fix 2015-07-09 08:41:45 +02:00
Jindra Petřík eb557e3467 Issue #956 Invalid jump offsets warning 2015-07-09 06:44:34 +02:00
[email protected] 4f35fd8e28 #958 Remove and Replace character tag of items from CLI 2015-07-08 21:55:46 +02:00
[email protected] dd5f46cc76 AVM2Instuction: removed uplicated length calculation 2015-07-08 13:59:41 +02:00
[email protected] 9a08efd1d0 sometimes the worker is null 2015-07-08 12:22:17 +02:00
[email protected] cecb13d78d show script name in log message (currently only without path) 2015-07-08 08:58:03 +02:00
Jindra Petřík ecb0649b81 AS1/2 unresolved constant as §§ instruction 2015-07-08 06:05:30 +02:00