#include <SYSTEM_INFORMATION.hh>
|
| virtual SYSTEM_INFORMATION_CLASS | SystemInformationClass () const =0 |
| | Get the type of system information held in the buffer.
|
| |
| virtual guest_ptr< void > | ptr () const =0 |
| | Get the address that the buffer is at.
|
| |
| virtual uint32_t | buffer_size () const =0 |
| | Get the size of the buffer.
|
| |
| virtual void | write (std::ostream &os, const std::string &linePrefix="") const =0 |
| | Write a description to the ostream.
|
| |
| virtual Json::Value | json () const =0 |
| | Return the memory information class as a JSON representation.
|
| |
| virtual | ~SYSTEM_INFORMATION ()=default |
| |
◆ ~SYSTEM_INFORMATION()
| virtual introvirt::windows::nt::SYSTEM_INFORMATION::~SYSTEM_INFORMATION |
( |
| ) |
|
|
virtualdefault |
◆ buffer_size()
| virtual uint32_t introvirt::windows::nt::SYSTEM_INFORMATION::buffer_size |
( |
| ) |
const |
|
pure virtual |
Get the size of the buffer.
- Returns
- uint32_t
◆ json()
| virtual Json::Value introvirt::windows::nt::SYSTEM_INFORMATION::json |
( |
| ) |
const |
|
pure virtual |
Return the memory information class as a JSON representation.
- Returns
- Json::Value
◆ make_unique()
Create a SYSTEM_INFORMATION instance.
- Parameters
-
| kernel | The kernel of the guest |
| information_class | The type of information contained in the buffer |
| ptr | The address of the information in the guest |
| buffer_size | The size of the information buffer |
◆ ptr()
| virtual guest_ptr< void > introvirt::windows::nt::SYSTEM_INFORMATION::ptr |
( |
| ) |
const |
|
pure virtual |
Get the address that the buffer is at.
- Returns
- guest_ptr<void>
◆ SystemInformationClass()
Get the type of system information held in the buffer.
- Returns
- SYSTEM_INFORMATION_CLASS
◆ write()
| virtual void introvirt::windows::nt::SYSTEM_INFORMATION::write |
( |
std::ostream & |
os, |
|
|
const std::string & |
linePrefix = "" |
|
) |
| const |
|
pure virtual |
Write a description to the ostream.
- Parameters
-
| os | The output stream to write to |
| linePrefix | The prefix written before each line |
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/kernel/nt/syscall/types/system_information/SYSTEM_INFORMATION.hh