Commit Graph

3603 Commits

Author SHA1 Message Date
honfika@gmail.com
4c942fb3b5 execute actions without translating them.... to be continued... 2015-10-24 18:29:56 +02:00
Jindra Petřík
eab1e53e2a Merge origin/master 2015-10-24 16:39:42 +02:00
Jindra Petřík
054cf88311 AVM2: Insert instruction fix 2015-10-24 16:37:24 +02:00
honfika@gmail.com
a00b2d55ca AVM2 insturuction execution (without graph translate) improved 2015-10-24 15:40:46 +02:00
Jindra Petřík
ebc3f59430 remove unneccessary method 2015-10-24 14:18:30 +02:00
Jindra Petřík
94d4e5d218 Save session file titles
Flash player access violation fix (added delay)
2015-10-24 13:17:22 +02:00
Jindra Petřík
7830edc139 Merge origin/master 2015-10-24 10:11:38 +02:00
Jindra Petřík
8c8be0737f Open loaded SWFs during playback feature 2015-10-24 10:09:39 +02:00
honfika@gmail.com
a4f4dd3604 small improvements, little bit faster decompilation by caching the number values of the strings 2015-10-23 12:56:27 +02:00
honfika@gmail.com
cbb3b1bff2 new tests for FQNs and namespaces, using pluginpath config 2015-10-23 10:52:44 +02:00
Jindra Petřík
c07d4d304e AS3 swf updated 2015-10-23 09:17:49 +02:00
Jindra Petřík
09ae6c62a0 Issue #418 and/or detection fix 2015-10-22 09:49:11 +02:00
Jindra Petřík
f3ae3e6830 Merge origin/master 2015-10-22 09:20:23 +02:00
Jindra Petřík
bb31df7f67 Issue #418 get_local set_local deobfuscation 2015-10-22 09:19:18 +02:00
honfika@gmail.com
f10303b4ab plugin to fix the "bug" in issue #786 2015-10-22 09:00:27 +02:00
honfika@gmail.com
77292daf2f test fix 2015-10-21 14:53:22 +02:00
honfika@gmail.com
fcb3c9cc08 store TraitSlotConst.assignedValue in a separated class, which is unique for each threads. 2015-10-21 14:45:56 +02:00
honfika@gmail.com
099bffdf68 removed some unnecessary parameters + small fixes 2015-10-21 08:54:25 +02:00
Jindra Petřík
a093b2580e Issue #1037 isXML call fix 2015-10-21 06:39:34 +02:00
Jindra Petřík
7bbbb7edae initializers fix 2015-10-20 23:15:10 +02:00
Jindra Petřík
965a95a81a initializers fix 2015-10-20 23:14:49 +02:00
Jindra Petřík
07cf580042 Issue #1060 and fix 2015-10-20 23:00:55 +02:00
Jindra Petřík
a9740f3c70 static initializer hilight fix 2015-10-20 19:54:55 +02:00
Jindra Petřík
9c42e86af6 Merge origin/master 2015-10-20 19:47:21 +02:00
Jindra Petřík
599b704a91 Issue #1060 reversed and/or detection when compiled as push false / push true 2015-10-20 19:47:03 +02:00
honfika@gmail.com
1a55deb890 as code format fix 2015-10-20 19:29:29 +02:00
Jindra Petřík
f143434d9e Issue #1062 Editing/displaying script initializers 2015-10-20 16:37:39 +02:00
honfika@gmail.com
057a12ccba test fix 2015-10-20 09:35:10 +02:00
honfika@gmail.com
2396710e35 faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list fix 2015-10-20 09:16:59 +02:00
honfika@gmail.com
f699fd72bb faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list 2015-10-20 09:13:50 +02:00
honfika@gmail.com
d5fee60f26 missing file 2015-10-19 10:33:58 +02:00
honfika@gmail.com
c7a9c0f824 remove obfuscated unused variables 2015-10-19 10:22:29 +02:00
honfika@gmail.com
b45d67014c #689 Ignore Case not correctly toggled: fixed 2015-10-18 15:55:33 +02:00
honfika@gmail.com
9839fb496f #991 Serious Bug in Decompiler! fixed 2015-10-18 09:26:44 +02:00
honfika@gmail.com
85788e258c AS2 deobfuscation improved / faster 2015-10-17 09:52:21 +02:00
honfika@gmail.com
d2eaaa9fab action long arguments (e.g InitProerty count parameter) can be anything on the stack, use EcmaScript.toNumber to convert it to integer (long) 2015-10-16 09:04:45 +02:00
honfika@gmail.com
f0a003485f Remove multiple obfuscated GetTimes actions 2015-10-15 08:58:09 +02:00
honfika@gmail.com
13bbb1ee19 Deobfuscation fix again:) 2015-10-14 19:16:09 +02:00
honfika@gmail.com
2d93a4463f AS2 deobfuscation fix 2015-10-13 08:14:13 +02:00
honfika@gmail.com
1a26d9fa9b AS2 deobfuscation fix 2015-10-12 08:52:08 +02:00
honfika@gmail.com
b733666fcf #1057 Editing as in editor results in package name moving: fixed 2015-10-10 15:03:28 +02:00
honfika@gmail.com
18e039519f #1056 deltaY missing when adding a new StraightEdgeRecord fixed 2015-10-09 09:22:24 +02:00
honfika@gmail.com
ca0642fe82 AS3 instuction list test 2015-10-08 19:02:12 +02:00
honfika@gmail.com
e8425fcadd faster "removeGetTimes" 2015-10-07 15:53:36 +02:00
honfika@gmail.com
4b98a7fae7 actionif + action jump target calcualtion simplified 3 2015-10-06 19:10:32 +02:00
honfika@gmail.com
bfe3a7bb60 collect decompilation performance statistic data 2015-10-04 18:48:19 +02:00
honfika@gmail.com
63f87da9c1 actionif + action jump target calcualtion simplified 2 2015-10-03 14:41:43 +02:00
honfika@gmail.com
fb69a2d6b0 send the resolt with fscommand from run_as2... needed for tests 2015-10-02 15:02:10 +02:00
honfika@gmail.com
ec5d34cccc actionif + action jump target calcualtion simplified 2015-10-01 17:55:38 +02:00
honfika@gmail.com
491ec7cb33 AS2 test added 2015-09-30 13:08:25 +02:00