Commit Graph
100 Commits
Author SHA1 Message Date
[email protected] 4774e6d6d3 gitignore 2014-08-25 22:51:30 +02:00
[email protected] b17b0694f9 Issue #650: import images, ffdec_lib addedto gitignore & removed from repository 2014-08-25 22:31:55 +02:00
[email protected] 6b5912027e Issue #650: command line parameter to change binary data in DefineBinaryDataTag 2014-08-25 21:58:14 +02:00
[email protected] dec9261261 lib resource texts moved to lib project 2014-08-25 10:29:45 +02:00
[email protected] 453fd420d4 imports & code formatting 2 2014-08-24 21:29:33 +02:00
honfika bd0e1c7f33 imports & code formatting 1 2014-08-24 21:22:59 +02:00
honfika 64140449ea removed private project files 2014-08-24 17:40:01 +02:00
honfika 380337e30f Merge origin/master 2014-08-24 12:58:37 +02:00
honfika 75941e7c61 combine push method fixed 2014-08-24 12:57:36 +02:00
honfika f9a2ec747e FileAttribute tag name in dumpview fixed 2014-08-24 11:14:33 +02:00
honfika 6a2f1027b8 gfx dump view fixes, FileAttributeTag fix in dumpview 2014-08-24 11:07:01 +02:00
honfika c91f0b106c show gfx data in dump view 2014-08-24 10:04:00 +02:00
honfika 36d111b8b3 #649: gfx reading bug fixed 2014-08-24 09:40:01 +02:00
honfika c4fa4f4a23 Throw exception when trying to seek to negative address 2014-08-24 09:10:02 +02:00
honfika 92c6b365bb missing file 2014-08-24 08:49:01 +02:00
honfika e453fabfca partial fix for #649 2014-08-24 08:41:31 +02:00
honfika e89b4e52fb cleanup 2014-08-23 23:04:02 +02:00
honfika a4474c1e8f organize imports 2014-08-23 22:00:52 +02:00
honfika 8f981eb5eb Stack<> to TranslteStack in translateInverted 2014-08-23 21:59:48 +02:00
honfika 665caba920 default deobfuscation mode changed to "new" 2014-08-23 20:54:24 +02:00
honfika e4d30b03de deobfuscation mode switch logic implemented 2014-08-23 20:53:30 +02:00
honfika 46f477e660 organize imorts & code formatting 2014-08-23 20:15:59 +02:00
honfika c21a1b2f61 deobfuscation mode switch 2014-08-23 20:12:59 +02:00
honfika 0c19a54c02 #648 export from embedded SWF fixed 2014-08-23 19:17:38 +02:00
honfika 1719966737 Another AS2 deobfuscation (will be executed before the previous one) 2014-08-23 18:47:55 +02:00
honfika a0afb3e16b Custom stack classes (later needed for deobfuscation) 2014-08-23 14:45:38 +02:00
honfika 787749981b small fix, logging commented out 2014-08-23 09:12:13 +02:00
honfika 6b58ef92db show script name in error log 2014-08-23 08:47:27 +02:00
honfika 95bb03aa61 button and clip actions fixed 2014-08-23 08:13:04 +02:00
honfika 49ee7c18c6 more AS2 deobfuscation fix 2014-08-23 07:28:56 +02:00
honfika e7e6bb5d1f as2 deobfuscation: constantpool fixes 2014-08-22 22:09:53 +02:00
honfika 97447968b1 better actionlist deobfuscation 2014-08-22 20:16:15 +02:00
honfika d6a8ea60f0 small action reading cleanup 2014-08-19 21:05:16 +02:00
honfika 3b6cee4dfb do not use getBytesLength because it "generates" the action bytes to get the length (slow)
use instead getTotalActionLength
2014-08-19 15:39:10 +02:00
honfika 5130f3c2bb more removeaction tests 2014-08-19 14:38:08 +02:00
honfika 005d8544d4 Action reading fixes/enhancements 2014-08-19 12:01:16 +02:00
honfika 7d4fbe5075 sample AS2 deobfuscator plugin 2014-08-18 23:52:12 +02:00
honfika 083c4f2ffc using fake DeobfuscateJump action when jump tag is added automatically during actiondata parsing (this action not exists in the steam) 2014-08-17 17:58:57 +02:00
honfika 98349f145d missing nodes in dumpview added 2014-08-17 15:05:39 +02:00
honfika 9323384ed1 ignore BOM in UTF-8 text file 2014-08-16 19:42:51 +02:00
honfika 23370ec24c Issue #640: font advance calculation fixed 2014-08-16 19:19:14 +02:00
honfika 23086e71c3 AdtionEnd fix in dumpview 2014-08-16 18:10:39 +02:00
honfika 14cabef4d6 Issue #640: 2nd text import bug fixed 2014-08-16 17:37:30 +02:00
honfika bc81826648 Issue #612: show color in hex format 2014-08-16 16:09:03 +02:00
honfika 40771b85c2 DefineShape4 writing fixed 2014-08-16 14:50:14 +02:00
honfika e719e4ad32 test fixed 2014-08-16 13:52:01 +02:00
honfika 18674f59a0 Issue #640: text import fixed 2014-08-16 13:46:51 +02:00
honfika 2e4f4d8851 show abc data in dumpview (right click in the treenode to load it) 2014-08-16 12:20:44 +02:00
honfika 923698cc7f show inner data of the actions in dumpview 2014-08-15 19:13:59 +02:00
honfika f84e4d7336 organize imports & code formatting 2014-08-15 15:42:37 +02:00
honfika 35386fb241 show actions in dumpview (context menu on the tree node) 2014-08-15 15:39:33 +02:00
honfika b65244c618 allow to save data range in dumpview to file (e.g. for exporting ABC data) 2014-08-15 13:49:31 +02:00
honfika ef20364cef action reading fix 2014-08-15 01:09:19 +02:00
honfika 51dd6b9b7a Merge pull request #5 from sdcarpenter/master
Add a new build target 'exe-console'
2014-08-15 00:36:20 +02:00
honfika d6c14b8e72 AS2 reading performance improvements 2014-08-15 00:32:56 +02:00
honfika 2492cd9d34 unnecessary dump info setting removed 2014-08-13 19:23:43 +02:00
honfika 3e0250c9cb Lazy dump info collecting 2014-08-10 21:44:53 +02:00
honfika 97631dc718 export pcode&hex from command line fixed 2014-08-08 22:06:17 +02:00
honfika 5513956f04 removed some unnecessarry action reading methods 2014-08-05 21:39:23 +02:00
honfika 254b13a326 better export filename generation 2014-08-05 21:38:48 +02:00
honfika b02a343116 Merge pull request #4 from steveVincent/endlineproblem
export file with classname/export name
2014-08-05 19:50:31 +02:00
honfika fa56f881f4 small fixes about removing tags, action reading 2014-08-02 21:29:25 +02:00
honfika 31c7cc0bde save menu is disabled now when no swf is open, mark deleted method fixed 2014-08-02 10:30:03 +02:00
honfika 644e516ac6 show "save" and "saveas" commands in application menu 2014-08-01 23:57:52 +02:00
honfika edb8da9bc6 LZMA encoding fast bytes parameter valid value range is shown in the UI 2014-08-01 22:52:24 +02:00
honfika 8ad45b379b LZMA encoding fast bytes parameter 2014-08-01 22:50:12 +02:00
honfika 1b6bf416e8 LZMA saving fixed 2014-08-01 19:01:57 +02:00
honfika c7fb387859 #627 Filter swf not working fixed 2014-07-31 18:46:21 +02:00
honfika 49bb3ec2bf java code format 2014-07-28 21:05:46 +02:00
honfika 68dcce0a5f added missing getData functions 2014-07-28 21:03:14 +02:00
honfika 1089b741e8 #623 ffdec.sh is executable in generated zip 2014-07-27 09:15:46 +02:00
honfika 96e9364e76 #624 search in embedded swfs fixed 2014-07-26 22:23:45 +02:00
honfika ce08f419cc #623 ffdec.sh UNIX line endings 2014-07-25 22:41:50 +02:00
honfika 6edc6bb758 russian translation fix 2014-07-25 22:16:20 +02:00
honfika 1bd0504402 better handling of corrupt swf files 2014-07-25 22:12:46 +02:00
honfika f6969d442a Debug mode Do(Init)Action reading fixed 2014-07-20 18:15:36 +02:00
honfika beddb0d48f allow selecting multiple files in openFileDialog (when openMultipleFiles is enabled) 2014-07-20 18:07:10 +02:00
honfika a34c0b726a added missing 0 check contition to readSB which was already there for readUB and readFB funcitions 2014-07-20 14:30:40 +02:00
honfika bad1b8dfc9 russian translation 2014-07-20 12:59:39 +02:00
honfika f0debc9cd4 russian translation+ small fixes 2014-07-20 11:53:26 +02:00
honfika 978906f14c hungarian translation 2014-07-20 11:03:20 +02:00
honfika 1faee7eaa5 fixed some NetBeanscode hints 2014-07-20 00:42:57 +02:00
honfika 203e816302 swf closing fix 2014-07-19 23:15:30 +02:00
honfika a96230336f curly brace position fixed after interface keyword 2014-07-19 22:44:18 +02:00
honfika 4f03df03eb better switching between DumpView and Resources view (preserve selected nodes, do not show the components of the other view, e.g traits and constants list in dump view) 2014-07-19 22:37:08 +02:00
honfika d825ee82d7 Extra space removed after package keyword when package name is empty 2014-07-19 21:20:54 +02:00
honfika b81a189c89 Merge origin/master 2014-07-19 20:52:51 +02:00
honfika 96c334e301 Issue #594: another method start curly brace position fix 2014-07-19 20:52:26 +02:00
honfika aeba926b54 Issue #594: method start curly brace position fixed 2014-07-19 20:30:39 +02:00
honfika fc50fa7070 Show the name of the problematic tag in error window for easier debugging 2014-07-19 18:33:21 +02:00
honfika 7a6a4a5e36 support ImageTags in PlaceObjectType tags. (normally ImageTag can be only in Shapes, but when PlaceFlagHasImage is true, it can contain directly the ImageTag) 2014-07-16 15:29:23 +02:00
honfika 68e39f867e french translation 2014-07-16 00:07:22 +02:00
honfika 5aff394c5e Issue #401: PlaceObject3/4 reading fixed 2014-07-15 23:23:29 +02:00
honfika 0fcb762112 Issue #559: another bitmap export opacity bug fixed 2014-07-14 14:06:26 +02:00
honfika 2a168b5266 bitmap export opacity bug fixed 2014-07-14 13:53:48 +02:00
honfika 54ff2701a6 Export context menu fixed 2014-07-14 13:29:37 +02:00
honfika ae74347f36 small dumpview enhancement 2014-07-13 12:45:56 +02:00
honfika a3c4fae495 periodic gc call removed (very slow with some million objects), 33% faster dump info collecting 2014-06-29 19:34:44 +02:00
honfika 1b13ac5cd4 missing configuration resource 2014-06-28 22:51:44 +02:00
honfika 53714b0450 stream reading improvements, collecting dump infos can be disabled 2014-06-28 22:09:14 +02:00