Adam Kliś

Results 41 comments of Adam Kliś

Very interesting, as my dev-server (which really isn't powerful at all) manages to rollback ZFS snapshot and restore VM all in under 12s. The 27.6s result is quite long. Could...

Thanks for the idea. This does sound like a feature we could add.

Currently we're using very "undocumented" REST API, which you can see here: https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakcore/drakcore/app.py It would bee nice there was a python library, which was a simple wrapper around those functions....

Hello! Could you pleaese provide logs, so we can narrow down the issue? You can access them by going into "logs" tab and then going into "services". We're looking for...

We have recently bumped into a very similar issue, glad to confirm that we're not the only one. It seems that there's some kind of issue with drakvuf. Could you...

vm-0 is used "under the hood" and isn't an actual VM can run samples on. If you want to run samples on both Win7 and Win10 you would need 2...

Honestly that piece of code is cursed we should **at least** add some comments about wtf is going on.

As can be seen [here](https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakrun/drakrun/networking.py#L43) DRAKVUF Sandbox is recording all traffic in & out of the VM. There's 1 PCAP being created for each analysis. What needs to be done...

cc @icedevml as he's the wizard behind IPT, but it does seem a bit similar to libusermode, which I'm quite familiar with. DRAKVUF can't access unmapped memory, hence this is...