PEXPORTS is a program to extract exported symbols from a PE image (executable). It can perform a simple check on the size of the arguments of the exported functions, provided there is a header with prototypes for the functions. This is useful when you want the decorated function names for ...