honfika@gmail.com
29acbc0661
svg import warning, config for flash player panel delay
2015-12-19 10:41:01 +01:00
honfika@gmail.com
71e3db5435
svg: path "a" (elliptical arc) command, approximate with polygon (todo: use Bezier)
2015-12-19 08:22:33 +01:00
honfika@gmail.com
60a8fa8110
svg import improvement
2015-12-18 15:34:02 +01:00
honfika@gmail.com
1b1923eee1
fix
2015-12-18 13:33:47 +01:00
honfika@gmail.com
c23e22b950
#1113 It takes too long to switch between rendered sprite fixed
2015-12-18 13:32:50 +01:00
honfika@gmail.com
0f416b0944
svg import improved
2015-12-18 12:24:56 +01:00
honfika@gmail.com
57f9cbe2e7
approximate cubic curves with quadratic
2015-12-17 09:04:46 +01:00
honfika@gmail.com
3e4df8b5c4
svg import improved
2015-12-16 08:24:27 +01:00
honfika@gmail.com
c563a7449b
allow trait specification in pcode import
2015-12-15 12:46:08 +01:00
honfika@gmail.com
d56c1d931e
SVG import basic fill and line colors
2015-12-15 10:26:33 +01:00
honfika@gmail.com
4ad494501f
very basic SVG import, no line/fill styles, only paths with constant color.
2015-12-14 19:31:20 +01:00
honfika@gmail.com
4052b6902f
countField fix
2015-12-13 08:48:04 +01:00
honfika@gmail.com
5960434c23
#1107 Text Offset Incorrect fixed
2015-12-12 17:06:46 +01:00
honfika@gmail.com
52c27db229
author javadoc comments added, finished...
2015-12-12 16:07:05 +01:00
honfika@gmail.com
ed919b14c3
author javadoc comments added 2
2015-12-11 21:21:30 +01:00
honfika@gmail.com
928b802035
author javadoc comments added 1
2015-12-10 14:18:46 +01:00
honfika@gmail.com
baab89878f
unnecessary nops durinmg deobfuscation removed
2015-12-09 15:33:57 +01:00
honfika@gmail.com
adf9a5b49c
getOffset renamed to getAddress to be the same in AS2 and AS3
2015-12-08 13:35:39 +01:00
honfika@gmail.com
e6adfe422a
timeline panel refactored
2015-12-07 08:08:02 +01:00
honfika@gmail.com
0f1181c453
#1052 Add object to existing frame
2015-12-06 09:03:44 +01:00
Jindra Petřík
167f4e9c4f
Merge origin/master
2015-12-06 06:29:26 +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
honfika@gmail.com
932cd11d7e
edit text reading fixed. ( fixes #1096 Export to FLA "SEVERE Petty print error")
2015-12-05 15:54:30 +01:00
Jindra Petřík
e2c299afa0
Debugger - wide line support for AS3
2015-12-05 13:26:56 +01:00
Jindra Petřík
8a874ab13a
Merge origin/master
2015-12-05 10:54:11 +01:00
Jindra Petřík
ec666b60e4
AS1/2: Ctrl+click to declaration of variables, registers. Hilighting methods and classes
...
AS1/2: Debugger - Show registers
Fixed ctrl+click underline position
2015-12-05 10:53:43 +01:00
honfika@gmail.com
531e687821
allow adding tag to main timeline
...
tagtree:remove unnecessary tree parameter
binary export: use .swf extension for swf files
export:select export types fixed when inner swf is selected
debug menu:create new swf
check all tags when debugcopy is enabled
2015-12-05 07:48:34 +01:00
honfika@gmail.com
9a323a1355
swf xml test
2015-12-04 08:24:09 +01:00
Jindra Petřík
6ea614fa54
AS3 debugger start halt fix
...
AS2 debugger - offsets fix, functions fix
2015-12-03 20:17:59 +01:00
honfika@gmail.com
2f75a7b4ed
#1098 Importing SWF XML fails fixed
2015-12-03 11:07:07 +01:00
honfika@gmail.com
507cc4c29b
#1070 Incorrect decompilation of switch statement fixed
2015-12-03 09:40:26 +01:00
honfika@gmail.com
35b917eca1
using a function which calculates the target address of the IfType instructions
2015-12-02 14:19:09 +01:00
honfika@gmail.com
0cf0df67ea
using existing getOffset method everywhere, made offset is privete
2015-11-30 09:16:51 +01:00
honfika@gmail.com
2b17094592
unused field removed from AVM2Code
2015-11-29 11:49:12 +01:00
honfika@gmail.com
4fb62ab85d
add test for FastActionList
2015-11-29 08:22:25 +01:00
honfika@gmail.com
981cc62f16
restorecontrolflow removed
2015-11-28 19:12:17 +01:00
honfika@gmail.com
568f41b45e
show method index for debugging
2015-11-28 12:29:07 +01:00
honfika@gmail.com
d3556e73f4
Old deobfuscation mode removed
2015-11-26 15:58:25 +01:00
honfika@gmail.com
c0cb7e6a8b
avm2 instructions fixed in hex view
2015-11-26 09:07:08 +01:00
honfika@gmail.com
f6e201583e
advanced settings: calendar fix
2015-11-25 07:23:11 +01:00
honfika@gmail.com
7eb2713bd6
debug instruction has u8 register index, but other instuctions (setlocal, getlocal, ...) has u30
2015-11-24 21:39:18 +01:00
honfika@gmail.com
d4e2ebb19e
local reg index is u8 (at least in debug instruction)
2015-11-24 13:22:34 +01:00
honfika@gmail.com
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
honfika@gmail.com
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