readStringTable
fn
string[] readStringTable(const(ubyte)[] data)Read a string table from a byte array.
A string table is an ELF section that contains multiple null-terminated strings, with the first string always being empty (at offset 0).
Parameters
data | The byte array containing the string table. |
Returns
A string array with all strings from the string table.