What´s New in version 1.60:
- Added 'Put Icon On Tray' option.
What´s New in version 1.55:
- 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.
What's New in version 1.50:
- 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.
What's New in version 1.45:
- Unnamed Functions are now displayed in Ordinalxxx format. (When
'Display Unnamed Functions' option is turned on)
What's New in version 1.42:
- 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
What's New in version 1.41:
- Fixed focus and tab order issues in the Options window.
What's New in version 1.40:
- Added more command-line options to control the dll scan settings.
What's New in version 1.36:
- Added /sort command-line option.
What's New in version 1.35:
- 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.
|