55 void write(std::ostream& os = std::cout)
const override;
56 Json::Value
json()
const override;
Interface class for hypervisor events.
Definition Event.hh:43
Definition guest_ptr.hh:88
Helper class to transparently convert between guest size and a value.
Definition guest_size_t_ptr.hh:498
Definition WindowsFunctionCall.hh:31
Handler for advapi32!CryptCreateHash.
Definition CryptCreateHash.hh:36
~CryptCreateHash() override
static bool inject(HCRYPTPROV hProv, ALG_ID Algid, HCRYPTKEY hKey, uint32_t dwFlags, const guest_ptr< HCRYPTHASH > &phHash)
const std::string & function_name() const override
Get the function name.
void phHash(const guest_ptr< HCRYPTHASH > &phHash)
void dwFlags(uint32_t dwFlags)
void hKey(HCRYPTKEY hKey)
CryptCreateHash(Event &event)
static constexpr int ArgumentCount
Definition CryptCreateHash.hh:68
static const std::string FunctionName
Definition CryptCreateHash.hh:70
static const std::string LibraryName
Definition CryptCreateHash.hh:69
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
guest_ptr< HCRYPTHASH > phHash() const
void hProv(HCRYPTPROV hProv)
Json::Value json() const override
Get the function as Json.
const std::string & library_name() const override
Get the name of the library this call is for.
Type-safe guest virtual address pointer and guest_ptr template.
ALG_ID
Encryption algoritm for advapi32 calls.
Definition ALG_ID.hh:32
Core IntroVirt classes.
Definition Cr0.hh:20