Mathieu Tarral

Results 386 comments of Mathieu Tarral

Hi, Can you paste the full stack trace, so that we can see which line throws the error ? Also, can try to repro this issue with the C library...

@0xarash thanks for investigating. Could you make a pull request when you have a working solution ? Thanks.

recompile libvmi with debug info for CORE and KVM: ~~~ cd libvmi cmake -DVMI_DEBUG='(VMI_DEBUG_KVM | VMI_DEBUG_CORE)' -B build cmake --build build sudo cmake --build build --target install ~~~ and retry

I mean recompile the libvmi C library. python-libvmi is just a wrapper on top of it.

hi @darshantank > No suitable address space mapping found This usually means that Volatility tried all avaiable address spaces, and none of them has been selected. > VMIAddressSpace: Must be...

hi @bentau, glib is already included in the build via `pkg-config`: https://github.com/libvmi/python/blob/master/libvmi/libvmi_build.py#L55 I suppose your glib is installed in `/usr/local`, but pkg-config should find it anyway. Try this on the...

@bentau they _were_ two problems, meaning that you solved them now ? should I close this PR ?

@bentau by installing the latest Libvmi, I can repro a compilation error linked to a glib missing. I cannot pin point which commit broke libvmi-python bindings, but I applied your...

Hi, thanks for reminding me, however, I'm facing an issue when I try to upload the wheel package: ~~~ NOTE: Try --verbose to see response content. HTTPError: 400 Client Error:...

In the meantime, I uploaded an `sdist`: https://pypi.org/project/libvmi/