notitg

package module
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2025 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotITG

type NotITG struct {
	Version       NotITGVersion
	ProcessID     int
	ProcessMemory *memory.ProcessMemory
}

func Scan

func Scan(scanDeep bool) (*NotITG, error)

func ScanProcessID

func ScanProcessID(processID int) (*NotITG, error)

func (*NotITG) Disconnect

func (n *NotITG) Disconnect()

func (*NotITG) GetDetail

func (n *NotITG) GetDetail() NotITGDetail

func (*NotITG) GetExternal

func (n *NotITG) GetExternal(index int) int32

func (*NotITG) Heartbeat

func (n *NotITG) Heartbeat() bool

func (*NotITG) IsConnected

func (n *NotITG) IsConnected() bool

func (*NotITG) SetExternal

func (n *NotITG) SetExternal(index int, flag int32)

func (*NotITG) TryGetExternal

func (n *NotITG) TryGetExternal(index int) (int32, error)

func (*NotITG) TrySetExternal

func (n *NotITG) TrySetExternal(index int, flag int32) error

type NotITGDetail

type NotITGDetail struct {
	BuildAddress    uintptr
	ExternalAddress uintptr
	BuildDate       int
	Size            int
	DefaultFilename string
}

type NotITGVersion

type NotITGVersion int
const (
	V1 NotITGVersion = iota
	V2
	V3
	V3_1
	V4
	V4_0_1
	V4_2
	V4_3
	V4_9
	V4_9_1
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL