MemoryRegion
public final class MemoryRegion
Undocumented
-
Undocumented
Declaration
Swift
public var rawBuffer: UnsafeMutableRawBufferPointer { get } -
Undocumented
Declaration
Swift
public let readOnly: Bool -
Undocumented
Declaration
Swift
public var isWriteable: Bool { get } -
Undocumented
Declaration
Swift
public let guestAddress: PhysicalAddress -
Undocumented
Declaration
Swift
public let size: UInt64 -
Undocumented
Declaration
Swift
public func setWriteTo(address guestPhysicalAddress: PhysicalAddress) -
Undocumented
Declaration
Swift
public func loadBinary(from binary: Data, atOffset offset: UInt64 = 0) throws -
Undocumented
Declaration
Swift
public func dumpMemory(at offset: Int, count: Int) -> String
View on GitHub
MemoryRegion Class Reference