DynamoRIO / DynamoRIO/dynamorio
Add user_data versions of exit event and syscall filter event
Open
Component-API
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Recently several of our tools have wanted a user_data parameter in the exit event and the syscall filter event.
The user_data is used for C++ to pass `this` and to avoid global state in general.
The solution would be to add them to drmgr, with a piority and user_data.
Presumably we'd also add the DO_NOT_USE defines: so a source compat breakage.
Xref i#5161
Contributor guide
Assessment
This issue has not been assessed yet.