Skip to content
/ IoMon Public

Monitoring NtCreateFile Calls On DLLs To Find Possible Dll Hijacking Vulnerabilities.

License

Notifications You must be signed in to change notification settings

etwhook/IoMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IoMon

Monitoring NtCreateFile Calls On DLLs To Find Possible Dll Hijacking Vulnerabilities.

Technical Explanation

Alot of applications nowadays will check if a specific file in a specific directory exists, Whether that be a configuration file or an executable file or a DLL file, These checks are done by using CreateFileA / CreateFileW which all come down to the NTAPI function of NtCreateFile, IoMon will hook NtCreateFile and check for file names ending with .dll, Then will show you the file's IoStatusBlock->Information which indicates if the file exists or does not exist, Consult the MSDN documentation for more information about NtCreateFile.

Resources

About

Monitoring NtCreateFile Calls On DLLs To Find Possible Dll Hijacking Vulnerabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published