EXEINFO shows the embedded information of EXE and DLL files.
The call for systax is:
EXEINFO -h
The call for information is:
EXEINFO -xd [exe-name | dll-name] |more
A special function of EXEINFO is to find a routine which causes an trap
error. For this option one takes the last 4 digits of the CSLIM address
of the error message. Then call:
EXEINFO -f -lWXYZ
where WXYZ are the last 4 digits of the CSLIM address.
Make this call in the root of the drive where the application is
installed.
