objdump usage
Hello all,
By using objdump on vmlinux file of kernel i can easily get dump of instructions to know how C functions executed in assembly language form. But now i want same on kernel module that i loaded. How to use objdump on that kernel module loaded? I am getting the scanning addresses from /proc/ksyms file. But on which kernel module file should i use objdump?
regards,
cranium
|