Proof-of-Concept-Collection/Windows/Rootkits/Self Titled Project 1
2022-01-13 11:21:27 -06:00
..
src Renames and additions 2022-01-13 11:21:27 -06:00
vs-project Renames and additions 2022-01-13 11:21:27 -06:00
.gitignore Renames and additions 2022-01-13 11:21:27 -06:00
Makefile Renames and additions 2022-01-13 11:21:27 -06:00
README.md Renames and additions 2022-01-13 11:21:27 -06:00

Windows rootkit

Rootkit for hiding processes and files,
desgined for windows platform

Requirements

  • g++
  • make

Setup

git clone --recursive git@github.com:karol-gruszczyk/win-rootkit.git
cd win-rootkit/
make

Rebuild

make clean
make