{"id":25836026,"url":"https://github.com/bugsplat-git/pdblibrary","last_synced_at":"2026-05-15T07:34:14.529Z","repository":{"id":63682251,"uuid":"527220251","full_name":"BugSplat-Git/PdbLibrary","owner":"BugSplat-Git","description":"🪟🗺️🏷️ BugSplat .NET Tool for Extracting Symbol GUIDs","archived":false,"fork":false,"pushed_at":"2022-11-23T21:40:41.000Z","size":141,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T01:38:52.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BugSplat-Git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-21T13:50:36.000Z","updated_at":"2024-09-10T08:16:43.000Z","dependencies_parsed_at":"2023-01-22T06:45:38.558Z","dependency_job_id":null,"html_url":"https://github.com/BugSplat-Git/PdbLibrary","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BugSplat-Git/PdbLibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2FPdbLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2FPdbLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2FPdbLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2FPdbLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BugSplat-Git","download_url":"https://codeload.github.com/BugSplat-Git/PdbLibrary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugSplat-Git%2FPdbLibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33057932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-03-01T01:38:53.931Z","updated_at":"2026-05-15T07:34:14.511Z","avatar_url":"https://github.com/BugSplat-Git.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![BugSplat Banner Image](https://user-images.githubusercontent.com/20464226/149019306-3186103c-5315-4dad-a499-4fd1df408475.png)](https://bugsplat.com)\n\n# BugSplat\n### **Crash and error reporting built for busy developers.**\n\n[![Follow @bugsplatco on Twitter](https://img.shields.io/twitter/follow/bugsplatco?label=Follow%20BugSplat\u0026style=social)](https://twitter.com/bugsplatco)\n[![Join BugSplat on Discord](https://img.shields.io/discord/664965194799251487?label=Join%20Discord\u0026logo=Discord\u0026style=social)](https://discord.gg/bugsplat)\n\n## 👋 Introduction\n\nPdbLibrary is a utilty for getting GUIDs of Windows binaries and symbol files (`.exe`, `.dll`, `.pdb`) so they can be matched to minidump files and processed by WinDbg, CDB, and/or Visual Studio.\n\n## ⚙️ Installation\n\nPdbLibrary can be installed via NuGet.\n\n```sh\nInstall-Package PdbLibrary\n```\n\n## 🧑‍💻 Usage\n\nCreate a new instance of `PDBFile` passing a `FileInfo` that points to a `.pdb` file.\n\n```cs\nvar pdbFile = new PDBFile(new FileInfo(pdbFilePath));\n```\n\nCreate a new instance of `PEFile` passing a `FileInfo` that points to a `.exe`, or a `.dll` file.\n\n```cs\nvar pdbFile = new PDBFile(new FileInfo(peFilePath));\n```\n\nThe GUID value can be accessed on the instance of the `PDBFile` or `PEFile`.\n\n```cs\nvar guid = pdbFile.GUID;\n```\n\n## 🐛 About\n\n[BugSplat](https://bugsplat.com) is a software crash and error reporting service with support for [Windows C++](https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/cplusplus), [.NET Framework](https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/windows-dot-net-framework), [dotnet](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/dot-net-standard) and [many more](https://docs.bugsplat.com/introduction/getting-started/integrations). BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsplat-git%2Fpdblibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugsplat-git%2Fpdblibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsplat-git%2Fpdblibrary/lists"}