Commit Graph

717 Commits

Author SHA1 Message Date
honfika@gmail.com
c07dc61b3f build fix 2015-07-12 18:18:07 +02:00
honfika@gmail.com
9a0a54bebb hashCode and equals 2015-07-12 18:14:26 +02:00
honfika@gmail.com
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
honfika@gmail.com
480af129e8 trait is cloneable now 2015-07-11 21:43:32 +02:00
honfika@gmail.com
fa6b85416f export fix 2015-07-11 19:20:43 +02:00
honfika@gmail.com
8f8db771e8 command line remove fix, show tag number in dumpSWF 2015-07-11 13:27:44 +02:00
honfika@gmail.com
e9b74200ad parallel AS2 export (similar to AS3) 2015-07-11 11:41:20 +02:00
honfika@gmail.com
737f20edd4 build fix + catch ThreadDeath errors 2015-07-11 09:32:02 +02:00
honfika@gmail.com
9009cf022a Merge origin/master 2015-07-11 09:10:31 +02:00
honfika@gmail.com
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
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
honfika@gmail.com
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
honfika@gmail.com
4f22d48cf5 actions => instructions in AVM2 deobfuscator
added some thread interrupt checks
2015-07-09 19:19:07 +02:00
honfika@gmail.com
cc8bf6fb7a small fixes/improvements 2015-07-09 16:42:42 +02:00
honfika@gmail.com
d9e358d536 cancellable worker fix 2015-07-09 15:09:25 +02:00
honfika@gmail.com
870f9cf926 build fix 2015-07-09 13:04:09 +02:00
honfika@gmail.com
9415a7a115 do not instantiate millions of ArrayList 2015-07-09 13:03:29 +02:00
honfika@gmail.com
42a8fc4c22 GraphTargetItem.src is readonly (field is private, getter added) 2015-07-09 10:51:04 +02:00
honfika@gmail.com
0437e95b4f do not instantiate millions of HighlightData 2015-07-09 10:31:50 +02:00
honfika@gmail.com
c8db079e8e Merge origin/master 2015-07-09 08:46:02 +02:00
honfika@gmail.com
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
honfika@gmail.com
4f35fd8e28 #958 Remove and Replace character tag of items from CLI 2015-07-08 21:55:46 +02:00
honfika@gmail.com
dd5f46cc76 AVM2Instuction: removed uplicated length calculation 2015-07-08 13:59:41 +02:00
honfika@gmail.com
9a08efd1d0 sometimes the worker is null 2015-07-08 12:22:17 +02:00
honfika@gmail.com
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
Jindra Petřík
a047d893b7 Issue #957 AS1/2 IndexOutOfBounds fix 2015-07-08 06:03:34 +02:00
Jindra Petřík
ae3ed9238a Merge origin/master 2015-07-07 22:33:59 +02:00
Jindra Petřík
d53a87e6ee Issue #945 AS1/2 directeditation fix - member named as global function 2015-07-07 22:33:07 +02:00
honfika@gmail.com
318724370b common deobfuscate method 2015-07-07 22:13:35 +02:00
Jindra Petřík
e0a70a35fe Issue #954 IndexOutOfBounds fix 2015-07-07 20:33:24 +02:00
honfika@gmail.com
31eb284b60 no more string concatenation in graph text writer 2015-07-07 16:24:43 +02:00
honfika@gmail.com
2b94ddf793 Merge origin/master 2015-07-07 07:28:31 +02:00
honfika@gmail.com
9a90aa08ef canceling tasks fixes 2015-07-07 07:28:18 +02:00