Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [elfabi] Add support for reading DT_SONAME from binaries | Armando Montanez | 2019-01-16 | 1 | -0/+11 |
This change gives the llvm-elfabi tool the ability to read DT_SONAME from a binary ELF file into an ELFStub. Added: - DynamicEntries struct for storing dynamic entries that are relevant to elfabi. - terminatedSubstr() retrieves a null-terminated substring from a StringRef. - appendToError() appends a string to an error, allowing more specific error messages. Differential Revision: https://reviews.llvm.org/D55629 llvm-svn: 351361 |