Vico
Vico
Hi, I just created PR #763 which addresses your request as I need the same behavior of EDB. Regards.
I will look into that during the next week , there are some things to improve on the basic filter, I hope to find a fix to this patch.
What I can tell you for now is: 1) Looking at common_ematch.py line 52, the data is passed as-is to be decoded. 2) Looking at em_meta, the data is an...
@JackSunshine: Could you please test the fix issued in PR #656 ? Here is the code I used to test: from pyroute2 import IPRoute, protocols ipr = IPRoute() idx =...
Thank you for your answer. You can look at PR #671 to see exactly what I'm talking about (from lines 87 to 96) :) I wanted to try your advice...
Hi @mdivyamohan what are you trying to do exactly? Do you have a concrete example?
Hello, I just looked into _Intel Power Gadgets_ which uses a kernel driver to read/write from/into MSRs. Sadly, I do not own an Apple computer so I only tested on...
Hello @mrchrisadams sorry, MSR stands for Model Specific Register. Since ~1993, Intel releases processors which embed some specific registers which are used for specific jobs. For example, MSRs linked to...
strace of lshw: openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/locale/locale-archive",...
@bpetit I think it depends of the RAID method used. My knowledge is limited to two methods: - Hardware RAID with dedicated RAID controller (often managed by iDRAC or the...