libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SID_AND_ATTRIBUTES.hh File Reference
#include <introvirt/core/fwd.hh>
#include <introvirt/windows/kernel/nt/fwd.hh>
#include <introvirt/util/json/json.hh>
#include <cstdint>
#include <string>
Include dependency graph for SID_AND_ATTRIBUTES.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  introvirt::windows::nt::SID_AND_ATTRIBUTES
 
class  introvirt::windows::nt::SID_AND_ATTRIBUTES::SidAttributeFlags
 

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::windows
 Classes related to Microsoft Windows guests.
 
namespace  introvirt::windows::nt
 Classes related to the Windows NT kernel.
 

Enumerations

enum  introvirt::windows::nt::SID_AND_ATTRIBUTES_FLAGS {
  introvirt::windows::nt::SE_GROUP_MANDATORY = 0x1 , introvirt::windows::nt::SE_GROUP_ENABLED_BY_DEFAULT = 0x2 , introvirt::windows::nt::SE_GROUP_ENABLED = 0x4 , introvirt::windows::nt::SE_GROUP_OWNER = 0x8 ,
  introvirt::windows::nt::SE_GROUP_USE_FOR_DENY_ONLY = 0x10 , introvirt::windows::nt::SE_GROUP_INTEGRITY = 0x20 , introvirt::windows::nt::SE_GROUP_INTEGRITY_ENABLED = 0x40 , introvirt::windows::nt::SE_GROUP_RESOURCE = 0x20000000L ,
  introvirt::windows::nt::SE_GROUP_LOGON_ID = 0xC0000000L
}
 Flags for the SID_AND_ATTRIBUTES Attributes member. More...
 

Functions

std::string introvirt::windows::nt::to_string (SID_AND_ATTRIBUTES::SidAttributeFlags)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, SID_AND_ATTRIBUTES::SidAttributeFlags)
 Stream operator for SidAttributeFlags.