Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHandlers ¶ added in v1.5.0
func GetHandlers() map[uint32]ServerHandler
GetHandlers - Returns a map of server-side msg handlers
func GetNonPivotHandlers ¶ added in v1.5.0
func GetNonPivotHandlers() map[uint32]ServerHandler
GetNonPivotHandlers - Server handlers for pivot connections, its important to avoid a pivot handler from calling a pivot handler and causing a recursive call stack
func MustMarshal ¶ added in v1.5.0
MustMarshal - Marshals or returns an empty byte array
Types ¶
type ServerHandler ¶ added in v1.5.0
type ServerHandler func(*core.ImplantConnection, []byte) *sliverpb.Envelope
Click to show internal directories.
Click to hide internal directories.