DynamoRIO / DynamoRIO/dynamorio
drsyms: use hashtable lookup for faster *nix export symbol query
Open
Component-Extension
Migrated
OpSys-Linux
Performance
Priority-Medium
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 August 24, 2012 15:21:08_
split from issue #881 /\* XXX i#: we have no symbols and we're just looking at exports so we
\* should do a fast hashtable lookup instead of a linear walk.
\* DR already has the code for this, accessible via dr_get_proc_address(),
\* except that interface will only work for online (i.e., non-standalone)
\* use.
*/
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=883_
Contributor guide
Assessment
This issue has not been assessed yet.