OperatingSystemLinux.load

classmethod OperatingSystemLinux.load(**kwargs)

Detects the guest operating system (OS).

This method overwrites the original plugin load method. It will try to detect the guest operating system and if it succeeds will configure the underlying rekall session accordingly.

Raises

RuntimeError – If the guest OS cannot be detected.