DynamoRIO / DynamoRIO/drmemory
add support in Dr. Fuzz to handle struct argument holding both data pointer and size info
Open
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
There are cases where function is passed in a struct pointer as argument, which holds both data pointer and size. In such cases, we need do pointer chasing to find the correct data and size.
Contributor guide
Assessment
This issue has not been assessed yet.