If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#769 Extracting resources twice makes them different
Author: capasha
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: ExternalLinkFonts
State: closed
> What steps will reproduce the problem?
Extract the files will make them different every time.
pic: http://i.imgur.com/w6HtRdO.png
the swf resources have been extracted two times. And the resources stay different.
tool used to check different files is winmerge.
> What is the expected output?
To not stay different.
What do you see instead?
already stated.
> What version of the product are you using? On what operating system?
4.0.5 nightly build 361 on windows 8.1
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
freegame.swf (3,377 KiB)
Yes, thats true, the exported font files are diffrent... why is this a problem for you?
TTF file contains the the creation and modification dates + checksums for the head. This
is the only diffrence in the 2 exported file.
So I think it is the expected behaviour, It should not be "fixed". It would be a hack to
set a fake creation and modification dates.
Check the write method in the following class:
https://github.com/jindrapetrik/jpexs-decompiler/blob/master/libsrc/ttf/src/org/doubletype
/ossa/truetype/HeadWriter.java
So I vote for setting this issuse to invalid.
I see. didn't know it was setting date inside. You can set this one to invalid.
State: new→closed
Type: bug→question
Type: bug→question