CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2016
    Posts
    1

    GetProcAddress weird behaviour

    I have a dll that exports multiple methods that are used to hook an application using EasyHook.
    The problem is that GetProcAddress says that some methods cannot be found even though if i'm using dumpbin or Dependency Walker they show up just fine.

    I cannot stress this enough, the dll exports multiple methods, and only the most recent ones cause this problem, the rest work just fine.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: GetProcAddress weird behaviour

    Perhaps you used incorrect function signature?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured