home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20977 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!sol.ctr.columbia.edu!hamblin.math.byu.edu!yvax.byu.edu!physc1.byu.edu!seth
  2. Newsgroups: comp.sys.mac.programmer
  3. Subject: Summary: Disassembler utilities
  4. Message-ID: <1993Jan7.235654.321@physc1.byu.edu>
  5. From: seth@physc1.byu.edu
  6. Date: 7 Jan 93 23:56:54 -0700
  7. Distribution: world
  8. Organization: Brigham Young University
  9. Lines: 33
  10.  
  11. Many thanks to the several people who sent me suggestions about a disassembler. 
  12. To summarize, there is a code viewer feature that can be added to ResEdit that 
  13. allows one to look at the code in assembly rather than straight hex. It also 
  14. has other functionality that I am still trying to sort through. VERY nice, BUT
  15. I haven't figured out a way to just capture as straight text the disassembled 
  16. stuff and paste it in to an inline assembly section in THINK C, sans the info
  17. regarding the actual offsets, of course. I haven't been able to find ANY way to
  18. get the assembly out as text; if there is a way, someone please inform me.This 
  19. code viewer for Resedit can be found at ftp.apple.com in (I believe)
  20. dts/mac/tools/resedit. 
  21. There is also a Shareware utility written called RSC_VIEWER, which is 
  22. available at sumex-aim.stanford.edu in info-mac/demo. It allows one to edit,
  23. disassemble, assemble, etc. code resources, and edit any resource, as far as I
  24. know. It seems to be very functional, even if the menus are rather unclear, and
  25. I was confused at just how to procede several times. This has a shareware fee
  26. of $35, which would probably be well worth it to someone who likes to edit the
  27. code resources. I, as a student, can't afford a $35 shareware fee, as low as it
  28. may seem for a work of this magnitude; maybe this spring when I earn more 
  29. money...
  30. Mainly I am looking for JUST a disassembler that will allow one to capture the
  31. disassembled code as text and copy it into THINK C, that's why I can't afford
  32. RSC_VIEWER; the fee covers much more functionality than I need.
  33. There is also a disassembler called MacNosy that comes with some commercial
  34. debugging package. The person who told me about this didn't specify which
  35. package; I suspect TMON, but I don't know for sure.
  36.  
  37. THanks again for all the comments and emails, and if someone knows of a (free)
  38. way to disassemble and capture as text, I would be glad to hear about it ;).
  39.  
  40. Seth Leigh
  41. BYU PHysics Dept.
  42.  
  43.  
  44.