On Sat, Aug 29, 2026 at 05:07:12PM -0700, Oliver wrote: > I'm trying to learn x86-64 assembly on OpenBSD starting with a little > "Hello OpenBSD!" to the console. I'm also not using libc because I > want to understand what writing assembly is like at the syscall level. > > My main issue is with pinsyscalls and I'm not sure how > to implement it with handwritten assembly and I could not find any > examples of it online.
[ ... ] > Any help, explanations, docs, or source code solutions would be > appreciated. Have a look at: https://research.exoticsilicon.com/articles/syscall_pinning_in_assembler

