CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.03 seconds.

  1. Replies
    22
    Views
    23,599

    Re: DLL Injection Detection

    As far as I know, a global hook dll is injected into each and every windowed process that runs along with the hooking process... Okay, I'm gonna stop bothering you with my suggestions, have a good...
  2. Replies
    22
    Views
    23,599

    Re: DLL Injection Detection

    One point to remember: an injected dll is not necessarily a cheat tool. For example: contemporary dictionary applications inject global hook dlls into processes. Last year I made the one for one...
  3. Replies
    22
    Views
    23,599

    Re: DLL Injection Detection

    A dll is a module. So the task must look like enumerating a process modules. The task could be performed several ways, and to begin with something I would suggest to create a toolhelp32 snapshot and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured