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

    Arrow how can refer a system dll's instead of system32 to application path?

    i need just redirect system dlls reference into my own dll (this may duplicate of same system dll ,but name only changed)...In my application import dlls refer system32 dlls ,so i change that system32 dll name from import dlls into what i desired to change ,after name changes i put the same dll (copied from system32 & pasted into app dir)into my application dir....now here there is any difficulty ...if occur what are they?...

  2. #2
    Join Date
    Aug 2008
    Posts
    902

    Re: how can refer a system dll's instead of system32 to application path?

    It's hard to tell what it is you are trying to do. I think that IAT hooking may be what you are actually after.

Tags for this Thread

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