DynamoRIO / DynamoRIO/dynamorio
drx_insert_counter_update does not work with drreg
Open
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
Before we add drreg, we add utility functions like `drx_insert_counter_update` to allow clients instrument counter update code easily. However such functions performs its own aflags analysis and request user to provide TLS slots for register stealing, so it does not work with the drreg.
It would be nice if we can update those functions in a way so it could work with drreg.
Contributor guide
Assessment
This issue has not been assessed yet.