parseReadelfSections

fnReadelfSection[] parseReadelfSections(string output)

Parser for readelf -S output.

Parameters

outputThe stdout output from readelf -S command.

Returns

Array of ReadelfSection structs containing parsed section information.

Throws

Exception if the output cannot be parsed.