|
|
|
|
|
by vbezhenar
1281 days ago
|
|
I think that only Linux had some syscall stability. Every other operating system provides libc or other kind of library with stable interface but syscalls are not stable. Yes, technically you can execute those instructions and your software will work on a fixed kernel version, but that's not what people do. |
|
OpenBSD will make the above approach impossible, because with mimmutable(), libc will not be unmappable.