You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel modules are also on my wish list. :-) I think rudimentary support for them should be possible without too much effort, but I cannot make promises on when I will find the time to tackle this.
A vmlinux scan would correspond to scanning a whole linux kernel image, right? This might take a long time until we are able to do something like this. It would be similar to checking bare-metal binaries (since we cannot assume anything about the environment that the kernel runs in), but would be much harder, since the linux kernel is much more complicated than an ordinary bare-metal binary. And even our bare-metal support is very limited right now. I do not have a plan yet on how we could implement useful analyses on whole kernel images and it might need a lot of experimentation and effort to get it to work in the end. So this is not on the list of things I want to implement in the near future right now.
support kernel modules and vmlinux scan
The text was updated successfully, but these errors were encountered: