apriorit / Simple-Antirootkit-SST-Unhooker

This is a demo project to illustrate the way to verify and restore original SST in case of some malware hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple antirootkit

About

There are a number of ways for malware to intrude into the system. This project represents a simple software solution that helps to remediate one aspect of possible rootkit intrusions – System Service Table violations performed to hide files, services, or processes. This antirootkit restores original SST.

Implementation

The implementation of rootkit detection is based on the idea of comparing the current version of SST with the one stored in ntoskernel.exe. The techniques of work with the memory-mapped files in kernel mode are used.

You can find more explanations on how to develop an anti-rootkit, details and step-by-step programming tutorial in the related article.

License

Licensed under the MIT license. © Apriorit.

About

This is a demo project to illustrate the way to verify and restore original SST in case of some malware hooks

License:MIT License


Languages

Language:C++ 66.9%Language:C 32.2%Language:Batchfile 0.8%Language:Makefile 0.1%