{"id":13994244,"url":"https://github.com/horsicq/xntsv","last_synced_at":"2025-07-23T06:37:09.242Z","repository":{"id":37236011,"uuid":"146928675","full_name":"horsicq/xntsv","owner":"horsicq","description":"XNTSV program for detailed viewing of system structures  for Windows.","archived":false,"fork":false,"pushed_at":"2025-07-18T22:34:23.000Z","size":6290,"stargazers_count":463,"open_issues_count":3,"forks_count":69,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-19T03:10:00.105Z","etag":null,"topics":["debugger","info","nt","peb","structures","system","teb"],"latest_commit_sha":null,"homepage":"","language":"QMake","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/horsicq.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","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}},"created_at":"2018-08-31T18:25:21.000Z","updated_at":"2025-07-18T22:34:27.000Z","dependencies_parsed_at":"2024-02-14T20:12:43.836Z","dependency_job_id":"97e83b8d-1d0b-4422-ba8e-e36a693435ec","html_url":"https://github.com/horsicq/xntsv","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/horsicq/xntsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2Fxntsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2Fxntsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2Fxntsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2Fxntsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horsicq","download_url":"https://codeload.github.com/horsicq/xntsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horsicq%2Fxntsv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266631688,"owners_count":23959422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["debugger","info","nt","peb","structures","system","teb"],"created_at":"2024-08-09T14:02:47.249Z","updated_at":"2025-07-23T06:37:09.147Z","avatar_url":"https://github.com/horsicq.png","language":"QMake","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NF3FBD3KHMXDN"],"categories":["QMake"],"sub_categories":[],"readme":"[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=NF3FBD3KHMXDN)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/horsicq/xntsv.svg)](https://github.com/horsicq/xntsv/releases)\n[![GitHub All Releases](https://img.shields.io/github/downloads/horsicq/xntsv/total.svg)](https://github.com/horsicq/xntsv/releases)\n[![gitlocalized ](https://gitlocalize.com/repo/4736/whole_project/badge.svg)](https://github.com/horsicq/XTranslation)\n\nXNTSV program for detailed viewing of system structures in Windows.\n\nDuring process creation in Windows, special system structures appear in the system such as:\n\n* [PEB](https://en.wikipedia.org/wiki/Process_Environment_Block)\n* TEB *\n* PEB_LDR_DATA\n* LDR_DATA_TABLE_ENTRY\n* RTL_USER_PROCESS_PARAMETERS\n* EPROCESS etc.\n\nThe list of different structures is large and specific for each version of the operating system.\n\n**You could easily add your own structs (Edit structs/ARCH/custom.json)**\n\nOfficially it is not fully documented and change in different Windows versions.\n\nThis program shows complete information about these structures. \nIt can be useful for researchers of Windows internals, as well as creators of software protection.\n\nThe program supports now:\n\n* Windows 7\n* Windows 7 SP1\n* Windows 8\n* Windows 8.1\n* Windows Server 2016\n* Windows Server 2019\n* Windows Server 2022\n* Windows 10 (all builds)\n* Windows 11 (build 22000)\n\n**The program does not support now Windows 2000,XP and Vista.** If you need structs for these OS use old versions of XNTSV.\n\n**The program supports now kernel mode.** But you need sign driver with valid driver cert or use test cert. https://docs.microsoft.com/en-us/windows-hardware/drivers/install/how-to-test-sign-a-driver-package\n\n* Download: https://github.com/horsicq/xntsv/releases\n* How to run: https://github.com/horsicq/xntsv/blob/master/docs/RUN.md\n* How to build: https://github.com/horsicq/xntsv/blob/master/docs/BUILD.md\n* Changelog: https://github.com/horsicq/xntsv/blob/master/changelog.txt\n\n![alt text](https://github.com/horsicq/xntsv/blob/master/mascots/xntsv.png \"Mascot\")\n\n![alt text](https://github.com/horsicq/xntsv/blob/master/docs/1.png \"1\")\n![alt text](https://github.com/horsicq/xntsv/blob/master/docs/2.png \"2\")\n![alt text](https://github.com/horsicq/xntsv/blob/master/docs/3.png \"3\")\n![alt text](https://github.com/horsicq/xntsv/blob/master/docs/4.png \"4\")\n![alt text](https://github.com/horsicq/xntsv/blob/master/docs/5.png \"5\")\n\n## Special Thanks\n\n- [PELock Software Protection \u0026 Reverse Engineering](https://www.pelock.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorsicq%2Fxntsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorsicq%2Fxntsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorsicq%2Fxntsv/lists"}