DynamoRIO / DynamoRIO/dynamorio
[drsyms] use dwarf2 info for symbol lookup if symtable is stripped
Open
Component-API
Migrated
Priority-Low
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on February 06, 2012 20:07:43_
on both ELF and PECOFF, the symbol table we're using for symbol lookup (as opposed to address lookup) could be stripped. in such a case we should still be able to do a symbol lookup via the dwarf2 info (if available).
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=672_
Contributor guide
Assessment
This issue has not been assessed yet.