[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: starting address of a kernel module



anumula venkat wrote:

> Hi Friends,
> 
>    I want to know how to get starting address of a
> kernel module. For example if we an executable file by
> reading header of that file we can get starting
> address of that prog in memory. But it is difficult to
> find starting address of a module by examining the
> header as it will be a relocatable file. Is there any
> way of getting it ? 
> 


/proc/ksyms, or hack insmod.

A module doesn't have an address until it has been installed.

	-hpa


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/