disassemblers for Sun

Alexander Dupuy dupuy at columbia.edu
Wed Jan 4 00:40:18 AEST 1989


One of the nice things about the Unix philosophy is that you can take
tools which don't do quite what you want (or perhaps in your case, more
than you want) and to some extent create new interfaces for them.  One of
the easiest ways to do that is with a shell script:

	#!/bin/sh -
	echo 'start,etext?i' adb $1

does just about exactly what you want - though it's not quite as useful
for dynamically linked excutables.

@alex



More information about the Comp.sys.sun mailing list