Hi everyone,
1- I need to discover which function is hooked by rootkits or etc. and I think I can do it via matching original kernel function addr and pointer. So I need to get original kernel function addr and "redirected address".
2- it's about /dev/ksyms. Is it only found in custom compiled kernel?
Thank you.
1- I need to discover which function is hooked by rootkits or etc. and I think I can do it via matching original kernel function addr and pointer. So I need to get original kernel function addr and "redirected address".
2- it's about /dev/ksyms. Is it only found in custom compiled kernel?
Thank you.