Documentation ¶
Overview ¶
Package lookup provides a lookup table for the protocol package.
Index ¶
- Variables
- func GetCloseParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
- func GetConnFDOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetFD_SysfdOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetLimitListenerConn_NetConnOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetNetFD_PFDOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetReadParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
- func GetTCPConnInnerConnOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetTLSConnInnerConnOffset(version goversion.GoVersion, goarch string) (uint64, error)
- func GetWriteParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
Constants ¶
This section is empty.
Variables ¶
var MinGoVersion = goversion.GoVersion{Major: 1, Minor: 13, Rev: 0}
var SupportedArchitectures = []string{"amd64", "arm64"}
Functions ¶
func GetCloseParams ¶
func GetCloseParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
GetCloseParams gets the parameter metadata (positions/types) for crypto/tls.(*Conn).Close
func GetConnFDOffset ¶
GetConnFDOffset gets the offset of the "fd" field in the "net.conn" struct
func GetFD_SysfdOffset ¶
GetFD_SysfdOffset gets the offset of the "Sysfd" field in the "internal/poll.FD" struct
func GetLimitListenerConn_NetConnOffset ¶
GetLimitListenerConn_NetConnOffset gets the offset of the "net.Conn" field in the "netutil/limitListenerConn" struct
func GetNetFD_PFDOffset ¶
GetNetFD_PFDOffset gets the offset of the "pfd" field in the "net.netFD" struct
func GetReadParams ¶
func GetReadParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
GetReadParams gets the parameter metadata (positions/types) for crypto/tls.(*Conn).Read
func GetTCPConnInnerConnOffset ¶
GetTCPConnInnerConnOffset gets the offset of the "conn" field in the "net.TCPConn" struct
func GetTLSConnInnerConnOffset ¶
GetTLSConnInnerConnOffset gets the offset of the "conn" field in the "crypto/tls.Conn" struct
func GetWriteParams ¶
func GetWriteParams(version goversion.GoVersion, goarch string) ([]bininspect.ParameterMetadata, error)
GetWriteParams gets the parameter metadata (positions/types) for crypto/tls.(*Conn).Write
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
testprogram
Package main provides a test program for generating lookup tables for TLS types
|
Package main provides a test program for generating lookup tables for TLS types |