Marc Tooley escribis:
Chapter 1
http://mail-index.netbsd.org/port-i386/2001/08/21/0018.html
Chapter 2
http://mail-index.netbsd.org/port-i386/2001/09/03/0004.html
All you'd need to do for OpenBSD (as you found out) would be to replace
the ELF notes with OpenBSD notes. But there is discussion of other
helpful tools in there too.
Stick with it! Assembly-aware programmers are the gods of the
programming world. Get ahold of the AMD64 instruction set books while
you're at it. They'll sometimes even give them away for free.
Marc
Nice info! I was looking something like that.
One question, can I extract the .note.openbsd.ident section into
a object file to use it later with ld to make my binaries runnable
by OpenBSD? something like objdump or readelf. Would be
really interesting.
Thanks 4 all.