https://github.com/plsyssec/btbflush-module
https://github.com/plsyssec/btbflush-module
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plsyssec/btbflush-module
- Owner: PLSysSec
- Created: 2020-05-20T17:30:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T00:37:59.000Z (about 6 years ago)
- Last Synced: 2025-11-29T01:30:17.070Z (7 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# btbflush-module
Kernel module to export BTB-flush to userspace. Creates a device `/dev/cool` and allows to send a BTBF command to flush the BTB via ibpb.
## Build
``` sh
make -C module
```
## Insert kernel module
```sh
sudo insmod module/cool.ko
```
## Testing
(Not implemented!)
```sh
make
make test
```
Shows timing difference with and without ibpb.