Versions in this module Expand all Collapse all v1 v1.10.0 Mar 31, 2023 Changes in this version + func ReadArea(process windows.Handle, base uintptr, bufSize, minSize uint, forceAccess bool) []byte + func Zeroed(area []byte) bool + type Region struct + func NewRegion(process windows.Handle, base uintptr) (*Region, error) + func (r Region) Read(addr uintptr, bufSize, minSize uint, forceAccess bool) (uint, []byte) + func (r Region) Size(base uintptr) uint