Documentation ¶
Index ¶
- func EnumWindows(enumFunc uintptr, lparam uintptr) (err error)
- func FindProcessByName(name string) (uint32, error)
- func FindWindow(title string) (syscall.Handle, error)
- func GetBytes(key interface{}) ([]byte, error)
- func GetDLLModuleAddress(nameDLL string, namePID uint32) *uint8
- func GetDLLModuleAddressSize(nameDLL string, namePID uint32) uint32
- func GetProcessName(id uint32) string
- func GetWindowText(hwnd syscall.Handle, str *uint16, maxCount int32) (len int32, err error)
- func ListProcesses() []uint32
- func SetLayeredWindowAttributes(hwnd w32.HWND, cr w32.COLORREF, alpha byte, flags uint32) bool
- type CSMatrix
- type Editor
- type HitBox
- type InternalPlayer
- type RawData
- type Vector2
- type Vector3
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnumWindows ¶
func FindProcessByName ¶
func GetDLLModuleAddress ¶
func GetDLLModuleAddressSize ¶
func GetProcessName ¶
func GetWindowText ¶
func ListProcesses ¶
func ListProcesses() []uint32
Types ¶
type Editor ¶
type InternalPlayer ¶
type RawData ¶
type RawData []byte
func (RawData) InternalPlayer ¶
func (r RawData) InternalPlayer() (p InternalPlayer)
Click to show internal directories.
Click to hide internal directories.