Hi -
> >[...] there's printf("%*.M", buffer, size). Maybe we could have a
> >function that prints an old-school hex/ascii side-by-side dump?
>
> Interesting, I didn't know about that format specifier. Can I use it
> for accessing userland buffers? [...]
Certainly. As listed in [man stap], printf("%#*.M", user_buffer, size)
- FChE