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


Public Member Functions | |
| virtual uint64_t | TokenHandle () const =0 |
| Getter for TokenHandle. | |
| virtual bool | DisableAllPrivileges () const =0 |
| Getter for DisableAllPrivileges. | |
| virtual guest_ptr< void > | TokenPrivilegesPtr () const =0 |
| Getter for TokenPrivilegesPtr. | |
| virtual uint32_t | PreviousPrivilegesLength () const =0 |
| Getter for PreviousPrivilegesLength. | |
| virtual guest_ptr< void > | PreviousPrivilegesPtr () const =0 |
| Getter for PreviousPrivilegesPtr. | |
| virtual guest_ptr< void > | RequiredLengthPtr () const =0 |
| Getter for RequiredLengthPtr. | |
| virtual void | TokenHandle (uint64_t TokenHandle)=0 |
| Setter for TokenHandle. | |
| virtual void | DisableAllPrivileges (bool DisableAllPrivileges)=0 |
| Setter for DisableAllPrivileges. | |
| virtual void | TokenPrivilegesPtr (const guest_ptr< void > &pTokenPrivileges)=0 |
| Setter for TokenPrivilegesPtr. | |
| virtual void | PreviousPrivilegesLength (uint32_t PreviousPrivilegesLength)=0 |
| Setter for PreviousPrivilegesLength. | |
| virtual void | PreviousPrivilegesPtr (const guest_ptr< void > &pPreviousPrivileges)=0 |
| Setter for PreviousPrivilegesPtr. | |
| virtual void | RequiredLengthPtr (const guest_ptr< void > &pRequiredLength)=0 |
| Setter for RequiredLengthPtr. | |
| virtual const TOKEN_PRIVILEGES * | TokenPrivileges () const =0 |
| virtual TOKEN_PRIVILEGES * | TokenPrivileges ()=0 |
| virtual const TOKEN_PRIVILEGES * | PreviousPrivileges () const =0 |
| virtual TOKEN_PRIVILEGES * | PreviousPrivileges ()=0 |
| virtual uint32_t | RequiredLength () const =0 |
| virtual void | RequiredLength (uint32_t RequiredLength)=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. | |
Handler class for the NtAdjustPrivilegesToken system call.
|
pure virtual |
Getter for DisableAllPrivileges.
|
pure virtual |
Setter for DisableAllPrivileges.
| DisableAllPrivileges | The value to set for the DisableAllPrivileges parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for PreviousPrivilegesLength.
|
pure virtual |
Setter for PreviousPrivilegesLength.
| PreviousPrivilegesLength | The value to set for the PreviousPrivilegesLength parameter |
|
pure virtual |
Getter for PreviousPrivilegesPtr.
|
pure virtual |
Setter for PreviousPrivilegesPtr.
| pPreviousPrivileges | The address to set for the PreviousPrivilegesPtr parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for RequiredLengthPtr.
|
pure virtual |
Setter for RequiredLengthPtr.
| pRequiredLength | The address to set for the RequiredLengthPtr parameter |
|
pure virtual |
Getter for TokenHandle.
|
pure virtual |
Setter for TokenHandle.
| TokenHandle | The value to set for the TokenHandle parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for TokenPrivilegesPtr.
|
pure virtual |
Setter for TokenPrivilegesPtr.
| pTokenPrivileges | The address to set for the TokenPrivilegesPtr parameter |