[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
|
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]
|
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 |
|
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]
|
cecb13d78d
|
show script name in log message (currently only without path)
|
2015-07-08 08:58:03 +02:00 |
|
[email protected]
|
318724370b
|
common deobfuscate method
|
2015-07-07 22:13:35 +02:00 |
|
[email protected]
|
31eb284b60
|
no more string concatenation in graph text writer
|
2015-07-07 16:24:43 +02:00 |
|
Jindra Petřík
|
45d73fee21
|
test fix / exception handling
|
2015-07-06 18:33:31 +02:00 |
|
Jindra Petřík
|
836deb0477
|
Merge origin/master
Conflicts:
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java
|
2015-07-06 17:56:59 +02:00 |
|
Jindra Petřík
|
df36ce3548
|
AS: P-code reading fixes, better deobfuscation
|
2015-07-06 17:54:57 +02:00 |
|
[email protected]
|
b3c39bbbee
|
properly interrupt on timeout
|
2015-07-06 16:10:12 +02:00 |
|
Jindra Petřík
|
cc475e9781
|
AS3 deobfuscation from commandline.
Separated deobfuscation settings
|
2015-07-06 11:36:36 +02:00 |
|
Jindra Petřík
|
9fcc4fa394
|
Using new deobfuscation method in GUI deobfuscation dialog too.
|
2015-07-06 10:21:20 +02:00 |
|
[email protected]
|
311464b876
|
organize imports
|
2015-07-06 09:32:38 +02:00 |
|
Jindra Petřík
|
52f2439197
|
Merge origin/master
Conflicts:
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java
|
2015-07-06 09:14:18 +02:00 |
|
Jindra Petřík
|
0e1a76f279
|
AS3 register deobfuscator improved
|
2015-07-06 09:12:29 +02:00 |
|
[email protected]
|
dcb20d84f0
|
more cleanup
|
2015-07-05 21:54:30 +02:00 |
|
[email protected]
|
bf2c6cb822
|
use diamond
|
2015-07-05 21:34:49 +02:00 |
|
[email protected]
|
8928a3c9ee
|
organize imports
|
2015-07-05 21:28:17 +02:00 |
|
Jindra Petřík
|
1caf4e4856
|
Issue #939 AS3 Correct deobfuscate pop
AS3 Improved P-code reading - Ignoring jumps in unreachable code
|
2015-07-05 20:41:12 +02:00 |
|
Jindra Petřík
|
1a90ab026d
|
Undefined registers handling (some obfuscators use getlocal_x when there is no selocal before)
Issue #941 index out of bounds fix
|
2015-07-05 20:07:08 +02:00 |
|
Jindra Petřík
|
ebc00c6656
|
AS3 hasnext/nextname fixes
No visited warnings
|
2015-07-05 18:16:06 +02:00 |
|
Jindra Petřík
|
67e8882e6c
|
Issue #942 AS3 timeout optimisation, improved register obfuscator
|
2015-07-05 17:09:39 +02:00 |
|
Jindra Petřík
|
9146f466e5
|
Merge origin/master
|
2015-07-05 16:45:29 +02:00 |
|
Jindra Petřík
|
246c08a8f4
|
Issue #942 timeout optimisation
|
2015-07-05 16:45:21 +02:00 |
|
[email protected]
|
afc7229f97
|
do not check valid offsets on every removeInstruction call.. check it only once after deobfuscation
|
2015-07-05 15:03:58 +02:00 |
|
Jindra Petřík
|
5553d3f046
|
Issue #942 deobfuscator registers - deepness fix
|
2015-07-05 13:46:22 +02:00 |
|
Jindra Petřík
|
cbbdded296
|
Issues #944,#991,#939 AS3 obfuscated switch read fix, wrong constants indices fix
|
2015-07-05 12:53:03 +02:00 |
|
[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 |
|