libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SECTION_ACCESS_MASK.hh File Reference
#include "ACCESS_MASK.hh"
Include dependency graph for SECTION_ACCESS_MASK.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::SECTION_ACCESS_MASK
 ACCESS_MASK class for section permissions. More...
 

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::SectionAccessMaskFlag {
  introvirt::windows::nt::SECTION_QUERY = 0x001 , introvirt::windows::nt::SECTION_MAP_WRITE = 0x002 , introvirt::windows::nt::SECTION_MAP_READ = 0x004 , introvirt::windows::nt::SECTION_MAP_EXECUTE = 0x008 ,
  introvirt::windows::nt::SECTION_EXTEND_SIZE = 0x010 , introvirt::windows::nt::SECTION_MAP_EXECUTE_EXPLICIT = 0x020 , introvirt::windows::nt::SECTION_ALL_ACCESS = 0xf001f
}
 Valid flags for SECTION_ACCESS_MASK. More...
 

Functions

const std::string & introvirt::windows::nt::to_string (SectionAccessMaskFlag)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, SectionAccessMaskFlag)
 
std::string introvirt::windows::nt::to_string (SECTION_ACCESS_MASK)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, SECTION_ACCESS_MASK)