Have you ever...
...wondered why an application or module was failing to load? |
...wondered what minimum set of files are required to run a particular application or load a particular DLL? |
...wondered why a certain module was being loaded with a particular application? |
...wanted to know what functions are exposed by a particular module, and which ones are actually being called by other modules? |
...wanted to know the parameter and return types of exported C++ functions? |
...wanted to remove all dependencies for a given module? |
...wanted to know the complete path of all the modules being loaded for a particular application? |
...wanted to know all the base addresses of each module being loaded for a particular application? What about versions? Or maybe CPU types? |
...received one of the following errors... |
|