An open API service indexing awesome lists of open source software.

https://github.com/caledoniaproject/patchguard

*NIX Kernel PatchGuard Implementation
https://github.com/caledoniaproject/patchguard

Last synced: 8 months ago
JSON representation

*NIX Kernel PatchGuard Implementation

Awesome Lists containing this project

README

          

What's Patchguard?
---
Patchguard protects critical system calls from being tampered, e.g sys_open, socket_seq_show.

Specifically, it's capable of restoring:
- SSDT Hooks
- Inline Hooks

Important notice
---
Patchguard must be loaded ahead of any rootkits. Currently there's no way to regain tampered bytes anywhere.

Supported and fully tested on:
---
- Linux 3.2 +
- FreeBSD 9 + (Ongoing)