Hubert Jasudowicz
Hubert Jasudowicz
In both cases we're using https://karton-core.readthedocs.io/en/latest/karton_api.html#karton.core.config.Config for drakrun: https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakrun/drakrun/main.py#L611-L613 for drakcore: https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakcore/drakcore/util.py#L21-L45
Hmm, it seems to me that we should require `libmagic1` instead of libmagic-dev: ``` # dpkg -S libmagic libmagic1:amd64: /usr/lib/x86_64-linux-gnu/libmagic.so.1 ```
@Id3aFly do you know what memory region triggers those page faults? Is it code, heap, or maybe stack? If this happens during application startup this could be a result of...
Hi, I've just built current master with package/build.sh. Have you checked for a dirty Xen repository or similar issues? Packaging scripts use Docker so builds should be somewhat reproducible.
I'm not sure if modifying language is the way to go. Why isn't a stderr debug print good enough?
>DB should have an idea how much ram it's allowed to use :+1: >Every command should try to estimate how much RAM it'll use, and "lock" this much RAM in...
From my recent experience, booting Windows 10 this way is hit-or-miss. Unfortunately I don't have a solution for this.