Displays a list of all exported functions for the specified Dll files.
- Displays the name of the function
- Displays the ordinal of the function
- Displays the entry point (the relative address) of the function or its forward string
- Displays OriginalFilename / CompanyName / ProductVersion / FileVersion from a module
- Load common dll's / use drag and drop / filter by searchbar
- Search function in web (learn.microsoft.com)
- AHK Thread
- MapAndLoad & UnMapAndLoad
- ImageDirectoryEntryToData
- ImageRvaToVa
- PE Format Layout
- PE Format
- thanks Bentschi for LoadLibrary() (v1.1)
- thanks SKAN for DllListExports() (v1.1)
- thanks 'just me' for GetNamedDllExports() and his testings (v1.1)
- thanks Drugwash for his tips and his testings (v1.1)
- thanks Alguimist for his gui design idea (v1.1)
- Dependency Walker
- DLL Export Viewer by NirSoft
If you notice any kind of bugs or issues, report them on the AHK Thread. Same for any kind of questions.