ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Basic Anti-Dll Injection


  • Please log in to reply
Basic Anti-Dll Injection

#51

abutsejr2
abutsejr2
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 13
Threads: 0
Joined: Mar 22, 2023
Credits: 0
One year registered
#51

 

Yo.
 
OG. Source from Scripter4Ever, however I've updated it to VB.Net standards and cleaned it up.
 
 
This, is what either of LoadLibrary entry points look like before execution of the code: 
 
This is what it looks like after:
 
The first statement of LoadLibrary was just replaced by a return statement, causing any dll injector using LoadLibrary to fail (because when LoadLibrary is being called, it just returns without loading the actual dll into the process).
 
Hope you guys enjoy, I wouldn't rely on this too much though as it'd be fairly easy to reverse, but none the less it gets the concept across.

 

ok


  • 0

#52

LENARDVOK112
LENARDVOK112
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 7
Threads: 0
Joined: Jan 27, 2024
Credits: 0
#52

 

Yo.
 
OG. Source from Scripter4Ever, however I've updated it to VB.Net standards and cleaned it up.
 
 
This, is what either of LoadLibrary entry points look like before execution of the code: 
 
This is what it looks like after:
 
The first statement of LoadLibrary was just replaced by a return statement, causing any dll injector using LoadLibrary to fail (because when LoadLibrary is being called, it just returns without loading the actual dll into the process).
 
Hope you guys enjoy, I wouldn't rely on this too much though as it'd be fairly easy to reverse, but none the less it gets the concept across.

 

omg finally thanks


  • 0


 Users browsing this thread: