53 void write(std::ostream& os = std::cout)
const override;
54 Json::Value
json()
const override;
79 uint32_t MessageSeqNo_;
Interface class for hypervisor events.
Definition Event.hh:43
Definition guest_ptr.hh:88
Definition WindowsFunctionCall.hh:31
Handler for secur32!EncryptMessage.
Definition EncryptMessage.hh:36
void pMessage(const guest_ptr< void > &pMessage)
void phContext(const guest_ptr< void > &phContext)
~EncryptMessage() override
guest_ptr< void > pMessage() const
static constexpr int ArgumentCount
Definition EncryptMessage.hh:66
uint32_t MessageSeqNo() const
void MessageSeqNo(uint32_t MessageSeqNo)
const std::string & library_name() const override
Get the name of the library this call is for.
void result(SECURITY_STATUS result)
static SECURITY_STATUS inject(const guest_ptr< void > &phContext, uint32_t fQOP, const guest_ptr< void > &pMessage, uint32_t MessageSeqNo)
static const std::string FunctionName
Definition EncryptMessage.hh:68
static const std::string LibraryName
Definition EncryptMessage.hh:67
SECURITY_STATUS result() const
guest_ptr< void > phContext() const
std::shared_ptr< SecBufferDesc > Message()
const std::string & function_name() const override
Get the function name.
Json::Value json() const override
Get the function as Json.
EncryptMessage(Event &event)
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
Type-safe guest virtual address pointer and guest_ptr template.
SECURITY_STATUS
Definition SECURITY_STATUS.hh:27
Core IntroVirt classes.
Definition Cr0.hh:20