Skip to content

shalevshagan1/Explorer-hooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explorer Hooker

This software can hide files from File Explorer!

How does it work?

This DLL hooks The Windows Shell (explorer.exe) Native API functions responsible for retrieving files. When Injected with any simple DLL injector, it uses the IAT hooking technique on File Explorer and all of its DLLs to redirect every single call. The overridden function modifies the FILE_ID_BOTH_DIR_INFORMATION struct, which acts as a linked list in which every node represents a file, so we can remove any file we don't want to show.

About

Hide files from File Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages