Anonymous
November 28th, 2002, 13:45
Is it possible to view the exports of a DLL that an EXE has loaded, so I can set a breakpoint on some of the exports? I can't use the "Search for all intermodular references" as the library is used by LoadLibrary/GetProcAddress.