|
[C++] Anti-DLL Injection
|
|
02-01-2010, 06:37 AM
Post: #1
|
|||
|
|||
|
[C++] Anti-DLL Injection
Not sure if this is good place to post it but hey if not feel free to delete post.
I've created a Anti-DLL injection in C++ and i'd like to see if anyone here can bypass it and what method they used. I can only think of 1 method but no way how to prevent it If you want to try here my Anti-DLL Injection is: http://www.mediafire.com/?knh015ziweu Thanks Programming Languages:
|
|||
|
02-01-2010, 07:09 AM
(This post was last modified: 02-01-2010 07:41 AM by Back_track.)
Post: #2
|
|||
|
|||
|
RE: [C++] Anti-DLL Injection
Mmm, this is a good place to post
. Keep up the good work. Since this is technically not malware you can post without source ( even though source is always welcome )
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
02-01-2010, 10:03 AM
Post: #3
|
|||
|
|||
RE: [C++] Anti-DLL Injection
(02-01-2010 07:09 AM)Back_track Wrote: Mmm, this is a good place to post Thanks. ![]() I just used hooked the main API's used for DLL injection (LoadLib etc) (which are useless for my process just security loop holes really) and i made sure real API never gets processed Programming Languages:
|
|||
|
02-01-2010, 03:52 PM
Post: #4
|
|||
|
|||
|
RE: [C++] Anti-DLL Injection
Very good Anti-DLL Injection. I didn't think about ways to bypass it, but if i think of any i will inform you !
"I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
02-02-2010, 08:50 AM
Post: #5
|
|||
|
|||
RE: [C++] Anti-DLL Injection
(02-01-2010 03:52 PM)drdebcol Wrote: Very good Anti-DLL Injection. I didn't think about ways to bypass it, but if i think of any i will inform you ! Ok Thanks for postive comments
Programming Languages:
|
|||
|
« Next Oldest | Next Newest »
|







. Keep up the good work. Since this is technically not malware you can post without source ( even though source is always welcome )

