libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
PS_CREATE_INFO.hh File Reference
#include <introvirt/core/memory/guest_ptr.hh>
#include <introvirt/util/json/json.hh>
#include <introvirt/windows/kernel/nt/fwd.hh>
#include <introvirt/windows/kernel/nt/types/access_mask/FILE_ACCESS_MASK.hh>
#include <cstdint>
#include <ostream>
Include dependency graph for PS_CREATE_INFO.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::PS_CREATE_INFO
 

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::PS_CREATE_STATE {
  introvirt::windows::nt::PsCreateInitialState , introvirt::windows::nt::PsCreateFailOnFileOpen , introvirt::windows::nt::PsCreateFailOnSectionCreate , introvirt::windows::nt::PsCreateFailExeFormat ,
  introvirt::windows::nt::PsCreateFailMachineMismatch , introvirt::windows::nt::PsCreateFailExeName , introvirt::windows::nt::PsCreateSuccess , introvirt::windows::nt::PsCreateMaximumStates ,
  introvirt::windows::nt::PsCreateUnknown = 0x1000
}
 

Functions

const std::string & introvirt::windows::nt::to_string (PS_CREATE_STATE state)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, PS_CREATE_STATE)