I found the exact cause of this bug!
On line 801 of lisafsh-tool.c, this:
fwrite(sec,(F->datasize-0xf0),1,fb);
should be:
fwrite(sec+0xf0,(F->datasize-0xf0),1,fb);
Meanwhile, I just used the hex dumps in font.libf.text and font.heur.text to reconstruct the files. I'm on my way to fully decoding them.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "LisaList" group. To post to this group, send email to lisalist_at_email.domain.hidden To unsubscribe from this group, send email to lisalist-unsubscribe_at_email.domain.hidden For more options, visit this group at http://groups.google.com/group/lisalist?hl=en -~----------~----~----~----~------~----~------~--~--- Received on 2007-03-22 15:10:53
This archive was generated by hypermail 2.4.0 : 2020-01-13 12:15:21 EST