home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / REFOX / REFOX.TXT next >
Text File  |  1993-10-03  |  4KB  |  77 lines

  1.                               XITECH, INC.
  2.                            Tel (419) 867-3622
  3.                            Fax (419) 865-9365
  4.                              CIS 70713,436
  5.  
  6.                      Copyright (c) 1993 Xitech, Inc.
  7.                          All rights reserved.
  8.  
  9.                    *** ReFox Demonstration Version ***
  10.                    
  11.                               QUICK START
  12.                    
  13.  
  14. This is a full copy of ReFox limited to decompiling the first 15 lines of each procedure or FXP. The branding option has also been disabled.
  15.  
  16. Use either a mouse to select options or use [cursor keys] / [tab] and the [Enter] key. Use the F1 Key for context sensitive help.
  17.  
  18. To decompile an FXP.
  19.  
  20. 1. From the main menu select "Decompile Files"
  21.  
  22. 2. Select the input directory path and file skeleton for the FXP file(s)
  23.    e.g. C:\FOXPRO25\*.FXP
  24.  
  25. 3. Select the output directory path
  26.    e.g. C:\FOXPRO25\*.REF
  27.  
  28. 4. Select the file(s) for decompilation using the [Insert] key to toggle
  29.    selection on and off.
  30.  
  31. 5. Press [Enter].
  32.  
  33. The files selected will be decompiled. 
  34.  
  35. Select "Options" from the main menu to control the format of the source code. 
  36.  
  37.  
  38. The full version of ReFox is available from Xitech, Inc for US$299 plus
  39. shipping and handling.
  40.  
  41.           Also available: ReSource - decompiler for dBaseIV
  42. ****************************************************************************
  43.  
  44. ReFox - Universal Source Code Recovery System
  45.  
  46. ReFox is a universal system for restoring lost or damaged source code from FoxBASE+, FoxPro 1.x, and FoxPro 2.0. ReFox is an invaluable programmers tool in situations where the source code is lost or damaged or if it is uncertain that the source code matches the compiled application.
  47.  
  48. ReFox reconstructs source code by decompiling the .FXP (.FOX, .MPX, .SPX, etc.), .APP or .EXE modules and producing source code which is functionally the same as the original, including the names of variables and procedures.
  49.  
  50. The FoxBASE+ and FoxPro compilers encrypt programs in different ways. The decompilation and de-encryption methods used by ReFox are chosen at decompilation time based on the analysis of information saved in the compiled module and is therefore automatic. You do not have to specify if the file was encrypted when compiled.
  51.  
  52. ReFox has four basic functions:
  53.  
  54. Decompilation     Reconstructs source code by decompiling programs that have been produced from FoxBASE+, FoxPro 1.x, and FoxPro 2.0 and de-encrypts programs compiled with the ENCRYPTION option.
  55.                 * .FOX for FoxBASE+
  56.                 * .FXP for FoxPro 1.x and 2.x
  57.                 * .MPX, .QPX, .SPX, .APP, and .EXE for FoxPro 2.0
  58.  
  59. Separation         For use with FoxPro 2.0 ,APP or .EXE files only. This function splits the .APP or .EXE files into their separate components. Data files, reports, screens, queries, etc., hard coded into an application can therefore be recovered and modified.
  60.  
  61. Comparison        Compares the original file with that reconstructed from the new source code created by ReFox.
  62.  
  63. Branding        Protects applications from unauthorized decompilation by embedding a password and your ReFox serial number into the file to be protected. When decompiling a branded file the embedded serial number will be displayed and the password will be requested. Only by supplying the correct password will ReFox decompile the application.
  64.  
  65. The decompiled source is functionally equivalent with the original, including the names of variables, procedures, and functions. Nevertheless, a verbatim reproduction of the program text is not always achieved. These 'cosmetic' differences are listed below:
  66.  
  67. *    Remarks and comments are not decompiled as they are not held in the compiled form.
  68. *    Compound constants are evaluated when compiled by FoxPro and therefore, cannot be recovered in their original form. e.g. A = 1 + 2 + 3 is compiled/decompiled as A = 6
  69. *    Character strings will be enclosed within:
  70.     apostrophes 'a....z' if the string does not contain any apostrophes 
  71.     quotation marks "a....z" if the string does not contain any quotation marks
  72.     brackets [a....z] in other cases
  73. *    Long program statements are not split into lines separated by a ";".
  74.  
  75.  
  76. ReFox and ReSource are registered trademarks, of Xitech, Inc. Other trademarks mentioned herein belong to their respective companies.
  77.