I am trying to overwrite kinfo_proc structure but it does not allow me to overwrite it.
However, according to this page, I can overwrite this struct. http://man.openbsd.org/kvm_getprocs.3
I got struct kinfo_proc and then, write a value inside then I call kvm_close. After that, I called the list again but the value is still not changed..
How can I overwrite the value?