-
At the moment LibVMI needs either a configuration file, a config string or a hash table to introspect a VM.
This is tedius because it requires from the user to search for these offsets, and hardcod…
-
It has been pointed out that Eclipse OpenJ9 does not yet have OS X builds. Eclipse OMR provides OS X support. In this issue we can discuss what would be needed.
-
```bash
192-168-1-4:Source jimmygunawan$ python gltf2usd.py -g /Users/jimmygunawan/tentacle.gltf -o tentacle.usda
Traceback (most recent call last):
File "gltf2usd.py", line 1081, in
conve…
-
Hi !
I'm playing with Xen VMI events with Libvmi, and i'm façing an issue with the `vmi_pause_vm` function.
I'm listening on `single-step` events on a single VCPU, and in the callback i'm trying…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
/kind bug
> /kind enhancement
**What happened**:
`# oc create -f ./cluster/examples/vmi-…
-
Hi !
I'm struggling with the `vmi_events_listen` API right now, because it _sometimes_ fails for unclear reasons.
In my application i'm doing 2 things:
1. Intercept a PID
- register a callback…
-
Some `JVM_` methods are implemented within `j9vm/j[7|8|9]vmi.c`, and some are in `sunvmi/sunvmi.c` which are invoked via `g_VMI->JVM_xxx` in `j9vm/vmi.c`.
It appears those `JVM_` metheds implemente…
-
Hi,
I wanted to report an issue that i faced multiple times when introspecting my VMs with libvmi.
Sometimes, when i run my vmi tool against a Windows 7 VM, intercepting registers and playing wi…
-
/kind bug
What happened:
This test failed 1 times in the most recent 8 jobs with:
STDOUT:
```
STEP: checking virtual machine instance can ping 10.1.1.1 using ptp cni plugin
{"component":"tests","kin…
-
Hi !
This is a feature request.
I would like to use `pyvmi` in Python3.
Is there any plan to port it ?
Also, I saw this PR [Complete rewrite of python wrapper for LibVMI](https://github.com/libvmi/l…