DynamoRIO / DynamoRIO/drmemory

Using Windows SDK header instead of using our own header

Open
#831 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.