Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UUID is the device specific and session specific identifier. UUID = getID() // Version is the local machine's Operating System version information. Version = version() )
View Source
var Device = (&local{&device.Machine{ ID: UUID, PID: uint32(os.Getpid()), PPID: uint32(os.Getppid()), System: uint8(uint8(device.OS)<<4 | uint8(device.Arch)), Version: Version, Network: make(device.Network, 0), Elevated: isElevated(), }}).init()
Device is the pointer to the local machine instance. This instance is loaded at runtime and is used for local data gathering and identification.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.