|
-
January 12th, 2009, 03:36 PM
#4
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
- re-fix import table
this is how far any pro game security goes.
cannot give you specific details on how todo that, good luck
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
|