Address.Peekval u8 : cursor -> Loader_types.u8val u16 : cursor -> Loader_types.u16val u32 : cursor -> Loader_types.u32val u64 : cursor -> Loader_types.u64val s8 : cursor -> Loader_types.s8val s16 : cursor -> Loader_types.s16val s32 : cursor -> Loader_types.s32val s64 : cursor -> Loader_types.s64val uleb128 : cursor -> Loader_types.u64val sleb128 : cursor -> Loader_types.s64val bytes : cursor -> int -> stringbytes t len peeks a string of exactly len bytes from t
val fixed_string : cursor -> int -> stringfixed_string t len peeks a string of maximum len bytes from t
val zero_string : string -> cursor -> ?maxlen:int -> unit -> stringzero_string msg t ?maxlen () peeks a zero-terminated string from t, * stopping at the first zero or when maxlen is reached, if it was * provided.