DynamoRIO / DynamoRIO/drmemory
Using Windows SDK header instead of using our own header
Open
Migrated
OpSys-Windows
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) on March 12, 2012 14:58:20_
ntstatus.h and winternl.h are now available in Microsoft SDKs, which have some types and macros used by DrMemory and DynamoRIO, e.g.
#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L)
and
UNICODE_STRING
Instead of using our own re-defined types, we should switch using the provided header file.
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=831_
Contributor guide
Assessment
This issue has not been assessed yet.