Re: reading ksyms
> how to display kernel symbol list and other details from /dev/ksyms ? > Does exist command line utility for this purpose ? Read the documentation! In this case, ksyms(4) is your friend. (At least on 9.1 and 5.2, probably on anything else post-2.0.) /~\ The ASCII Mo
Re: reading ksyms
On Wed, Mar 26, 2025 at 10:29:25AM +0100, Beesdeckar wrote: > Hello, > how to display kernel symbol list and other details from /dev/ksyms ? > Does exist command line utility for this purpose ? nm /dev/ksyms Martin