parseReadelfSymbols

fnReadelfSymbol[] parseReadelfSymbols(string output)

Parser for readelf -s output.

Parameters

outputThe stdout output from readelf -s command.

Returns

Array of ReadelfSymbol structs containing parsed symbol information.

Throws

Exception if the output cannot be parsed.