Would libkvm bindings be useful to have?

2019-05-09 Thread Ben Davies
libkvm allows you to arbitrarily read/write memory (whether or not this 
is allowed depends on the OS and its configuration), get metadata about 
processes and files, get system load, and get kernel symbol information. 
Would it be useful to have bindings for this?



Re: Would libkvm bindings be useful to have?

2019-05-09 Thread Ben Davies
On second thought, libkvm differs too much between OSes for this to be 
possible to write portably.

On 2019-05-09 8:17 p.m., Ben Davies wrote:
> libkvm allows you to arbitrarily read/write memory (whether or not this
> is allowed depends on the OS and its configuration), get metadata about
> processes and files, get system load, and get kernel symbol information.
> Would it be useful to have bindings for this?
>