{"id":44209486,"url":"https://github.com/philippanda/winprocessinspector","last_synced_at":"2026-02-15T00:02:34.033Z","repository":{"id":337211504,"uuid":"1152702029","full_name":"PhilipPanda/WinProcessInspector","owner":"PhilipPanda","description":"WinProcessInspector is a Windows process analysis tool for inspecting and interacting with live processes","archived":false,"fork":false,"pushed_at":"2026-02-12T20:07:59.000Z","size":2269,"stargazers_count":45,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T03:51:21.555Z","etag":null,"topics":["process-inspection","process-management","runtime-analysis","systems-programming","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilipPanda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T09:44:01.000Z","updated_at":"2026-02-12T20:06:39.000Z","dependencies_parsed_at":"2026-02-13T23:00:30.874Z","dependency_job_id":null,"html_url":"https://github.com/PhilipPanda/WinProcessInspector","commit_stats":null,"previous_names":["philippanda/runtimeinspector","philippanda/winprocessinspector"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/PhilipPanda/WinProcessInspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipPanda%2FWinProcessInspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipPanda%2FWinProcessInspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipPanda%2FWinProcessInspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipPanda%2FWinProcessInspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilipPanda","download_url":"https://codeload.github.com/PhilipPanda/WinProcessInspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipPanda%2FWinProcessInspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29422213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["process-inspection","process-management","runtime-analysis","systems-programming","windows"],"created_at":"2026-02-10T00:06:27.878Z","updated_at":"2026-02-13T23:01:05.522Z","avatar_url":"https://github.com/PhilipPanda.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"github/images/banner.png\" alt=\"WinProcessInspector Logo\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Platform-Windows-0A1A2F?style=for-the-badge\u0026labelColor=FFFFFF\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Architecture-x64-0A1A2F?style=for-the-badge\u0026labelColor=FFFFFF\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Language-C%2B%2B-0A1A2F?style=for-the-badge\u0026labelColor=FFFFFF\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Type-System_Inspection-0A1A2F?style=for-the-badge\u0026labelColor=FFFFFF\"\u003e\n\u003c/p\u003e\n\n---\n\n### WinProcessInspector is a Windows system inspection tool for inspecting, monitoring, and analyzing live processes, threads, memory, handles, and system resources.\n\n---\n\n## Features\n\n### Process \u0026 Threads\n- Full process enumeration (PID, PPID, session, integrity level)\n- Thread enumeration per process\n- Thread start addresses, states, priorities\n\n### Memory \u0026 Handles\n- Virtual memory region enumeration\n- Memory protection and usage details\n- Handle enumeration (files, registry, mutexes, events, sections)\n\n### Modules\n- Loaded DLL/module enumeration\n- Base address, size, file path\n- Detection of unsigned modules\n\n### Security\n- Access token inspection\n- Privileges and group SIDs\n- Integrity level visualization\n\n### System Monitoring\n- Per-process CPU, memory, I/O usage\n- Global system metrics\n- Real-time updates with minimal overhead\n\n---\n\n## Architecture\n\nWinProcessInspector is built with a clean, layered architecture:\n\n- **Core/Engine**: Windows API interaction, process/thread/module/memory/handle enumeration\n- **Security**: Token, privilege, integrity, and access-rights handling\n- **UI**: Native Win32 presentation layer (no system logic)\n- **Utilities**: Logging, error handling, helpers\n\n---\n\n## How to Build and Launch WinProcessInspector\n\n### 1. Build the Executable\n- Open `WinProcessInspector.sln` in **Visual Studio**.\n- Set the build configuration to **Release x64**.\n- Build the solution (`Build` → `Build Solution`).\n- Locate the compiled executable in the `\\x64\\Release\\` directory.\n\n### 2. Run WinProcessInspector\n- Double-click `WinProcessInspector.exe` to launch it.\n- The application will enumerate running processes automatically.\n\n### 3. Use the Tool\n- Select a process from the list to inspect its runtime state.\n- Access modules, threads, memory, handles, and security information through the native UI.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"github/images/showcase.png\" alt=\"WinProcessInspector Showcase\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippanda%2Fwinprocessinspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilippanda%2Fwinprocessinspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippanda%2Fwinprocessinspector/lists"}