DynamoRIO / DynamoRIO/dynamorio
Add support for online trace analyzers querying module information
Open
Component-DrMemtrace
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Currently, online trace analyzers such as the cache miss analyzer do not have direct access to the module information. As a result, those analyzers cannot do things such as mapping a virtual address PC to an actual instruction in the application binary. Adding support for online analyzers to query module information at runtime would allow for broader types of analysis by the analyzers and more meaningful output to the user.
Contributor guide
Assessment
This issue has not been assessed yet.