jNizM / DllExport

[AHK] Dll Export Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AHK Dll Export Viewer

AHK OS Releases

Displays a list of all exported functions for the specified Dll files.

Features

  • 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)

Examples

DllExport DllExport DllExport DllExport

Infos

Contributing

  • 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)

Inspired by

Questions / Bugs / Issues

If you notice any kind of bugs or issues, report them on the AHK Thread. Same for any kind of questions.

Copyright and License

MIT License

Donations

PayPal

About

[AHK] Dll Export Viewer

License:MIT License


Languages

Language:AutoHotkey 100.0%