package
2.3.0-beta9
Repository: https://github.com/keploy/keploy.git
Documentation: pkg.go.dev

# README

Hooks Package Documentation

The hooks package contains the user-space Go code responsible for loading eBPF hooks and eBPF maps, which are used to instrument the user API. This package is utilized by the CLI commands. Additionally, it launches proxy on a defined port to capture egress calls.

# Packages

Package conn provides functionality for handling connections.
Package structs provides data structures for hooks.

# Functions

IPv4ToUint32 converts a string representation of an IPv4 address to a 32-bit integer.
No description provided by the author
ToIPv4MappedIPv6 converts an IPv4 address to an IPv4-mapped IPv6 address.

# Structs

No description provided by the author