Calling a non-exported function in a DLL
Posted
by Nilbert
on Stack Overflow
See other posts from Stack Overflow
or by Nilbert
Published on 2010-05-27T03:09:13Z
Indexed on
2010/05/27
3:21 UTC
Read the original article
Hit count: 204
I have a program which loads DLLs and I need to call one of the non-exported functions it contains. Is there any way I can do this, via searching in a debugger or otherwise? Before anyone asks, yes I have the prototypes and stuff for the functions.
© Stack Overflow or respective owner