How would I get the base address of a kernel module loaded to the Linux
by FrancM from LinuxQuestions.org on (#5JEW1)
There are three files "/proc/kallsyms" , "/sys/module/<MODULE_NAME>/sections/.init.text" and "/proc/modules". Which one has the base address of a kernel module loaded to the Linux. And what are the relevance of others. Which one I should use to calculate the address of a particular function in that module?