Skip to content

matteoepitech/linux-file-hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux File Hider

Linux kernel module that hooks getdents64 (via ftrace) to hide a specific file name from directory listings.

By default, it hides entries named HIDDEN_FILE.

Main Commands

1) Build the module

make

2) Load the module into the kernel

make load

3) Unload the module from the kernel

make unload

Optional

Clean build files:

make clean

This project is for educational purposes.

About

A Linux Kernel Module that hides files from userland by intercepting getdents64 and filtering directory entries at the kernel level. For educational purposes only.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors