elf-d ~master (2020-01-18T20:34:15Z)
Dub
Repo
StringTable
elf
sections
stringtable
Undocumented in source.
struct
StringTable {
this
(ELFSection section);
string
getStringAt
(size_t index);
auto
strings
();
}
Constructors
this
this
(ELFSection section)
Undocumented in source.
Members
Functions
getStringAt
string
getStringAt
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
strings
auto
strings
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
elf
sections
stringtable
aliases
elfEnforce
structs
StringTable