package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

Guess is a helper function to easily determine memory layouts of kernel structs and similar tasks.
GuessAll will run all the registered guesses, taking care of doing so in an order so that a probe dependencies are available before it runs.

# Variables

Registry serves as a registration point for guesses.

# Structs

Context shared with guesses.
Register stores the registered guesses.

# Interfaces

ConditionalGuesser is a guess that might only need to run under certain conditions (i.e.
EventualGuesser is a guess that repeats an undetermined amount of times until it succeeds.
Guesser is the interface that must be fulfilled to perform guesses using kprobes.
RepeatGuesser is a guess that needs to be repeated multiple times and the results consolidated into a single result.

# Type aliases

GuesserFactory is a factory function for guesses.