As long as GetProcAddress is in the core, you even can use it from Perl...
but - beware: perldoc win32
Win32::GetProcAddress(INSTANCE, PROCNAME) Returns the address of a function inside a loaded library. The information about what you can do with this address has been l +ost in the mist of time. Use the Win32::API module instead of this deprecated function.
anyway, you could do this in XS, then, but still - I would prefer parsing output of 'dumpbin' command...
update still no way to have function name by ordinal, BTW...
:(
In reply to Re^3: On Yaks and the Shaving Thereof - finding exported symbols of a C library
by vkon
in thread On Yaks and the Shaving Thereof - finding exported symbols of a C library
by Corion
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |