https://github.com/paulcoding810/hidefile
OS Linux kernel (>4.0) driver to hide file
https://github.com/paulcoding810/hidefile
Last synced: 3 months ago
JSON representation
OS Linux kernel (>4.0) driver to hide file
- Host: GitHub
- URL: https://github.com/paulcoding810/hidefile
- Owner: paulcoding810
- Created: 2021-06-06T04:17:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T16:08:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T12:22:08.842Z (5 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating Systems
## Project 2: Linux driver to hide file
### How to:
* Run:
`make all`
* Load driver:
`make in`
* Hide a file:
`sudo ./hidecli {path}`
* Unload driver:
`make out`
* Clean:
`make clean`
* Module Info:
`make info`