MCPcopy Create free account
hub / github.com/changeofpace/Self-Remapping-Code / _OBJECT_ATTRIBUTES

Class _OBJECT_ATTRIBUTES

Self-Remapping Code/ntapi.h:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31} UNICODE_STRING, *PUNICODE_STRING;
32
33typedef struct _OBJECT_ATTRIBUTES
34{
35 ULONG Length;
36 HANDLE RootDirectory;
37 PUNICODE_STRING ObjectName;
38 ULONG Attributes;
39 PVOID SecurityDescriptor;
40 PVOID SecurityQualityOfService;
41} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
42
43typedef enum _SECTION_INHERIT
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected