dissect.cstruct.types.chartype#

Module Contents#

Classes#

CharType

Implements a character type that can properly handle strings.

class dissect.cstruct.types.chartype.CharType(cstruct: CharType.__init__.cstruct)#

Bases: dissect.cstruct.types.RawType

Implements a character type that can properly handle strings.

default() bytes#

Return a default value of this type.

default_array(count: int) bytes#

Return a default array of this type.