NAME
dumpbin - Pure Perl PE Exports Lister
SYNOPSIS
% dumpbin /exports some.dll
DESCRIPTION
This is a PE parser with just enough functionality to make FFI::ExtractSymbols::Windows work without installing Visual Studio for Microsoft's dumpbin
utility.
If Microsoft's dumpbin
is installed, this script will pass everything along to it otherwise, only the ability to list exported functions is supported.
See Also
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
AUTHOR
Sanko Robinson <sanko@cpan.org>