> 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