{"id":15101445,"url":"https://github.com/chimehq/gogsym","last_synced_at":"2025-10-18T16:01:35.654Z","repository":{"id":103712967,"uuid":"376168462","full_name":"ChimeHQ/gogsym","owner":"ChimeHQ","description":"Go library for reading GSYM files","archived":false,"fork":false,"pushed_at":"2023-08-25T17:20:58.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-16T17:17:32.772Z","etag":null,"topics":["dsym","go","llvm","symbolication"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChimeHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["mattmassicotte"]}},"created_at":"2021-06-12T00:11:47.000Z","updated_at":"2024-10-14T16:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"086a7866-fba8-4696-8332-5f7e6a89a84f","html_url":"https://github.com/ChimeHQ/gogsym","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2Fgogsym","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2Fgogsym/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2Fgogsym/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2Fgogsym/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeHQ","download_url":"https://codeload.github.com/ChimeHQ/gogsym/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230309876,"owners_count":18206426,"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","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":["dsym","go","llvm","symbolication"],"created_at":"2024-09-25T18:23:08.539Z","updated_at":"2025-10-18T16:01:35.587Z","avatar_url":"https://github.com/ChimeHQ.png","language":"Go","funding_links":["https://github.com/sponsors/mattmassicotte"],"categories":[],"sub_categories":[],"readme":"[![Github CI](https://github.com/ChimeHQ/gogsym/workflows/CI/badge.svg)](https://github.com/ChimeHQ/gogsym/actions)\n\n# gogsym\n\nGo library for reading GSYM files.\n\nGSYM is a binary file format useful for performing symbolication. It is much smaller and more efficient than using a dSYM.\n\nA format definition can be derived from the LLVM [headers](https://github.com/llvm/llvm-project/tree/main/llvm/include/llvm/DebugInfo/GSYM) and [sources](https://github.com/llvm/llvm-project/tree/main/llvm/lib/DebugInfo/GSYM).\n\n## usage\n\n```go\nf, _ := os.Open(\"my.gsym\")\ng, _ := NewGsymWithReader(f)\nlr, _ := g.LookupTextRelativeAddress(0x3291)\n```\n\n# llvm-gsymutil\n\n`llvm-gsymutil` can create and read gsym files. You can build it from the LLVM sources. It takes a long time to build.\n\n    cmake -DLLVM_ENABLE_PROJECTS=\"llvm-gsymutil\" llvm\n    make llvm-gsymutil\n    bin/llvm-gsymutil -h\n\n## Suggestions or Feedback\n\nWe'd love to hear from you! Get in touch via an issue or pull request.\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimehq%2Fgogsym","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimehq%2Fgogsym","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimehq%2Fgogsym/lists"}