CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Location
    San Francisco, USA
    Posts
    24

    [RESOLVED] question about dll injection

    hello:
    i just do a dll injection test, my code works fine when the dll is injected into the explorer.exe,
    or other application processes.
    but i try to inject it into the system processes,like lsass.exe,winlogon.exe,smss.exe...............
    it failed. i use the code from a book called "Windows via c/c++" ---by Richter

    do you have any ideas why it doesn't work in the system processes?

    have a nice day!

  2. #2
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: question about dll injection

    The system processes are running under the "SYSTEM" user account.

    You do not have permission to tamper with these...
    Nobody cares how it works as long as it works

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