julie-nga
julie-nga
Hello, I've installed the pre-release [DRAKVUF Sandbox v0.19.0-alpha2] (https://github.com/CERT-Polska/drakvuf-sandbox/releases/tag/v0.19.0-alpha2) with `pip install drakvuf-sandbox==0.19.0a2` . I installed redis with `apt install redis-server`. Then I've tried installing a guest VM with `sudo...
Hello, I was wondering if `kvm-vmi` can work with a monitored VM created with [Dockur](https://github.com/dockur/windows). Dockur automates Windows installation inside a Docker container using KVM and QEMU, and here is...
Hello, I'm trying to launch [REPL](https://github.com/tklengyel/drakvuf/wiki/REPL-introduction-guide). To compile DRAKVUF with REPL, I used `meson setup build --native-file llvm.ini -Drepl=true` and `ninja -C build`. When I try to launch it, with...
Hello, I've tried the plugin `rpcmon` on a Windows 7 SP1 32-bit guest VM. The plugin seems to start up normally but never gives outputs, even when I interact with...
Hello, I've tried the plugin `apimon` on a Windows 7 SP1 32-bit guest VM. The plugin seems to start up normally but never gives outputs, even when I interact with...
Hello, I noticed that I sometimes run into errors of type `VMI_ERROR: Could not find EPROCESS struct for pgd = 0x69fca000.` with the plugin apimon. For instance in this output...
Hello, I've tried to install `drakvuf `. I've downloaded the [latest DRAKVUF builds](https://github.com/tklengyel/drakvuf-builds/releases) (the .deb files for ubuntu-jammy) and launched them with `sudo dpkg -i drakvuf-bundle-1.1-168dac3-ubuntu-jammy.deb` and `sudo dpkg -i...
Hello, I'm testing locally with act on the [drakvuf](https://github.com/tklengyel/drakvuf) repository. The workflow file is located [here](https://github.com/tklengyel/drakvuf/blob/main/.github/workflows/ci.yml). In that file, I modified the cognitive-complexity job to run on an ubuntu-22.04. When...