|
libintrovirt v0.57.4
IntroVirt introspection library
|
Handler class for the NtCreateSection system call. More...
#include <NtCreateSection.hh>


Public Member Functions | |
| virtual guest_ptr< void > | SectionHandlePtr () const =0 |
| Getter for SectionHandlePtr. | |
| virtual SECTION_ACCESS_MASK | DesiredAccess () const =0 |
| Getter for DesiredAccess. | |
| virtual guest_ptr< void > | ObjectAttributesPtr () const =0 |
| Getter for ObjectAttributesPtr. | |
| virtual guest_ptr< void > | MaximumSizePtr () const =0 |
| Getter for MaximumSizePtr. | |
| virtual PAGE_PROTECTION | SectionPageProtection () const =0 |
| Getter for SectionPageProtection. | |
| virtual uint32_t | AllocationAttributes () const =0 |
| Getter for AllocationAttributes. | |
| virtual uint64_t | FileHandle () const =0 |
| Getter for FileHandle. | |
| virtual void | SectionHandlePtr (const guest_ptr< void > &pSectionHandle)=0 |
| Setter for SectionHandlePtr. | |
| virtual void | DesiredAccess (SECTION_ACCESS_MASK DesiredAccess)=0 |
| Setter for DesiredAccess. | |
| virtual void | ObjectAttributesPtr (const guest_ptr< void > &pObjectAttributes)=0 |
| Setter for ObjectAttributesPtr. | |
| virtual void | MaximumSizePtr (const guest_ptr< void > &pMaximumSize)=0 |
| Setter for MaximumSizePtr. | |
| virtual void | SectionPageProtection (PAGE_PROTECTION SectionPageProtection)=0 |
| Setter for SectionPageProtection. | |
| virtual void | AllocationAttributes (uint32_t AllocationAttributes)=0 |
| Setter for AllocationAttributes. | |
| virtual void | FileHandle (uint64_t FileHandle)=0 |
| Setter for FileHandle. | |
| virtual uint64_t | SectionHandle () const =0 |
| virtual void | SectionHandle (uint64_t SectionHandle)=0 |
| virtual const OBJECT_ATTRIBUTES * | ObjectAttributes () const =0 |
| virtual OBJECT_ATTRIBUTES * | ObjectAttributes ()=0 |
| virtual int64_t | MaximumSize () const =0 |
| virtual void | MaximumSize (int64_t MaximumSize)=0 |
Public Member Functions inherited from introvirt::windows::nt::NtSystemCall | |
| virtual NTSTATUS | result () const =0 |
| Get the result code. | |
| virtual void | result (NTSTATUS_CODE code)=0 |
| Set the result code. | |
Public Member Functions inherited from introvirt::windows::WindowsSystemCall | |
| virtual SystemCallIndex | index () const =0 |
| Get the system call number. | |
Public Member Functions inherited from introvirt::SystemCall | |
| virtual const std::string & | name () const =0 |
| Get the name of the system call. | |
| virtual void | write (std::ostream &os=std::cout) const =0 |
| Write a human-readable description of this system call. | |
| virtual Json::Value | json () const =0 |
| virtual bool | will_return () const =0 |
| virtual void | data (const std::string &key, const std::shared_ptr< void > &value)=0 |
| Store arbitrary data with the SystemCall. | |
| virtual void | data (const std::string &key, std::shared_ptr< void > &&value)=0 |
| Store arbitrary data with the SystemCall. | |
| virtual std::shared_ptr< void > | data (const std::string &key)=0 |
| Retrieve arbitrary data stored with the SystemCall. | |
| virtual std::shared_ptr< const void > | data (const std::string &key) const =0 |
| Retrieve arbitrary data stored with the SystemCall. | |
| virtual bool | supported () const =0 |
| Check if this system call is supported by a more specific handler. | |
| virtual void | handle_return_event (Event &event)=0 |
| Handle a system call return event. | |
| virtual | ~SystemCall ()=default |
| Destroy the instance. | |
Static Public Member Functions | |
| static NTSTATUS | inject (uint64_t &SectionHandle, SECTION_ACCESS_MASK DesiredAccess, const guest_ptr< void > &pObjectAttributes, const int64_t *MaximumSize, PAGE_PROTECTION SectionPageProtection, uint32_t AllocationAttributes, uint64_t FileHandle) |
Handler class for the NtCreateSection system call.
|
pure virtual |
Getter for AllocationAttributes.
|
pure virtual |
Setter for AllocationAttributes.
| AllocationAttributes | The value to set for the AllocationAttributes parameter |
|
pure virtual |
Getter for DesiredAccess.
|
pure virtual |
Setter for DesiredAccess.
| DesiredAccess | The value to set for the DesiredAccess parameter |
|
pure virtual |
Getter for FileHandle.
|
pure virtual |
Setter for FileHandle.
| FileHandle | The value to set for the FileHandle parameter |
|
static |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for MaximumSizePtr.
|
pure virtual |
Setter for MaximumSizePtr.
| pMaximumSize | The address to set for the MaximumSizePtr parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for ObjectAttributesPtr.
|
pure virtual |
Setter for ObjectAttributesPtr.
| pObjectAttributes | The address to set for the ObjectAttributesPtr parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for SectionHandlePtr.
|
pure virtual |
Setter for SectionHandlePtr.
| pSectionHandle | The address to set for the SectionHandlePtr parameter |
|
pure virtual |
Getter for SectionPageProtection.
|
pure virtual |
Setter for SectionPageProtection.
| SectionPageProtection | The value to set for the SectionPageProtection parameter |