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


Public Member Functions | |
| virtual guest_ptr< void > | ClientPortHandlePtr () const =0 |
| Getter for ClientPortHandlePtr. | |
| virtual guest_ptr< void > | ServerPortNamePtr () const =0 |
| Getter for ServerPortNamePtr. | |
| virtual guest_ptr< void > | SecurityQosPtr () const =0 |
| Getter for SecurityQosPtr. | |
| virtual guest_ptr< void > | ClientSharedMemoryPtr () const =0 |
| Getter for ClientSharedMemoryPtr. | |
| virtual guest_ptr< void > | ServerSharedMemoryPtr () const =0 |
| Getter for ServerSharedMemoryPtr. | |
| virtual guest_ptr< void > | MaximumMessageLengthPtr () const =0 |
| Getter for MaximumMessageLengthPtr. | |
| virtual guest_ptr< void > | ConnectionInfoPtr () const =0 |
| Getter for ConnectionInfoPtr. | |
| virtual guest_ptr< void > | ConnectionInfoLengthPtr () const =0 |
| Getter for ConnectionInfoLengthPtr. | |
| virtual void | ClientPortHandlePtr (const guest_ptr< void > &pClientPortHandle)=0 |
| Setter for ClientPortHandlePtr. | |
| virtual void | ServerPortNamePtr (const guest_ptr< void > &pServerPortName)=0 |
| Setter for ServerPortNamePtr. | |
| virtual void | SecurityQosPtr (const guest_ptr< void > &pSecurityQos)=0 |
| Setter for SecurityQosPtr. | |
| virtual void | ClientSharedMemoryPtr (const guest_ptr< void > &pClientSharedMemory)=0 |
| Setter for ClientSharedMemoryPtr. | |
| virtual void | ServerSharedMemoryPtr (const guest_ptr< void > &pServerSharedMemory)=0 |
| Setter for ServerSharedMemoryPtr. | |
| virtual void | MaximumMessageLengthPtr (const guest_ptr< void > &pMaximumMessageLength)=0 |
| Setter for MaximumMessageLengthPtr. | |
| virtual void | ConnectionInfoPtr (const guest_ptr< void > &pConnectionInfo)=0 |
| Setter for ConnectionInfoPtr. | |
| virtual void | ConnectionInfoLengthPtr (const guest_ptr< void > &pConnectionInfoLength)=0 |
| Setter for ConnectionInfoLengthPtr. | |
| virtual uint64_t | ClientPortHandle () const =0 |
| virtual void | ClientPortHandle (uint64_t ClientPortHandle)=0 |
| virtual const UNICODE_STRING * | ServerPortName () const =0 |
| virtual UNICODE_STRING * | ServerPortName ()=0 |
| virtual uint32_t | MaximumMessageLength () const =0 |
| virtual void | MaximumMessageLength (uint32_t MaximumMessageLength)=0 |
| virtual uint32_t | ConnectionInfoLength () const =0 |
| virtual void | ConnectionInfoLength (uint32_t ConnectionInfoLength)=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 &ClientPortHandle, const UNICODE_STRING &ServerPortName, const guest_ptr< void > &pSecurityQos, const guest_ptr< void > &pClientSharedMemory, const guest_ptr< void > &pServerSharedMemory, uint32_t *MaximumMessageLength, const guest_ptr< void > &pConnectionInfo, const uint32_t *ConnectionInfoLength) |
Handler class for the NtConnectPort system call.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for ClientPortHandlePtr.
|
pure virtual |
Setter for ClientPortHandlePtr.
| pClientPortHandle | The address to set for the ClientPortHandlePtr parameter |
|
pure virtual |
Getter for ClientSharedMemoryPtr.
|
pure virtual |
Setter for ClientSharedMemoryPtr.
| pClientSharedMemory | The address to set for the ClientSharedMemoryPtr parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for ConnectionInfoLengthPtr.
|
pure virtual |
Setter for ConnectionInfoLengthPtr.
| pConnectionInfoLength | The address to set for the ConnectionInfoLengthPtr parameter |
|
pure virtual |
Getter for ConnectionInfoPtr.
|
pure virtual |
Setter for ConnectionInfoPtr.
| pConnectionInfo | The address to set for the ConnectionInfoPtr parameter |
|
static |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for MaximumMessageLengthPtr.
|
pure virtual |
Setter for MaximumMessageLengthPtr.
| pMaximumMessageLength | The address to set for the MaximumMessageLengthPtr parameter |
|
pure virtual |
Getter for SecurityQosPtr.
|
pure virtual |
Setter for SecurityQosPtr.
| pSecurityQos | The address to set for the SecurityQosPtr parameter |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Getter for ServerPortNamePtr.
|
pure virtual |
Setter for ServerPortNamePtr.
| pServerPortName | The address to set for the ServerPortNamePtr parameter |
|
pure virtual |
Getter for ServerSharedMemoryPtr.
|
pure virtual |
Setter for ServerSharedMemoryPtr.
| pServerSharedMemory | The address to set for the ServerSharedMemoryPtr parameter |