Closed pleonex closed 2 years ago
Implement a converter to write the header class in a binary stream: IConverter<RomHeader, BinaryFormat>. It doesn't update the RomSectionInfo, other converts will do that.
IConverter<RomHeader, BinaryFormat>
RomSectionInfo
Implement a converter to write the header class in a binary stream:
IConverter<RomHeader, BinaryFormat>
. It doesn't update theRomSectionInfo
, other converts will do that.