How would I go about prevent DLL injection.
Posted
by wowus
on Stack Overflow
See other posts from Stack Overflow
or by wowus
Published on 2009-05-15T15:21:19Z
Indexed on
2010/04/07
9:43 UTC
Read the original article
Hit count: 350
So the other day, I saw this:
http://www.edgeofnowhere.cc/viewtopic.php?p=2483118
and it goes over three different methods of DLL injection. How would I prevent these from the process? Or at a bare minimum, how do I prevent the first one?
I was thinking maybe a Ring 0 driver might be the only way to stop all three, but I'd like to see what the community thinks.
© Stack Overflow or respective owner