home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / LV100B.ZIP / LV.DOC < prev    next >
Text File  |  1993-08-17  |  10KB  |  344 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                         LANVIEW (tm)
  15.            Integrated System Analyzer and Viewer
  16.                   for Local Area Networks 
  17.                        Version 1.00ß
  18.          Copyright (C) 1993 by McAfee Associates
  19.                     All rights reserved
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. McAfee Associates             (408) 988-3832 office
  49. 2710 Walsh Avenue, Suite 200  (408) 970-9727 fax
  50. Santa Clara, CA  95051-0963   (408) 988-4004 BBS (25 lines)
  51. U.S.A.                        USR HST/v.32/v.42bis/MNP1-5
  52.                               CompuServe        GO MCAFEE
  53.                               InterNet support@mcafee.COM
  54.                               America Online       McAFEE
  55.  
  56. LANVIEW Version 1.00ß                            Page 1
  57.  
  58.  
  59. OVERVIEW
  60.  
  61.      LANVIEW is a program used to analyze, view and edit the
  62. basic components of a system, including the system memory,
  63. system interrupts, device drivers, CMOS and installed disk
  64. drive sectors and file contents of any workstation connected
  65. to the Local Area Network.  LANVIEW will allow you to view
  66. system elements in HEX, ASCII or disassembled code format.
  67. Full searching and editing functions are included.
  68.  
  69. LANVIEW provides an extensive on-line context sensitive
  70. help function.  At any point in the program you may press
  71. the <F1> key to display help text for the process you are
  72. currently engaged in.
  73.  
  74. NOTE:  The LV.HLP file must be in the same directory as
  75.        the LV.EXE file.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. LANVIEW Version 1.00ß                            Page 1
  111.  
  112.  
  113. INSTALLATION
  114.  
  115.      Copy the files LV.EXE and LV.HLP to any subdirectory
  116. of your disk.
  117.  
  118.  
  119. Using The Menus
  120.  
  121.      After you have entered the LANVIEW menu system  
  122.      you will be able to move about the LANVIEW menus 
  123.      to access all of the system functions. To pull 
  124.      down one of the available menus, press the ALT key 
  125.      and the highlighted letter of the menu you want or 
  126.      use the mouse to select the pulldown list. 
  127.  
  128. Using the Edit Functions
  129.  
  130.      The Edit menu contains all the commands you need to
  131.      edit or change the system elements that are accessed with
  132.      the Memory and Disk menus.
  133.  
  134.      Undo  (Backspace)
  135.  
  136.           To undo any change that you have made. Note that
  137.           any values that have been changed are highlighted.
  138.  
  139.      Set Mask/Value  (F3)
  140.  
  141.           The mask/value may be set to any hex byte value for
  142.           XOR/Negate or Add/Subtract operations. 
  143.  
  144.      XOR/Negate  (F7/Shift-F7)
  145.  
  146.           XOR/Negate the selected byte using the mask value.
  147.  
  148.      Add/Subtract (F8/Shift-F8)
  149.  
  150.           Add/subtract the Mask/Value to the highlighted field.
  151.  
  152.      Rotate Left/Right  (F9/Shift-F9)
  153.  
  154.           Rotate selected byte left or right.
  155.  
  156.  
  157. The FILE Menu
  158.  
  159.      The file menu has three options:
  160.  
  161.      Save Edited Object
  162.  
  163.           Permits saving any changes you have made without
  164.           having to exit the current edit in process.
  165.  
  166.      Read only   (Default = No)
  167.  
  168.           This options allows you to enable or disable the
  169.           Read Only function. When enabled (ON), you will
  170.           not be able to change or edit any system data with
  171.           the LANVIEW program. To make changes, and be able
  172.           to save them, toggle this option to read NO.
  173.  
  174.      Exit
  175.  
  176.           Returns you to DOS. Be sure to save any
  177.           changes that you have made before exiting.
  178.  
  179. The MEMORY Menu
  180.  
  181.           System memory may be viewed and edited by LANVIEW.  
  182.           Memory may be viewed in HEX, ASCII or disassembled
  183.           code format.  If viewing in assembler format, you
  184.           may follow the control of the program by selecting
  185.           the numbers in parenthesis to the right of each 
  186.           branch instruction that is displayed on the screen.
  187.           to reverse the flow of control, press (0) to return 
  188.           to the previous branch instruction.
  189.  
  190.           The following options are available in the Memory Menu:
  191.  
  192.      DOS System Area
  193.  
  194.           View/Edit the DOS System Area, starting at 0K and
  195.           continuing as much as space as necessary for all
  196.           the information loaded. Information stored here
  197.           includes the BIOS DATA Area, DOS Communication
  198.           Area, IO and DOS code, System File Tables, FCB
  199.           Tables, Disk Buffers, System STACKS (CODE and
  200.           DATA), as well as devices loaded with the
  201.           CONFIG.SYS file (e.g., HIMEM.SYS, SETVER driver,
  202.           MOUSE driver).
  203.  
  204.      Program Area
  205.  
  206.           View/Edit the Program Area of memory, starting 
  207.           at the end of the DOS System Area and including 
  208.           all used and unused space up to 640K. Information 
  209.           stored here includes the COMMAND.COM code, as well 
  210.           as any TSR programs loaded by the system (e.g., MOUSE,
  211.           DOSKEY).
  212.  
  213.      Upper Memory Area
  214.  
  215.           View/Edit the Upper Memory Area, starting at 640K
  216.           and including all the used and unused space up
  217.           to 1MB. Information stored here includes the
  218.           Graphic and Text Video RAM, Video ROM BIOS, and
  219.           System ROM BIOS.
  220.  
  221.      Interrupts
  222.  
  223.           View/Edit the System Interrupt Vectors.  LANView 
  224.           indicates which ones are currently in use, their
  225.           memory addresses, owners and interrupt chains. 
  226.           You may display/edit the actual interrupt code in 
  227.           hex or ASM format.
  228.  
  229.           NOTE: Do not use the "Display Interrupt Chain" 
  230.           sub-function of this feature if you are running 
  231.           any background multi-programming operating environment 
  232.           such as DESQview.  Your system may hang under some  
  233.           circumstances if it is attempted.
  234.  
  235.      Drivers
  236.  
  237.           View/Edit installed system device Drivers.  LANVIEW
  238.           displays the list of installed drivers and their
  239.           attributes.  Individual drivers may be selected for
  240.           viewing or editing.
  241.  
  242.      Absolute Memory View
  243.  
  244.           View/Edit a user selectable memory address range
  245.           within the system absolute memory.
  246.  
  247.  
  248.                           WARNING!!
  249.  
  250.           Changes made to system memory can cause system crashes
  251.           or data loss.  Make sure that you understand any change
  252.           that you wish to make to any memory location.
  253.  
  254.      CMOS
  255.  
  256.           The CMOS viewer allows you to view any element of your
  257.           CMOS.  Full descriptions are provided for sub-fields of
  258.           the CMOS.  To view detailed descriptions, select any of
  259.           the CMOS fields and press Enter.
  260.  
  261. DISK Menu
  262.  
  263.      File View
  264.  
  265.           View/Edit files on the default hard disk drive.
  266.           You can view the file in either HEX, ASM or ASCII
  267.           format.  Files may be selected from hard disk, floppy
  268.           diskette or network drives.
  269.  
  270.      Sector View
  271.  
  272.           View/Edit logical sectors on any installed disk
  273.           drive, hard or floppy.  This option may not be used
  274.           on network drives.
  275.  
  276.      Physical Sector View
  277.  
  278.           View/Edit physical sectors on any disk drive.  This 
  279.           option may not be used on network drives.
  280.  
  281.      Boot Record
  282.  
  283.           View/Edit the boot record on any installed drive.  This
  284.           option may not be used on network drives.
  285.  
  286.      Master Boot Record
  287.  
  288.           View Edit the Master Boot record on any drive.
  289.  
  290.                        WARNING!!
  291.  
  292.           Changes made to the Boot sector, Master Boot Record or
  293.           File allocation table area of the hard disk or floppy disk
  294.           can cause system crashes and/or loss of data.  Make sure
  295.           that you understand any changes made to these areas.
  296.  
  297.  
  298.  
  299. HELP Function
  300.  
  301.      Comprehensive context sensitive help is provided with
  302.      LANVIEW.  At any point in the program press <F1> to
  303.      display help instructions for the function you are
  304.      engaged in.
  305.  
  306.      
  307.  
  308.  
  309.  
  310. AUTHENTICITY
  311.  
  312.           Before using LANVIEW for the first time, verify that it has
  313.           not been tampered with or infected by a virus by using the
  314.           the enclosed VALIDATE program.  For instructions on using
  315.           VALIDATE, please read the VALIDATE.DOC file.
  316.  
  317.                The validation results for Version 1.00ß should be:
  318.  
  319.                         FILE NAME: LV.EXE
  320.                              SIZE: 97,915
  321.                              DATE: 08-17-1993
  322.               FILE AUTHENTICATION
  323.                    Check Method 1: 2302
  324.                    Check Method 2: 06D4
  325.  
  326.           If your copy of LANVIEW differs, it may have been damaged.
  327.  
  328.           Always obtain your copy of LANVIEW from a known source.  The latest
  329.           version of LANVIEW and validation data for LV.EXE can be
  330.           obtained from McAfee Associates' bulletin board system at
  331.           (408) 988-4004 or from the McAfee Virus Help Forum on
  332.           CompuServe (GO MCAFEE), or the mcafee.COM anonymous ftp site on
  333.           the Internet.
  334.  
  335.                PROVIEW series are archived with PKWare's PKZIP Authentic File
  336.           Verification.  If you do not see an "-AV" after every file is
  337.           unzipped and receive the "Authentic Files Verified! # NWN405
  338.           Zip Source: McAFEE ASSOCIATES" message when you unzip the files
  339.           then do not use them.  If your version of PKUNZIP does not have
  340.           verification ability, then this message may not be displayed.
  341.           Please contact us if you believe tampering has occurred to the
  342.           .ZIP file.
  343.  
  344.