Is it possible to determinate which functions a kernel module calls?
Trusting kernel drivers is bad. Is there something we can do to have at least an idea about what it does?
For example, let’s suppose an armv8a linux kernel. I’d search for all the syscalls, which according to https://stackoverflow.com/a/12… Continue reading Is it possible to determinate which functions a kernel module calls?