Expand description
Program entrypoint ownership for Hopper Native.
This file is the only raw program-entry boundary owner in Hopper Native.
Loader input parsing lives in crate::raw_input, while the public macros
below own the raw entrypoint(input: *mut u8) boundary and delegate into
Hopper callbacks.
Functions§
- process_
entrypoint ⚠ - Process the BPF entrypoint input.