52 void write(std::ostream& os = std::cout)
const override;
53 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!CryptGenKey.
Definition CryptGenKey.hh:36
static constexpr int ArgumentCount
Definition CryptGenKey.hh:65
static const std::string FunctionName
Definition CryptGenKey.hh:67
void dwFlags(uint32_t dwFlags)
void hProv(HCRYPTPROV hProv)
const std::string & function_name() const override
Get the function name.
static bool inject(HCRYPTPROV hProv, ALG_ID Algid, uint32_t dwFlags, const guest_ptr< HCRYPTKEY > &phKey)
void phKey(const guest_ptr< HCRYPTKEY > &phKey)
CryptGenKey(Event &event)
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.
guest_ptr< HCRYPTKEY > phKey() const
static const std::string LibraryName
Definition CryptGenKey.hh:66
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.
ALG_ID
Encryption algoritm for advapi32 calls.
Definition ALG_ID.hh:32
Core IntroVirt classes.
Definition Cr0.hh:20