On Thu, Feb 10, 2000 at 01:34:16PM +0530, Sachin Shenoy wrote:
> Hi,
> Is there any disassembler in Linux. Is it available with
> RedHat 60.
Because you have all the source, the disassembler is not all that much
necessary. But if you really need to do it, there are two ways:
(a) gdb vmlinux
(gdb) disassemble foo
where foo is the function.
(b) objdump -d vmlinux | more
search for foo
-Arun
--------------------------------------------------------------------------
LI is all for free speech, but this list was created for a purpose --
to help popularise Linux in India. If your messages are counterproductive
to that purpose, your privileges to submit messages can and will be revoked.