Assembly instrumentation: handle more instructions
Open
Priority-Medium
ProjectAddressSanitizer
Status-Accepted
Type-Defect
- Dominant language
- C
- Stars
- 12.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Originally reported on Google Code with ID 282
```
On X86, almost any instruction can have a memory argument. At the moment we instrument
only a minority of them.
We could use MCInstrInfo/MCRegisterInfo to guess instruction memory properties.
```
Reported by `eugenis@google.com` on 2014-03-24 07:31:26
Contributor guide
Assessment
This issue has not been assessed yet.