Re: The disappearing sys_call_table export.

Dmitry A. Fedorov (D.A.Fedorov@inp.nsk.su)
Tue, 6 May 2003 09:23:46 +0700


On 6 May 2003, Terje Eggestad wrote:

> Good point, it should actually be very simple.
> from /proc/ksyms we've got teh adresses of the sys_*, then from
> asm/unistd.h we got the order.

/proc/ksyms shows only exported symbols, is not it?

> Then search thru /dev/kmem until you find the right string og addresses,
> and you got sys_call_table.
>
> Dirty but it should be portable.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/