parseReadelfSections
fn
ReadelfSection[] parseReadelfSections(string output)Parser for readelf -S output.
Parameters
output | The stdout output from readelf -S command. |
Returns
Array of ReadelfSection structs containing parsed section information.
Throws
Exception if the output cannot be parsed.