parseReadelfSegments

fnReadelfSegment[] parseReadelfSegments(string output)

Parser for readelf -l output.

Parameters

outputThe stdout output from readelf -l command.

Returns

Array of ReadelfSegment structs containing parsed segment information.

Throws

Exception if the output cannot be parsed.