home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9633 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  2.1 KB

  1. Xref: sparky comp.unix.questions:9633 comp.editors:1860
  2. Newsgroups: comp.unix.questions,comp.editors
  3. Path: sparky!uunet!das.wang.com!wang!pvr
  4. From: pvr@wang.com (Peter Reilley)
  5. Subject: Re: Binary editor in Unix?
  6. Organization: Wang Labs, Lowell MA, USA
  7. Distribution: usa
  8. Date: Fri, 31 Jul 92 11:58:43 GMT
  9. Message-ID: <bs959x.jok@wang.com>
  10. References: <1992Jul30.204628.1378@eng.ufl.edu>
  11. Lines: 44
  12.  
  13. zzang@whale.stat.ufl.edu (Zhuo Zang) writes:
  14.  
  15. >Hello,
  16. >Do we have any binary editor in  Unix ?
  17. >I need to edit the strings in binary file sometimes
  18. >rather than re-configure and re-compile it.
  19.  
  20.     BEAV (Binary Editor And Viewer), is a full featured binary file 
  21. editor.      Just about any operation that you could want to do to a binary 
  22. file is possible with BEAV.   You can insert or delete in the middle of 
  23. a file thereby changing it's size.   You can edit multiple files in 
  24. multiple windows and cut and paste between them.   You can display and 
  25. edit data in hex, octal, decimal, binary, ascii, or ebcdic formats.   You 
  26. can display data in byte, word, or long word formats in either Intel or 
  27. Motorola byte ordering.   You can send the formatted display mode to a 
  28. file or printer.
  29.  
  30.     BEAV is based on the source for emacs for display and keyboard handling 
  31. functions.   The binary file handling and display formats are special
  32. to BEAV.   There is a full manual included in this release.   There
  33. are makefiles for unix, xenix 286, AmigaDOS, and MSC 5.1 under DOS.   The 
  34. old Wang PC is supported.   This has been tested on 286 and 386 PC's under 
  35. SCO UNIX and XENIX and AIX on a RS6000.   There are a number of makefiles 
  36. included, select the appropriate one and rename it to makefile.
  37.  
  38.     BEAV is available various archives, on SIMTEL20 it is;
  39.  
  40.     PD1:<MDSOS.FILUTL>BEAV132.ZIP    MSDOS executable and doc
  41.  
  42.     PD1:<MDSOS.FILUTL>BEAV132S.ZIP    source and doc
  43.  
  44.     I am willing to maintain BEAV and will entertain suggestions for
  45. modifications and/or bug fixes.   I can be reached at;
  46.  
  47.         pvr@wiis.wang.com
  48.  
  49. or at;
  50.  
  51.         Peter Reilley
  52.         19 Heritage Cir.
  53.         Hudson, N.H. 03051
  54. -- 
  55. >>>>>>>>>>>> Peter Reilley ..... pvr@wiis.wang.com ..... KA1LAT <<<<<<<<<<<<<
  56.                      Well, that about says it.
  57.