https://github.com/fafalone/exportfinder
Search for a DLL exporting a given symbol
https://github.com/fafalone/exportfinder
Last synced: 4 months ago
JSON representation
Search for a DLL exporting a given symbol
- Host: GitHub
- URL: https://github.com/fafalone/exportfinder
- Owner: fafalone
- License: mit
- Created: 2025-04-23T16:48:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T17:09:46.000Z (about 1 year ago)
- Last Synced: 2025-09-13T03:18:48.642Z (10 months ago)
- Language: Visual Basic 6.0
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExportFinder
Search for a DLL exporting a given symbol

This is kind of a niche tool but I needed it for my projects so thought someone else might too.
Handles both 32bit and 64bit DLLs from either 32 or 64 bit exe. Of interest is that this parses PE files manually, and reads all the entries in the `IMAGE_EXPORT_DIRECTORY`. So if you were ever curious about that kind of thing, this is a nice simple intro.
Requires Windows Vista or newer.