Click here to Skip to main content
15,900,390 members
Articles / Desktop Programming / Win32

Getting the address of a function in a DLL loaded in another process

Rate me:
Please Sign up or sign in to vote.
4.70/5 (8 votes)
27 Dec 2010CPOL 52.1K   15  
Ideal for finding LoadLibrary() in 32 bit programs from a 64 bit program but it works for any function in any DLL and supports forwarded functions and ordinals.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions