plaso.helpers.macos package

Submodules

plaso.helpers.macos.darwin module

MacOS Darwin helpers.

class plaso.helpers.macos.darwin.DarwinSystemErrorHelper[source]

Bases: object

Darwin system error helper.

Also see:

https://github.com/apple/darwin-xnu/blob/main/bsd/sys/errno.h

classmethod GetDescription(error_code)[source]

Retrieves the description of a specific error code.

Parameters:

error_code (int) – error code.

Returns:

description of the error.

Return type:

str

Module contents