home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / pub / gdead / ibm / wcb103a.txt < prev    next >
Text File  |  1993-10-13  |  1KB  |  25 lines

  1. What is WCB ?
  2.  
  3. Windows CodeBack (WCB) is a disassembler designed exclusively for Microsoft
  4. Windows applications. It can disassemble New Executable format files (such as
  5. .EXEs, .DLLs, .DRVs, etc.), Linear Executables (.386s and .VXDs) and can
  6. extract LE files bounded into W3 files (such as WIN386.EXE). The current
  7. version does not include support for conventional DOS .EXE files, OS/2 2.x LX,
  8. and Win32 PE files, but you can disassemble OS/2 NE files too.
  9.  
  10. After you start it, WCB gathers and shows information about the program's
  11. entry point, main procedure, device descriptor block. Shows by name all Windows
  12. API functions that an application calls and all the virtual device driver calls
  13. that a VxD makes. Labels the exported functions in a program and the control
  14. procedures and services in a VxD. Identifies by name and labels the WinMain and
  15. LibMain functions. Uses CodeView symbols, such as those shipped with the
  16. debugging version of Windows.
  17.  
  18. Hardware and Software Requirements
  19.  
  20. In order to run WCB you will need at least a 386 based machine with DOS 3.0 or
  21. above installed on the system, an XMS memory manager such as HIMEM.SYS (the XMS
  22. version it provides must be 2.0 or higher.) And it is not bad if you have a
  23. plenty of free hard disk space (from giant applications such as WinWord WCB may
  24. create a 20-30 MB list file!).
  25.