# Variables
Registry serves as a registration point for 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.