Re: PLEASE! The person who patched kernel/exit.c for 2.0.1 contact me

Rodrigo Feher (feher@pobox.com)
Wed, 16 Oct 1996 21:45:28 -0300 (EST)


On Wed, 16 Oct 1996, Philippe Strauss wrote:

> BTW, is there any disassembler tool floating around for *real* os'es like
> linux? I remember a good one for DOS (sourcer, i think), but never seen a
> GNU disasm.

You can always use gdb 'disassemble'....

(gdb) help disassemble
Disassemble a specified section of memory.
Default is the function surrounding the pc of the selected frame.
With a single argument, the function surrounding that address is dumped.
Two arguments are taken as a range of memory to dump.

- rf