48 void write(std::ostream& os = std::cout)
const override;
49 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!CryptGenRandom.
Definition CryptGenRandom.hh:35
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
CryptGenRandom(Event &event)
static const std::string LibraryName
Definition CryptGenRandom.hh:61
static bool inject(HCRYPTPROV hProv, uint32_t dwLen, const guest_ptr< uint8_t[]> &pbBuffer)
void pbBuffer(const guest_ptr< uint8_t[]> &pbBuffer)
guest_ptr< uint8_t[]> pbBuffer() const
static const std::string FunctionName
Definition CryptGenRandom.hh:62
const std::string & function_name() const override
Get the function name.
~CryptGenRandom() override
const std::string & library_name() const override
Get the name of the library this call is for.
Json::Value json() const override
Get the function as Json.
void hProv(HCRYPTPROV hProv)
void dwLen(uint32_t dwLen)
static constexpr int ArgumentCount
Definition CryptGenRandom.hh:60
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20