https://github.com/voyrox/kernel-sentinel
Kernel level Security program (WIP)
https://github.com/voyrox/kernel-sentinel
Last synced: 6 months ago
JSON representation
Kernel level Security program (WIP)
- Host: GitHub
- URL: https://github.com/voyrox/kernel-sentinel
- Owner: Voyrox
- License: mit
- Created: 2024-07-28T08:40:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T05:02:24.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T15:05:29.324Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kernel Sentinel
Kernel level Security program
## Build
```
make
```
## Testing
```
gcc -o run_ksentinel run_ksentinel.c
sudo ./run_ksentinel
sudo dmesg | grep "KSentinel"
make && sudo ./run_ksentinel && sudo dmesg | grep "KSentinel"
```
# Start/Stop as Driver
```
gcc -o run_ksentinel run_ksentinel.c
sudo insmod ksentinel.ko
sudo rmmod ksentinel
```
## Logs:
```
dmesg
sudo dmesg | grep "KSentinel"
```