DLL Export Viewer Changelog

What's new in DLL Export Viewer 1.66

Nov 15, 2016
  • Fixed to display the dll filename in the window title when dragging a file from Windows Explorer.

New in DLL Export Viewer 1.65 (Mar 10, 2016)

  • The dll filename is now displayed in the window title.

New in DLL Export Viewer 1.63 (Oct 7, 2013)

  • Added /cfg command-line option, which instructs DLL Export Viewer to use a config file in another location instead if the default config file, for example:
  • dllexp.exe /cfg "%AppData%\dllexp.cfg"

New in DLL Export Viewer 1.62 (May 27, 2013)

  • Fixed the flickering while browsing the exported functions list

New in DLL Export Viewer 1.61 (Nov 15, 2012)

  • Fixed issue: The properties and the other windows opened in the wrong monitor, on multi-monitors system.

New in DLL Export Viewer 1.60 (Feb 16, 2012)

  • Added 'Put Icon On Tray' option

New in DLL Export Viewer 1.55 (Oct 13, 2011)

  • Added 'Explorer Context Menu' option. If it's turned on - 'Open With DLL Export Viewer' menu item is added to the context menu of Windows Explorer when you right click on a dll file.

New in DLL Export Viewer 1.50 (Jun 23, 2011)

  • When API export entry is forwarded function that points to another function in another dll (like in wsock32.dll and some functions in kernel32.dll and kernelbase.dll), DLL Export Viewer now displays the forwarder string that specifies external function name, instead of the memory address.

New in DLL Export Viewer 1.45 (May 26, 2011)

  • Unnamed Functions are now displayed in Ordinalxxx format. (When 'Display Unnamed Functions' option is turned on)

New in DLL Export Viewer 1.42 (Oct 31, 2010)

  • Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
  • You can now send the exported functions list to stdout by specifying an empty filename ("") in the command-line of all save parameters.
  • For example: dllexp.exe /from_files "c:\windows\system32\shell32.dll" /stab "" >> c:\temp\funclist.txt

New in DLL Export Viewer 1.41 (Jun 27, 2010)

  • Fixed focus and tab order issues in the Options window.

New in DLL Export Viewer 1.40 (May 31, 2010)

  • Added more command-line options to control the dll scan settings.

New in DLL Export Viewer 1.36 (Sep 20, 2009)

  • Added /sort command-line option.

New in DLL Export Viewer 1.35 (Jun 5, 2009)

  • Added option to undecorate/unmangle C++ function names that mangled by Microsoft compilers. When this option is selected, all mangled functions will be displayed with parameters list and return value type. Works on computers with Windows XP or greater OS.

New in DLL Export Viewer 1.30 (Apr 22, 2009)

  • Added Drag & Drop support.
  • Added support for 'Open With' menu/dialog-box of Windows. If you choose Dll Export Viewer in the 'Open With' dialog-box, it'll now be opened with the right dll that you right-clicked.
  • Fixed the Esc key problem in the 'Select Dlls' dialog-box.

New in DLL Export Viewer 1.27 (Mar 25, 2009)

  • New option: Show found items during the scan process

New in DLL Export Viewer 1.26 (Jan 14, 2009)

  • Added option: Automatically remove Ascii/Unicode Postfix ('A' and 'W') On Google Search. It means that if the function name, for example, is CreateWindowExW, the google search will be 'CreateWindowEx'.

New in DLL Export Viewer 1.25 (Sep 29, 2008)

  • Added function name filter - Don't show functions that contains the specified strings.

New in DLL Export Viewer 1.22 (Jul 7, 2008)

  • The export options dialog-box is now resizable

New in DLL Export Viewer 1.21 (May 19, 2008)

  • Added AutoComplete support for filename text-boxes

New in DLL Export Viewer 1.16 (Apr 24, 2008)

  • Added support for saving as comma-delimited text file

New in DLL Export Viewer 1.12 (Dec 14, 2007)

  • The configuration is now saved to a file, instead of the Registry.

New in DLL Export Viewer 1.02 (Apr 14, 2006)

  • New Option: Search Function In Google