home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xdaos211.zip / XDAREAD.ME < prev    next >
Text File  |  2001-12-28  |  4KB  |  55 lines

  1. ######################################################################
  2. [English]     v1.1
  3.  
  4. Disassembler for ix86 with line comment of DOS-INTR,Windows/OS2-API name.
  5. Source EXE/DLL/VxD type to be process is MZ,PE,NE,LE,LX,W3,W4.
  6. Any other format file may be processed without line comment.
  7. Win and OS/2 version is prepared,and each can process all type of file.
  8. Refer to the usage displayed by "XDA /?".
  9.                                                                       ||~0521I~
  10.                           By Fukuoka-ken (a1sakata@cocoa.ocn.ne.jp)   ||~0514I~
  11.                                                                       ||~0521I~
  12.   Contents of ZIP file.                                               ||~0521I~
  13.           XDAREAD.ME      This file.                                  ||~0521I~
  14.      v1.1 XDA.EXE         Dis-assembler                               ||~0521I~
  15.      v1.2 XLIBH.EXE       LIB file import info.                       ||~0521I~
  16.           XLIBH.C         Source file of XLIBH.EXE                    ||~0521I~
  17.           ImpMFCv4        Import DLL functionname file for MFC v4     ||~0521I~
  18.           ImpMFCv6        Import DLL functionname file for MFC v6     ||~0521I~
  19.  
  20. ##Download
  21.   WIN  version:(Nifty)FGALEL lib  7  programer's tool          XDAWIN.LZH||~0521R~
  22.   OS/2 version:(Nifty)FGALEL lib  7  programer's tool          XDAOS2.LZH||~0521R~
  23.   //www.vector.co.jp
  24.  
  25. ##Update History##
  26. 1999/09/25:v1.0
  27.  
  28. 2000/05/27:v1.1                                                       ||~0527R~
  29.   1.BUGS                                                              ||~0521I~
  30.     -Exit when MZ file has relocation table size=0.                   ||~0521I~
  31.     -No string serach logic works for PE file.                        ||~0521I~
  32.      (No string search yet works when /Nm option used.)               ||~0521I~
  33.     -/FD parameter is ignored.                                        ||~0521I~
  34.     -/FV parameter may be ignored if VxD name seq down.               ||~0521I~
  35.     -(OS/2)ABEND at term by STACK override.                           ||~0603I~
  36.     -(OS/2)temnam fail for W4 file.                                   ||+0603R~
  37.     -ABEND may occur for LX file.                                     ||~0527I~
  38.   2.Additional.                                                       ||~0521I~
  39.     -Enhansed string serach logic.                                    ||~0521R~
  40.      Try /Ns option when ABEND occured.
  41.     -For PE file by MS linker version 6.                              ||~0527R~
  42.      IAT or constant value may set on CODE segment.                   ||~0521M~
  43.     -Function name support by parm-file for MFC-DLL imported by       ||~0521R~
  44.      ordinal-no.                                                      ||~0521R~
  45.      Use /FM parameter.Default is ImpMFCv4 or ImpMFCv6 corresponding to||~0521I~
  46.      Linker major version <6 and >=6.Put appended files in the dir same||~0521I~
  47.      as EXE file.Or use env-var XDA= to specify search directory.     ||~0527R~
  48.      (For /FD and /FV,that is same as /FM if no pathinfo in parm.)    ||~0527I~
  49.      When MFC version up,remake those using XLIBH.EXE appended        ||~0527I~
  50.      also.To reduce EXE size,function name imported by name was removed.||~0521I~
  51.      API name on line comment is set as before,but no name on HELP output||~0521I~
  52.      by /?D.Use DUMPBIN utility on VC++ to get those name if you need.||~0521I~
  53.   2.Change.                                                           ||~0603I~
  54.     -Allow previlege level=1 instruction for VxD                      ||~0603I~
  55.