-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libkvmi API help #56
Comments
@allewwaly , if you want to use libkvmi directly, take a look at kvmi-test.c. For the low level API (between kernel and userspace) you can find the documentation here. |
Regarding libvmi, there is an integration for kvmi-v6 and kvmi-v7 Also there is an opened pull request to integrate the new KVM driver in upstream libvmi: libvmi/libvmi#844 I hope this helps. |
That helps, Thx. |
Is there any example on using libkvmi to capture syscalls with context like syscall name and parameters? Just like Nitro does with backend option. |
None that I know of. |
@allewwaly Nitro is a deprecated project. |
I'm trying to setup libkvmi, however I cannot get any document about the APIs in libkvmi.h, or any examples on how to combine it with libvmi. Can anybody give me some help? Thanks a lot.
The text was updated successfully, but these errors were encountered: