Documentation
¶
Index ¶
- func VirtualQuery(handle *windows.Handle, address uintptr) (*windows.MemoryBasicInformation, error)
- type Gomem
- func (gm *Gomem) ReadBytes(address uintptr, size uintptr) ([]byte, error)
- func (gm *Gomem) ReadInt(address uintptr) (*int32, error)
- func (gm *Gomem) ReadLongLong(address uintptr) (*int64, error)
- func (gm *Gomem) ReadUint(address uintptr) (*uint32, error)
- func (gm *Gomem) WriteBytes(address uintptr, data []byte, size uintptr) (bool, error)
- func (gm *Gomem) WriteUint(address uintptr, value uint32) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VirtualQuery ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.