Commit Graph
132 Commits
Author SHA1 Message Date
Jindra Petřík add1c7ef1e cls.newInstance() causing warnings replaced with cls.getDeclaredConstructor().newInstance() 2021-02-10 18:36:39 +01:00
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
曉之車 6c16f6cd5f Update Swf2Exe.bin
Fix icon indistinct problem
2021-01-01 01:07:49 +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 da586b105f - New AS2 class detector
- Reference helper class moved to helper package.
2018-01-22 22:06:40 +01:00
Jindra Petřík 2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
[email protected] 29f5c17767 Focal radial gradient raw edit fix 2017-04-01 11:31:10 +02:00
[email protected] c3fc9785e3 #1240 JPEXS does not use multiple threads for decompilation on Text Search: AS2 is also multi thread now, work status improvements during search 2016-12-24 21:06:23 +01:00
[email protected] 2bc3eef8e7 #1323 Audio playback fails 2016-12-18 23:31:07 +01:00
Jindra Petřík 6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
Jindra Petřík 5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
[email protected] db0d490fc9 #1241 File content is different to what FFDEC shows in HEX view near instructions 2016-05-29 12:32:50 +02:00
[email protected] d0fb48dbed use ARGB_PRE instead of ARGB, becasuse flash uses premultiplied images by default 2016-05-03 20:31:32 +02:00
[email protected] 508c618b37 netbeans inpector fixes 2016-04-29 20:54:38 +02:00
[email protected] 577bdd4844 add missing overrides + some other small changes 2016-04-28 22:09:44 +02:00
[email protected] 7b0f034cbc use charset object instead of string where possible 2016-04-06 21:19:22 +02:00
[email protected] ffd8d59e4b build fix 2016-04-03 22:15:30 +02:00
Jindra Petřík bfeb2dc2ba Merge origin/master 2016-03-26 20:17:37 +01:00
Jindra Petřík c9f53e0d8c const names map helper function 2016-03-21 21:55:35 +01:00
[email protected] 78058e6020 faster text rendering 2016-03-18 09:53:42 +01:00
[email protected] ecd038e50b #1205: shape cache needs less memory 2016-03-17 15:42:44 +01:00
[email protected] d2432eb6b6 #1170 Extract from Memory in Command Line 2016-03-13 09:40:16 +01:00
[email protected] 230f890165 check invalid unicode characters (0xd800 - 0xdfff, 0xfffe, 0xffff) 2016-03-11 08:39:48 +01:00
[email protected] b5e021fbac ignore invalid xml characters 2016-03-10 23:59:42 +01:00
Jindra Petřík 084da5d6a1 #1193 FLA export - smoothed image detection, export raw JPEG data, no recompression 2016-03-07 22:17:59 +01:00
[email protected] 46c157092c #1172 Text content is wrong after decompilation: double escape fixed 2016-02-29 08:52:46 +01:00
Jindra Petřík 1a74bd5ef9 Merge origin/master 2016-02-28 10:17:31 +01:00
Jindra Petřík 77c1e4613d SerializableImage converts to Compatible image for GUI display 2016-02-28 10:02:01 +01:00
[email protected] 1a0aa9c779 show warning on 32bit jre 2016-02-27 16:29:58 +01:00
Jindra Petřík ef739fbfd9 Simplify nonif expressions while deobfuscation too
Regexp deobfuscation.
Implicit coercion handling.
#1145 double not (!!) fix
2016-02-07 17:13:59 +01:00
[email protected] 8cb067bfda format java code 2016-01-15 14:37:34 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 14572db32b canvas export fix 2015-12-30 10:10:12 +01:00
[email protected] 12d4176f88 svg import: bitmap fill 2015-12-26 13:57:48 +01:00
[email protected] 1b1923eee1 fix 2015-12-18 13:33:47 +01:00
[email protected] c23e22b950 #1113 It takes too long to switch between rendered sprite fixed 2015-12-18 13:32:50 +01:00
Jindra Petřík 727371ffb5 script halt config, lib part commit 2015-11-17 17:49:06 +01:00
Jindra Petřík 654bfc7023 testdata
merge
2015-11-15 08:21:22 +01:00
[email protected] f2b8b146a6 faster AVM2 constant pool when adding a lot of items to it. 2015-11-09 13:58:20 +01:00
[email protected] e7bf1b0319 preserve variable order in AS2 deobfuscation + make it faster 2015-11-02 08:32:41 +01:00
[email protected] 56bd4cd1f6 AS2 deobfuscation improvement 2015-11-01 12:12:04 +01:00
Jindra Petřík 4d6dda002e Check / Set passwords for password tags 2015-10-26 20:41:47 +01:00
[email protected] f10303b4ab plugin to fix the "bug" in issue #786 2015-10-22 09:00:27 +02:00
[email protected] bfe3a7bb60 collect decompilation performance statistic data 2015-10-04 18:48:19 +02:00
[email protected] 329573058d common deobfuscated name generation in as3 and as2 deobfuscation 2015-08-08 10:12:50 +02:00
[email protected] 586111ea8a generic tag panel: binary editor now can edit byte[] 2015-08-03 08:32:54 +02:00
[email protected] a6dc717225 calculating the action length without writing it to a stream 2015-07-17 09:19:51 +02:00
[email protected] d9e358d536 cancellable worker fix 2015-07-09 15:09:25 +02:00