Re: Disassembling a binary-only kernel module

From: Jan Engelhardt
Date: Sun Aug 05 2007 - 09:14:26 EST



On Aug 5 2007 14:44, Thomas LangÃs wrote:
>
>Please CC me, as I'm not subscribed to the list.
>
>I've got a binary-only kernel module for a box I own (PowerPC-based),
>and I want to
>disassemble the module but I don't know much about tools for linux for
>doing this.
>
>So, what I'm asking about is just a few pointers in which tools I should use for
>the process. (I've done a readelf for the initial insight on the module).

like, objdump -DS foo.ko?


Jan
--