Skip to content
Shahm Najeeb edited this page Aug 7, 2025 · 7 revisions

Welcome to the PyCTools Wiki

PyCTools is a lightweight set of native DLLs and Python bindings for process inspection, memory analysis, and system metric collection on Windows.

This wiki serves as the official documentation hub. Whether you're a C developer building your own DLLs, a Python user leveraging the wrappers, or just curious how the system works under the hood — you're in the right place.

What You'll Find Here:

  • DLL Internals & Discovery How the processInspect and hRng DLLs are structured, built, and dynamically located.

  • Python Usage & Examples Step-by-step guides for using the wrapper classes, session handling, and metric querying.

  • C Code Explanations Detailed look into the native code powering the DLLs, from memory APIs to performance counters.

⚙ Whether you're downloading prebuilt binaries or compiling from source — this wiki will help you understand how it all fits together.


Clone this wiki locally