Pavel
Pavel
Hello. While tracking memory writes in heavily packed executable to some memory region I've found that in some cases the callback is triggered once for 8 byte write and at...
Hello! I could not find a way to pass additional arguments to instrumentation callbacks (e.g. get/set concrete memory). Usually I do it with bind: ``` api.addCallback(triton::callbacks::callback_e::GET_CONCRETE_MEMORY_VALUE, std::bind(&my_class::read_memory_cb, this, std::placeholder::_01, std::placeholder::_02);...
**Version (which release did you use?)** Latest **Describe the bug** There seems to be 1 thread that constantly consumes 5% on my cpu  Steps to reproduce the behavior: ```...
Hello! I've just implemented descriptor hook (`VMI_EVENT_DESCRIPTOR_ACCESS`). Nothing special, just boilerplate code. But what I've noticed is that drakvuf does not skip instruction accessing descriptor and it loops forever. Any...
Hello. The UDP hook had remote and local targets switched. This pr fixes the issue plus adds real local ip and local port. Unfortunately the offsets are undocumented so I...