home *** CD-ROM | disk | FTP | other *** search
/ ftp.winsite.com/win95/demo / ftp.winsite.com-win95-demo.tar / ftp.winsite.com / pub / pc / win95 / demo / disasm32.ZIP / README.TXT < prev   
Text File  |  1996-01-16  |  2KB  |  60 lines

  1. This package includes the files :
  2.  
  3. DISASM32.EXE (32 bit Windows executable for Windows95/NT and Win32s)
  4. README.TXT (this file)
  5. LISEZMOI.TXT (French version of README.TXT)
  6.  
  7. Visual Disasm32 (free limited demonstration version) is a
  8. symbolic visual disassembler for 32 bits Portables
  9. Executables (PE) used by Windows95/NT and Win32s.
  10.  
  11. This new version 0.46 add somes improvements and had many bugs fixed and has
  12. been tested on many more misc. executables and work on Windows95/NT 3.5,
  13. Win32s 1.2 or more.
  14.  
  15. No help file is (and perhap will be never) available, but this disassembler
  16. is very easy to use (for programmers), all commands are visibles and commented
  17. or available by a CLICK ON RIGHT MOUSE BUTTON (like with Windows95).
  18.  
  19. Symbolic disassembly use separates *.DBG or *.SYM symbolic files or symboles
  20. inside the executable itself in Codeview or COFF format (Codeview format >=
  21. Visual C++ 2.0 not supported). If no symboles ara availables, then use the
  22. imported functions names and (for DLLS) exported fonctions names.
  23.  
  24. Somme options have been added, but they almost never need to be changed,
  25. unless in very specials cases.
  26.  
  27. For start : open a executable, you will get a list of sections.
  28. Generaly, the code section (which can be disassembled) is named ".text".
  29. A 32 bit portable executable can have several code sections.
  30. Section named ".rsrc" contain resources.
  31. Sections named ".bss" and ".data" contain datas.
  32. Sections named ".idata" and ".edata" contain imports and exports informations.
  33.  
  34. Note for use symbolics *.DBG files :
  35. if the *.DBG file is in the directory
  36. "x:\support\debug\i386\symbols\exe"
  37. use the directory x:\support\debug\i386\symbols
  38. (the last sub directory exe/dll/drv/sys is generaly
  39.  associed to the *.DBG file itself).
  40.  
  41. This free limited demonstration version can be freely distribued
  42. included on CDRom.
  43.  
  44. Actual complete commercial version browse all resources
  45. and show anonyms exports in DLLs.
  46.  
  47. To obtain last complete version :
  48.  
  49. send me 450 French Francs + 50 for shipping
  50. (special price for introduction limited time)
  51. in French Visa Travellers cheques or EuroCheques...
  52.  
  53. versions for PowerPC, MIPS and Alpha will can be availables later.
  54.  
  55. Author :        Jean-Louis SEIGNE
  56.                 71, rue du Bourgneuf
  57.                 28000 CHARTRES
  58.                 France
  59.                 e-mail : jls@valcofim.fr
  60.