Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgStart = 0 MsgSessionStart = 1 MsgSessionEnd = 5 HeaderLength = 9 DefaultStartDelimiter = 0xd1 DefaultEndDelimiter = 0xd2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MaleficParser ¶
func NewMaleficParser ¶
func NewMaleficParser() *MaleficParser
func (*MaleficParser) Parse ¶
func (parser *MaleficParser) Parse(buf []byte) (*implantpb.Spites, error)
func (*MaleficParser) ReadHeader ¶
func (parser *MaleficParser) ReadHeader(conn io.ReadWriteCloser) (uint32, uint32, error)
Click to show internal directories.
Click to hide internal directories.