Rebecca Bettencourt wrote:
> 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);
>
> You're writing the first 0x110 bytes / cutting off the last 0xF0 bytes
> of the sector, when you should be writing the *last* 0x110 bytes /
> cutting off the *first* 0xF0 bytes of the sector.
>
> 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-23 09:08:08
This archive was generated by hypermail 2.4.0 : 2020-01-13 12:15:21 EST