How to create a drop-in replacement for an existing dll?
Posted
by Bogatyr
on Stack Overflow
See other posts from Stack Overflow
or by Bogatyr
Published on 2010-04-09T07:30:54Z
Indexed on
2010/04/09
7:33 UTC
Read the original article
Hit count: 322
Beyond creating a dll with all the same functions with the same interface and calling conventions, does the replacement dll need to exactly duplicate the export map including ordinal numbers of the original as well? So that not only explicit loading via GetProcAddress works, but implicit linking as well?
© Stack Overflow or respective owner