|
|
|
|
|
by saagarjha
1288 days ago
|
|
> The uname() call itself can be done via direct syscall if you’re confident that its ABI won’t change; or, if you want to be extra sure, you can use the libc wrapper for uname() and then munmap() the C runtime to replace it with whatever. I would ask why you would want to do this. |
|