37 virtual uint32_t
len()
const = 0;
67 static size_t size(
bool x64);
Definition guest_ptr.hh:88
static std::shared_ptr< WSABUF > make_shared(const guest_ptr< void > &ptr, bool x64)
Parse a WSABUF instance from the guest.
virtual void buf(const guest_ptr< uint8_t[]> &buf)=0
Set the buffer.
virtual void len(uint32_t len)=0
Set the length of the buffer, in bytes.
static size_t size(bool x64)
Get the size of the structure.
virtual guest_ptr< uint8_t[]> buf()=0
virtual guest_ptr< const uint8_t[]> buf() const =0
Get the buffer.
virtual uint32_t len() const =0
Get the length of the buffer, in bytes.
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20