parseReadelfHeader

fnReadelfHeader parseReadelfHeader(string output)

Parser for readelf -h output.

Parameters

outputThe stdout output from readelf -h command.

Returns

ReadelfHeader struct containing parsed header information.

Throws

Exception if the output cannot be parsed.