|
-
November 22nd, 2008, 12:56 PM
#1
[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!
-
November 26th, 2008, 08:13 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|