DynamoRIO / DynamoRIO/dynamorio
use /proc/self/task/<tid>/maps instead of /proc/self/maps
Open
OpSys-Linux
Performance
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
For address queries, we should investigate using the copy of maps in the task folder to avoid synchronization costs. We should measure the cost, and futher measure the general cost of queries: maintaining the allmem vector is generally a headache and causes problems on Android and WSL and if a kernel query is fast enough we could perhaps stop using allmem.
Contributor guide
Assessment
This issue has not been assessed yet.