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

Search:

Type: Posts; User: cj-wijtmans

Search: Search took 0.04 seconds.

  1. Replies
    22
    Views
    23,529

    Re: DLL Injection Detection

    better to check DLL's for CRC hash
  2. Replies
    22
    Views
    23,529

    Re: DLL Injection Detection

    if you really want to prevent DLL injection.

    - set your program security descriptor
    - prevent apps from getting your process handle.
    - scan for dll modules (without winapi) nt internals
    -...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured