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

    Unhappy Prevent change DLL name

    Hello, it's posible prevent change the name of my DLL???

  2. #2

    Re: Prevent change DLL name

    Using GetModuleFileName at DllMain entry point.
    Best Api Monitor tool.
    Trace the target program automatically and monitor the parameters of all API and COM interfaces.

    Auto Debug for Windows 4.0
    Auto Debug for .Net
    http://www.autodebug.com/

  3. #3
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Prevent change DLL name

    Quote Originally Posted by XP.
    Hello, it's posible prevent change the name of my DLL???
    Not clear. Who is trying to change the name ?

  4. #4
    Join Date
    May 2006
    Posts
    38

    Re: Prevent change DLL name

    Name of my dll is AC.dll, I do not want that they can change the name to DLL

  5. #5
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Prevent change DLL name

    Nothing much you can do here. Why is the name important ?

  6. #6
    Join Date
    Sep 2002
    Location
    14° 39'19.65"N / 121° 1'44.34"E
    Posts
    9,815

    Re: Prevent change DLL name

    Quote Originally Posted by XP.
    Name of my dll is AC.dll, I do not want that they can change the name to DLL
    Yes - but who is "they"? And why should they want to do that?

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