protobufs

package
v1.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2026 License: GPL-3.0 Imports: 1 Imported by: 3

README

protobuf

Overview

Generated Protocol Buffer bindings shared between client, server, and implant. Collects common message types for cross-component communication. Key modules cover protobufs.

Go Files

  • protobufs.go – Registers all embedded proto descriptors for runtime reflection and versioning.

Sub-packages

  • clientpb/ – Generated client RPC message bindings. Defines client-facing request and response protobufs.
  • commonpb/ – Generated common/shared message structures. Provides utility messages reused across services.
  • dnspb/ – Generated DNS transport message bindings. Covers protobuf structures for DNS-based communications.
  • rpcpb/ – Generated RPC service definitions and gRPC stubs. Contains service interfaces and server/client scaffolding.
  • sliverpb/ – Generated core Sliver control-plane messages. Represents implant control, job, and telemetry types.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// FS - Embedded FS access to proto files
	//go:embed commonpb/* sliverpb/* dnspb/*
	FS embed.FS
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package sliverpb contains protobuf messages and protocol constants shared by Sliver clients, servers, and implants.
Package sliverpb contains protobuf messages and protocol constants shared by Sliver clients, servers, and implants.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL