Site Monitoring
Web Site Utilities
 Home 
 Site Monitor 
 Utilities 
 Download 
 Search Site 
 Geology 
 Contact Us 
 Site Map 

InspectExe

Program Exports

If your program is a component to be called by another program or is a 'control' it will define the functions that it provides in the PE header of the component DLL, OCX or whatever. This is the mirror image of an 'import' function. The loader has to match the exports with the imports required when it loads a program.

Viewing Exports with InspectExe

InspectExe lets you list all the exported functions for a .DLL or .EXE file

Program exports

It will also show you the functions exported by a static library .lib file :

Static Library