const BinaryElfSection = struct
const BinaryElfSection = struct { elfOffset: u64, binaryOffset: u64, fileSize: usize, name: ?[]const u8, segment: ?*BinaryElfSegment, }