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

Search:

Type: Posts; User: Qasim Qadri

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    23,452

    Re: DLL Injection Detection

    can u give me source code Example.because i dnt have much experience.i can better understand from source code in c#..i wait for source code.
  2. Replies
    22
    Views
    23,452

    Re: DLL Injection Detection

    i dnt think its efficient method to checking again and again by using process module name and enumprocessModule....i want efficient ways wen dll is injected and event fire .so my process will not...
  3. Replies
    22
    Views
    23,452

    Re: DLL Injection Detection

    EnumProcessModules() it require to check again and again..my code checking again and again dll exist or not....i want efficient method like wen somebody inject then any event fire or watever i can...
  4. Replies
    22
    Views
    23,452

    Re: DLL Injection Detection

    because i know c# and i make dll injector my self in c# now i want to detect.i did alots searching but tired to find solution.may be i not have much experience.i ask queston c# forum.i not get answer...
  5. Replies
    22
    Views
    23,452

    Re: DLL Injection Detection

    Igor Vartanov

    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...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured