> Date: Tue, 06 Feb 2007 19:37:58 -0600 > From: Neo <cjia@cse.unl.edu> > > hi, > > Does gdb have a general disassembly library to be used outside, which > can disassemble code for platforms those are supported by GDB? Take a look at BFD, which is really part of the binutils project. Mark