windows-dll-hijacking icon indicating copy to clipboard operation
windows-dll-hijacking copied to clipboard

Project for identifying executables and DLLs vulnerable to relative path DLL hijacking.

Results 3 windows-dll-hijacking issues
Sort by recently updated
recently updated
newest added

The latest version of procmon does not load the generated PMC filters correctly. Go to archive.org and download an older version of procmon. I am using procmon 3.53 and it...

Hey there Wietze, having some issue here with the python script used to compile the DLLs via docker. see image below... not sure as to why its doing this. any...

Many thanks for these resources! In the SIGMA rule `possible_windows_dll_hijacking.yml` this path should/could be filtered out: `C:\Windows\SysWOW64\` That is: ``` filter: EventID: 7 ImageLoaded: - "C:\\Windows\\WinSxS\\*" - "C:\\Windows\\System32\\*" - "C:\\Windows\\SysWOW64\\*"...