parseReadelfHeader
fn
ReadelfHeader parseReadelfHeader(string output)Parser for readelf -h output.
Parameters
output | The stdout output from readelf -h command. |
Returns
ReadelfHeader struct containing parsed header information.
Throws
Exception if the output cannot be parsed.