DynamoRIO / DynamoRIO/drmemory
feature request: add option to display caller memory address in drstrace
Open
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to have the option to display the address of the caller or the return address in drstrace.
For example, the output under this option would read:
NtOpenSection
ret addr: 0x00405340
arg 0: 0x001ffb5c (type=HANDLE*, size=0x4)
arg 1: 0xf (type=unsigned int, size=0x4)
...
Contributor guide
Assessment
This issue has not been assessed yet.