Skip to content

Detecting DLL Injection Threads Via Hooking LdrInitializeThunk.

License

Notifications You must be signed in to change notification settings

etwhook/DlliDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DlliDetect

Detecting DLL Injection Threads Via Hooking LdrInitializeThunk.

Technical Overview

Since most DLL injectors will result to creating a thread with CreateRemoteThread which comes down to NtCreateThreadEx, We can hook LdrInitializeThunk to catch the thread before it executes and get its thread start address, This is possible because the windows kernel jumps to LdrInitializeThunk when a thread is created.

Resources

About

Detecting DLL Injection Threads Via Hooking LdrInitializeThunk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published