home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / apps / 4145 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.8 KB

  1. Xref: sparky comp.os.msdos.apps:4145 comp.os.msdos.programmer:8156
  2. Path: sparky!uunet!olivea!bu.edu!wang!pvr
  3. From: pvr@wang.com (Peter Reilley)
  4. Newsgroups: comp.os.msdos.apps,comp.os.msdos.programmer,comp.editor
  5. Subject: Re: Looking for good binary editor
  6. Message-ID: <bs62qj.e8a@wang.com>
  7. Date: 29 Jul 92 20:11:06 GMT
  8. References: <1992Jul29.183026.19639@tvnews.tv.tek.com>
  9. Distribution: usa
  10. Organization: Wang Labs, Lowell MA, USA
  11. Lines: 53
  12.  
  13. dougs@tvnews.tv.tek.com (Doug Stevens) writes:
  14.  
  15. >I'm looking for an editor that operate on binary files. Insert editing
  16. >would be nice but is not essential. The type of screen I'm looking for
  17. >includes the address/offset for the data within the file, the hex
  18. >dump of the data, and the ASCII interpretation:
  19.  
  20. >     0    67 72 61 66 3A 20 09 67 72 61 70 68 69 63 73 20    graf: .graphics 
  21. >    10    73 6F 66 74 77 61 72 65 0D 0A 0D 0A 09 6F 72 63    software.....orc
  22. >    20    61 64 3A 09 09 4F 72 63 61 64 0D 0A 0D 0A 09 70    ad:..Orcad.....p
  23. >    30    7A 70 3A 09 09 50 69 7A 61 7A 7A 2D 50 6C 75 73    zp:..Pizazz-Plus
  24. >    40    0D 0A 0D 0A 6E 75 6D 3A 20 09 6E 75 6D 65 72 69    ....num: .numeri
  25.  
  26. >ANA is very close to what I need, but will only write out a one-page edit
  27. >buffer to a file, not the entire file.
  28.  
  29.     BEAV (Binary Editor And Viewer), is a full featured binary file 
  30. editor.      Just about any operation that you could want to do to a binary 
  31. file is possible with BEAV.   You can insert or delete in the middle of 
  32. a file thereby changing it's size.   You can edit multiple files in 
  33. multiple windows and cut and paste between them.   You can display and 
  34. edit data in hex, octal, decimal, binary, ascii, or ebcdic formats.   You 
  35. can display data in byte, word, or long word formats in either Intel or 
  36. Motorola byte ordering.   You can send the formatted display mode to a 
  37. file or printer.
  38.  
  39.     BEAV is based on the source for emacs for display and keyboard handling 
  40. functions.   The binary file handling and display formats are special
  41. to BEAV.   There is a full manual included in this release.   There
  42. are makefiles for unix, xenix 286, AmigaDOS, and MSC 5.1 under DOS.   The 
  43. old Wang PC is supported.   This has been tested on 286 and 386 PC's under 
  44. SCO UNIX and XENIX and AIX on a RS6000.   There are a number of makefiles 
  45. included, select the appropriate one and rename it to makefile.
  46.  
  47.     BEAV is available various archives, on SIMTEL20 it is;
  48.  
  49.     PD1:<MDSOS.FILUTL>BEAV132.ZIP    MSDOS executable and doc
  50.  
  51.     PD1:<MDSOS.FILUTL>BEAV132S.ZIP    source and doc
  52.  
  53.     I am willing to maintain BEAV and will entertain suggestions for
  54. modifications and/or bug fixes.   I can be reached at;
  55.  
  56.         pvr@wiis.wang.com
  57.  
  58. or at;
  59.  
  60.         Peter Reilley
  61.         19 Heritage Cir.
  62.         Hudson, N.H. 03051
  63. -- 
  64. >>>>>>>>>>>> Peter Reilley ..... pvr@wiis.wang.com ..... KA1LAT <<<<<<<<<<<<<
  65.                      Well, that about says it.
  66.