parseReadelfSegments
fn
ReadelfSegment[] parseReadelfSegments(string output)Parser for readelf -l output.
Parameters
output | The stdout output from readelf -l command. |
Returns
Array of ReadelfSegment structs containing parsed segment information.
Throws
Exception if the output cannot be parsed.