Jindra Petřík
|
c6b1e528df
|
update license header year
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
d5ebf47746
|
StringBuilder isEmpty fix (available for newer javas)
|
2021-01-06 10:04:33 +01:00 |
|
Jindra Petřík
|
dabb55d21d
|
#1548 TTF export - correctly handle duplicate unicode codes
#1548 correctly handle empty generated file names
|
2021-01-06 09:38:43 +01:00 |
|
Jindra Petřík
|
ca21337d9f
|
java 9 compliance
- base64, bytearrtohex, installed fonts, xml sax parser
|
2021-01-01 01:07:43 +01:00 |
|
Jindra Petřík
|
2bf7597cea
|
update license headers
|
2018-01-16 20:24:33 +01:00 |
|
honfika@gmail.com
|
2bc3eef8e7
|
#1323 Audio playback fails
|
2016-12-18 23:31:07 +01:00 |
|
Jindra Petřík
|
5bc200c208
|
Instance metadata get/set/remove from Commandline
|
2016-07-24 11:27:04 +02:00 |
|
honfika@gmail.com
|
db0d490fc9
|
#1241 File content is different to what FFDEC shows in HEX view near instructions
|
2016-05-29 12:32:50 +02:00 |
|
honfika@gmail.com
|
d0fb48dbed
|
use ARGB_PRE instead of ARGB, becasuse flash uses premultiplied images by default
|
2016-05-03 20:31:32 +02:00 |
|
honfika@gmail.com
|
ffd8d59e4b
|
build fix
|
2016-04-03 22:15:30 +02:00 |
|
honfika@gmail.com
|
78058e6020
|
faster text rendering
|
2016-03-18 09:53:42 +01:00 |
|
honfika@gmail.com
|
ecd038e50b
|
#1205: shape cache needs less memory
|
2016-03-17 15:42:44 +01:00 |
|
honfika@gmail.com
|
d2432eb6b6
|
#1170 Extract from Memory in Command Line
|
2016-03-13 09:40:16 +01:00 |
|
honfika@gmail.com
|
230f890165
|
check invalid unicode characters (0xd800 - 0xdfff, 0xfffe, 0xffff)
|
2016-03-11 08:39:48 +01:00 |
|
honfika@gmail.com
|
b5e021fbac
|
ignore invalid xml characters
|
2016-03-10 23:59:42 +01:00 |
|
honfika@gmail.com
|
46c157092c
|
#1172 Text content is wrong after decompilation: double escape fixed
|
2016-02-29 08:52:46 +01:00 |
|
honfika@gmail.com
|
1a0aa9c779
|
show warning on 32bit jre
|
2016-02-27 16:29:58 +01:00 |
|
honfika@gmail.com
|
1cea429e7b
|
copyright year updated
|
2016-01-01 14:06:56 +01:00 |
|
honfika@gmail.com
|
12d4176f88
|
svg import: bitmap fill
|
2015-12-26 13:57:48 +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 |
|
Jindra Petřík
|
654bfc7023
|
testdata
merge
|
2015-11-15 08:21:22 +01:00 |
|
honfika@gmail.com
|
f2b8b146a6
|
faster AVM2 constant pool when adding a lot of items to it.
|
2015-11-09 13:58:20 +01:00 |
|
honfika@gmail.com
|
329573058d
|
common deobfuscated name generation in as3 and as2 deobfuscation
|
2015-08-08 10:12:50 +02:00 |
|
honfika@gmail.com
|
afc7229f97
|
do not check valid offsets on every removeInstruction call.. check it only once after deobfuscation
|
2015-07-05 15:03:58 +02:00 |
|
honfika@gmail.com
|
6cafe970fb
|
invalid jump fix
|
2015-07-04 20:47:07 +02:00 |
|
honfika@gmail.com
|
6f4da26453
|
merge fixes
|
2015-07-03 20:48:23 +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 |
|
honfika@gmail.com
|
2ef4e759c0
|
windows+mac "exe" export with adobe projector
|
2015-06-18 08:35:15 +02:00 |
|
Jindra Petřík
|
aae2794b20
|
hexToByteArray helper method for ImportAssets2 hash
|
2015-06-13 21:11:46 +02:00 |
|
Jindra Petřík
|
650aefede2
|
Better multi packs handling (Alchemy) - direct editing allowed
Better package/class splitting for obfuscated names
|
2015-06-12 13:08:32 +02:00 |
|
honfika@gmail.com
|
75ce6c72fa
|
#910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix)
|
2015-06-03 21:00:24 +02:00 |
|
honfika@gmail.com
|
a6b7df4518
|
better disposing windows on restart
|
2015-05-27 18:58:18 +02:00 |
|
honfika@gmail.com
|
dc28ce5da7
|
free mainpanel on reload (it is not disposed by java GC for some reason)
|
2015-05-25 16:16:55 +02:00 |
|
honfika@gmail.com
|
18592b7a72
|
more string builders 1
|
2015-05-20 15:01:58 +02:00 |
|
honfika@gmail.com
|
c5a890fce7
|
constant pool editing: escape strings
|
2015-05-08 14:01:44 +02:00 |
|
honfika@gmail.com
|
e49296770f
|
format source code
|
2015-05-08 13:33:40 +02:00 |
|
honfika@gmail.com
|
89f66fbcb2
|
Edit AS 1/2 constant pool
|
2015-05-07 16:14:22 +02:00 |
|
honfika@gmail.com
|
732087f20f
|
shown only the constant pool(s) in pcode editor
|
2015-05-07 15:25:28 +02:00 |
|
honfika@gmail.com
|
45251ada53
|
#869 Negative float reading fixed
|
2015-05-01 12:07:38 +02:00 |
|
honfika@gmail.com
|
fce4534aed
|
always use buffered output streams when writing to a file, faster swf xml export by caching the fields
|
2015-05-01 01:04:08 +02:00 |
|
honfika@gmail.com
|
1429757552
|
update characterids when tag was copied with dependencies
|
2015-04-30 15:03:20 +02:00 |
|
honfika@gmail.com
|
62be884e42
|
#772: closing loading dialog now cancels the loading of the swf
#762:export pcode with diffren extension
|
2015-04-26 12:09:59 +02:00 |
|
honfika@gmail.com
|
cdc22d8b2d
|
faster searchTreeItem
|
2015-03-18 10:32:51 +01:00 |
|
honfika@gmail.com
|
c24f753adb
|
faster imageToShape
|
2015-03-18 00:10:18 +01:00 |
|
honfika@gmail.com
|
553999ddba
|
cache image to area convert results
|
2015-03-17 10:42:05 +01:00 |
|
honfika@gmail.com
|
2664d692ba
|
faster imageToShape
|
2015-03-17 07:03:56 +01:00 |
|
honfika@gmail.com
|
c98facb399
|
Debugger function moved to separated class, other small fixes
|
2015-03-09 23:18:02 +01:00 |
|
honfika@gmail.com
|
7e89a2c721
|
show class name in log message
|
2015-02-25 23:13:55 +01:00 |
|
honfika@gmail.com
|
ade56d45a2
|
format code: blank lines
|
2015-01-18 21:32:37 +01:00 |
|