From: anorland AT hem2 DOT passagen DOT se (Anders Norlander) Subject: [ANNOUNCE] New impdef utility 15 Oct 1998 14:18:19 -0700 Message-ID: <36258F5E.239170B1.cygnus.gnu-win32@hem2.passagen.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com, Mumit Khan , Colin Peters , noer AT cygnus DOT com Hi all! I've put together a utility called pexports (for print exports or maybe PE exports) that extracts exported symbols from a PE image. The utility works very much like the impdef utility from Colin Peters site, but it has a nice feature to figure out those darned @nn decorations provided you have the headers. It does so by parsing the headers and looking for function prototypes. The parser is very primitive and is far from a *real* C parser, but it seems to work well enough. It is quite untested so there maybe many bugs to correct... so be warned. Also, it does not check if the function is actually a stdcall function, but why would you try to figure out the @nn for a cdecl function? I don't know if it works for dlls built by the latest MSVC compilers, since I haven't found such a dll. The URL is: `http://hem2.passagen.se/anorland/download/pexports-0.1.zip' Anders Norlander - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".