# 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.
# 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.