Mathieu Tarral

Results 386 comments of Mathieu Tarral

> wow, this looks super nice; I'll be super happy to test it; unfortunately I'm a bit too busy now during the weekdays; I'll do it in the weekend. There...

hey @ufrisk I guess it's my turn to fix bugs in my code :) Indeed, the KVM driver was panicking in case the library it depends on couldn't be located...

On my way to fix the panic on https://github.com/Wenzel/xenstore/blob/master/src/libxenstore.rs#L41 :) > After the install of the missing libxen-dev it however fails to connect to icebox and I have no clue...

Hi @ufrisk , You uncovered new bugs and I'm glad that I could fix them before an official release :) Regarding the `liblibFDP.so`, this bug has been introduced since I...

> I also saw you released a Windows version; I was unable to easily install IceBox on Windows though; I think I may have to uninstall VMWare and also enable...

Hi, Windows XP is not supported by DRAKVUF because the way drakvuf identifies the current running process doesn't work on Windows XP. More specifically, it locates the current thread via...

> get the current thread getting the current process you mean ? getting the thread is fine. > which drakvuf doesn't currently implement. Apart from iterating over the process list...

To install the VirtualBox SDK download SDK from https://www.virtualbox.org/wiki/Downloads and unzip install the sdk ~~~shell cd sdk/installer export VBOX_INSTALL_PATH=/usr/lib/virtualbox # for Ubuntu packaged installation sudo -E python3 vboxapisetup.py install ~~~...

machine -> session machine.lockMachine(session, type) session.console console.debugger but console objects are non null only if VM lock type

It looks like this API hasn't been implemented yet ~~~python3 OleErrorNotimpl Traceback (most recent call last) in ----> 1 dbg.read_physical_memory(0x0, 4) ~/local/venv/lib/python3.8/site-packages/virtualbox/library.py in read_physical_memory(self, address, size) 30013 if not isinstance(size,...