JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#769 Extracting resources twice makes them different
Author: user capasha
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

> 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
Downloadfreegame.swf (3,377 KiB)
developer
Yes, thats true, the exported font files are diffrent... why is this a problem for you?
developer
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.
user
I see. didn't know it was setting date inside. You can set this one to invalid.
developer
State: new→closed
Type: bug→question