The output is a structured JSON file that can be consumed by Ghidra or IDA to annotate large binaries quickly. This is a proof of concept. It works well on the samples we have tested, but coverage of ...
fats[i].offset = BitConverter.ToUInt32(ReadBytes(4).Reverse().ToArray(), 0); fats[i].size = BitConverter.ToUInt32(ReadBytes(4).Reverse().ToArray(), 0); ...