Re: reading ksyms

2025-03-26 Thread Mouse
> 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

2025-03-26 Thread Martin Husemann
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