#include <MEMORY_SECTION_NAME.hh>
|
| virtual const std::string & | SectionFileName () const =0 |
| |
| virtual void | SectionFileName (const std::string &value)=0 |
| |
| virtual MEMORY_INFORMATION_CLASS | MemoryInformationClass () const =0 |
| | Get the type of memory 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 | ~MEMORY_INFORMATION ()=default |
| |
◆ make_unique()
| static std::unique_ptr< MEMORY_SECTION_NAME > introvirt::windows::nt::MEMORY_SECTION_NAME::make_unique |
( |
const NtKernel & |
kernel, |
|
|
const guest_ptr< void > & |
ptr, |
|
|
uint32_t |
buffer_size |
|
) |
| |
|
static |
◆ SectionFileName() [1/2]
| virtual const std::string & introvirt::windows::nt::MEMORY_SECTION_NAME::SectionFileName |
( |
| ) |
const |
|
pure virtual |
◆ SectionFileName() [2/2]
| virtual void introvirt::windows::nt::MEMORY_SECTION_NAME::SectionFileName |
( |
const std::string & |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/kernel/nt/syscall/types/memory_information/MEMORY_SECTION_NAME.hh