Skip to main content

Module entrypoint

Module entrypoint 

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