[plug] Disassembler

Bernard Blackham bernard at blackham.com.au
Mon Sep 29 09:26:43 WST 2003


On Sun, Sep 28, 2003 at 01:40:20PM +0400, Brad Campbell wrote:
> I'm doing some work on a driver for a satellite tv card and I need to 
> get inside a binary only kernel module for a redhat 2.4.2 kernel (The 
> only driver they provide or support!)
> 
> Anyone have any good suggestions for a dissasembler?

When you say disassembler, do you mean to assembly or something
higher level like C?

I'm yet to find a decent binary -> C disassembler for i386 Linux.
The last one I discovered and tried unsuccessfully was uncc - tis a
debian package. I couldn't get anything sensible out of it, though
YMMY.

Several times I've resorted to walking through assembly code output
from objdump -d and had a lot more success.

Regards,

Bernard.

-- 
 Bernard Blackham 
 bernard at blackham dot com dot au
_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug


More information about the plug mailing list