[email protected]
|
646d696251
|
fixes again
|
2016-01-01 14:30:08 +01:00 |
|
[email protected]
|
1cea429e7b
|
copyright year updated
|
2016-01-01 14:06:56 +01:00 |
|
[email protected]
|
6340c0efea
|
#1125 Missing catch block when decompiling try{}catch{} block
|
2015-12-29 09:53:46 +01:00 |
|
[email protected]
|
c563a7449b
|
allow trait specification in pcode import
|
2015-12-15 12:46:08 +01:00 |
|
[email protected]
|
52c27db229
|
author javadoc comments added, finished...
|
2015-12-12 16:07:05 +01:00 |
|
[email protected]
|
ed919b14c3
|
author javadoc comments added 2
|
2015-12-11 21:21:30 +01:00 |
|
[email protected]
|
928b802035
|
author javadoc comments added 1
|
2015-12-10 14:18:46 +01:00 |
|
[email protected]
|
baab89878f
|
unnecessary nops durinmg deobfuscation removed
|
2015-12-09 15:33:57 +01:00 |
|
[email protected]
|
adf9a5b49c
|
getOffset renamed to getAddress to be the same in AS2 and AS3
|
2015-12-08 13:35:39 +01:00 |
|
Jindra Petřík
|
0724b4a3f0
|
Debug (breakpoints, step) P-code for both AS1/2 and AS3
|
2015-12-06 06:29:08 +01:00 |
|
[email protected]
|
2f75a7b4ed
|
#1098 Importing SWF XML fails fixed
|
2015-12-03 11:07:07 +01:00 |
|
[email protected]
|
507cc4c29b
|
#1070 Incorrect decompilation of switch statement fixed
|
2015-12-03 09:40:26 +01:00 |
|
[email protected]
|
35b917eca1
|
using a function which calculates the target address of the IfType instructions
|
2015-12-02 14:19:09 +01:00 |
|
[email protected]
|
0cf0df67ea
|
using existing getOffset method everywhere, made offset is privete
|
2015-11-30 09:16:51 +01:00 |
|
[email protected]
|
2b17094592
|
unused field removed from AVM2Code
|
2015-11-29 11:49:12 +01:00 |
|
[email protected]
|
981cc62f16
|
restorecontrolflow removed
|
2015-11-28 19:12:17 +01:00 |
|
[email protected]
|
568f41b45e
|
show method index for debugging
|
2015-11-28 12:29:07 +01:00 |
|
[email protected]
|
d3556e73f4
|
Old deobfuscation mode removed
|
2015-11-26 15:58:25 +01:00 |
|
[email protected]
|
c0cb7e6a8b
|
avm2 instructions fixed in hex view
|
2015-11-26 09:07:08 +01:00 |
|
[email protected]
|
7eb2713bd6
|
debug instruction has u8 register index, but other instuctions (setlocal, getlocal, ...) has u30
|
2015-11-24 21:39:18 +01:00 |
|
[email protected]
|
d4e2ebb19e
|
local reg index is u8 (at least in debug instruction)
|
2015-11-24 13:22:34 +01:00 |
|
[email protected]
|
2d30b47d0a
|
saving after deobfuscating fixed
|
2015-11-23 09:06:00 +01:00 |
|
Jindra Petřík
|
b2136f8f17
|
ABCPanel exec in event dispatch fix
Issue #1083 Fixed offsets of try after AS3 deobfuscation
|
2015-11-23 05:54:10 +01:00 |
|
Jindra Petřík
|
8e6e7b1324
|
previous simple deobfuscator back in
|
2015-11-22 20:33:36 +01:00 |
|
[email protected]
|
36640ba221
|
deobfscator fix
|
2015-11-22 15:19:10 +01:00 |
|
Jindra Petřík
|
ab702f4725
|
debug print removed
|
2015-11-22 06:03:20 +01:00 |
|
Jindra Petřík
|
ac6e6d040f
|
Putting in old AVM2 deobfuscator
Issue #1033 and other: Fix inclocal/declocal deobfuscation
|
2015-11-22 06:02:11 +01:00 |
|
Jindra Petřík
|
f7f1062c5e
|
Merge origin/master
|
2015-11-21 19:13:06 +01:00 |
|
Jindra Petřík
|
1237762e60
|
AS1/2 debugger
debugger listening only when really debugging started
fail to listen message
break reason displayed
|
2015-11-21 19:12:42 +01:00 |
|
[email protected]
|
0b59f0b11f
|
AS3 deobfuscation changed to execute code instead of translating
|
2015-11-21 15:13:11 +01:00 |
|
[email protected]
|
ba27611a89
|
unused imports removed from ScriptPack
|
2015-11-20 15:48:21 +01:00 |
|
[email protected]
|
b57643f76c
|
common makePush moved to AVM2Constants, missing file
|
2015-11-20 15:43:36 +01:00 |
|
[email protected]
|
00cc8f4499
|
common makePush moved to AVM2Constants
|
2015-11-20 15:42:12 +01:00 |
|
[email protected]
|
f295138358
|
argument name fix
|
2015-11-19 13:00:16 +01:00 |
|
[email protected]
|
08d474ee97
|
MethodBody markOffset using AVM2Code.markOffset
|
2015-11-18 10:43:31 +01:00 |
|
[email protected]
|
4d2fd1383b
|
AS2 execution fixes
|
2015-11-18 10:42:51 +01:00 |
|
zavarkog
|
e9072207c1
|
as3 execution fixes
|
2015-11-18 10:33:13 +01:00 |
|
Jindra Petřík
|
c41f9afd0f
|
correct breakpoints on hidden script initializer
|
2015-11-18 10:14:17 +01:00 |
|
Jindra Petřík
|
ffc232d147
|
Merge master into v7
Conflicts:
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java
|
2015-11-18 06:47:48 +01:00 |
|
Jindra Petřík
|
727371ffb5
|
script halt config, lib part commit
|
2015-11-17 17:49:06 +01:00 |
|
[email protected]
|
d1d24d63a2
|
missing markOffsets method
|
2015-11-17 16:07:37 +01:00 |
|
Jindra Petřík
|
4a4e0e4898
|
Better line start detection
Fixed debug info injection
|
2015-11-17 09:24:42 +01:00 |
|
Jindra Petřík
|
c04675e353
|
add/remove breakpoints
|
2015-11-16 13:24:27 +01:00 |
|
[email protected]
|
35bae5e467
|
Merge origin/master
|
2015-11-16 11:10:05 +01:00 |
|
[email protected]
|
722c4fae24
|
ecmascript and push byte fix
|
2015-11-16 11:09:49 +01:00 |
|
Jindra Petřík
|
27fbe7d18f
|
stepping
|
2015-11-15 22:03:04 +01:00 |
|
Jindra Petřík
|
575d988ed4
|
FlashPlayer path setting
Library path setting
Debugger main menu
|
2015-11-15 20:12:50 +01:00 |
|
Jindra Petřík
|
668e1e2f14
|
Debugger stub - TODO
|
2015-11-15 16:09:11 +01:00 |
|
Jindra Petřík
|
88ce1ed405
|
Merge origin/master
|
2015-11-15 15:56:06 +01:00 |
|
Jindra Petřík
|
aa572abab3
|
AS3 namespace (de)compilation fixes
|
2015-11-15 15:55:44 +01:00 |
|