Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions KSystemHacker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# KSystemHacker (Deprecated / Legacy)

This directory contains a legacy kernel-mode driver project based on the original Process Hacker (KPH) driver.

## Status

- **Deprecated and not used by TaskExplorer releases**
- **Not packaged or installed** by the official installer
- Contains **known vulnerabilities** and should not be used in production
- Kept only for historical / development reference

## Current Driver

TaskExplorer now vendors the System Informer stack. The actively used kernel driver is located at:

ProcessHacker/KSystemInformer

If you are building TaskExplorer from source, use `KSystemInformer` instead of this project.