▲ | tenderlove 7 days ago | ||||||||||||||||
Here you go!
I ran both files through xxd then diffed them. I've literally changed every piece of hardware (at no small cost). "premature to immediately blame Apple" seems a bit off. | |||||||||||||||||
▲ | jjcob 7 days ago | parent | next [-] | ||||||||||||||||
I tried running the file segments through a binary diff with Hex Fiend As far as I can tell: - 0x7800 bytes were replaced at file offset 0x00aa0000 - 0x2200 bytes were replaced at file offset 0x00aa8000 I can't tell if the replacement data came from a different part of the file, or somewhere totally different. Race condition somewhere sounds plausible. | |||||||||||||||||
| |||||||||||||||||
▲ | daemin 7 days ago | parent | prev [-] | ||||||||||||||||
This is the kind of stuff that makes me wish my Binary Diff Tool was already completed, but unfortunately I'm still working on it. Can't tell much what's wrong with the differences in the bytes without knowing what the structure behind it is. |