gtworek/psbits

Simple (relatively) things allowing you to dig a bit deeper than usual.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 19th, 2026
Created on June 29th, 2019
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 550
Total Stargazers: 3,520 (+0)
Total Subscribers: 129 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.7 days
Mean response time: 4.7 days
90th percentile: 4.7 days
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

PSBits is a collection of Windows security and systems research tools written in C that enable deeper inspection and manipulation of system internals beyond standard operating system interfaces.

The project addresses the need for low-level access to Windows system components for security research, debugging, and forensic analysis. Rather than providing a single monolithic tool, it organizes multiple focused utilities into separate folders, each addressing specific system inspection or manipulation tasks. The tools are designed to work at depths that typical user-mode applications cannot reach, leveraging direct system calls and kernel-level techniques to expose or interact with Windows internals.

Developers and security researchers working on Windows systems should consider this collection if they need to perform advanced system inspection, reverse engineering, or security analysis that standard Windows APIs do not expose. The project suits those comfortable reading C code and working with low-level system details, as each tool includes extensive inline documentation. The repository does not position itself against alternatives but rather presents itself as a collection of pragmatic solutions for specific deep-system problems.

The project maintains a modular structure where each tool is independently documented and can be compiled using the free version of Visual Studio. Development activity shows consistent addition of new tools and utilities addressing emerging research needs, with documentation provided both in individual readme files and through inline code comments. The maintainer provides supplementary educational content through external channels to support users in understanding and building the tools.