Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!zaphod.mps.ohio-state.edu!usc!snorkelwacker!ai-lab!dzenc@gnu.ai.mit.edu From: dzenc@gnu.ai.mit.edu (Dan Zenchelsky) Newsgroups: comp.unix.questions Subject: Vax disassembler for BSD 4.3 Message-ID: <8974@life.ai.mit.edu> Date: 12 Jun 90 04:20:57 GMT Sender: news@wheaties.ai.mit.edu Reply-To: dzenc@gnu.ai.mit.edu (Dan Zenchelsky) Organization: Free Software Foundation Lines: 11 Does anyone have a BSD 4.x VAX disassembler? I'm trying to extract a single routine from a binary file (wish me luck!), and so far I've had very little luck. I've been able to use the routine by linking the entire file with my main() routine, and patching the name of the main routine in the other program to oldm(), but I'd really like to pull just that routine out... Thanks -Dan dzenc@gnu.ai.mit.edu