{"id":16819404,"url":"https://github.com/dend/bond-reader","last_synced_at":"2025-07-16T00:32:46.433Z","repository":{"id":194760405,"uuid":"691816504","full_name":"dend/bond-reader","owner":"dend","description":"A simple tool to simplify reading Bond data.","archived":false,"fork":false,"pushed_at":"2024-09-16T07:19:52.000Z","size":1376,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-14T10:53:14.071Z","etag":null,"topics":[],"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/dend.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}},"created_at":"2023-09-15T00:38:41.000Z","updated_at":"2024-09-16T07:19:55.000Z","dependencies_parsed_at":"2023-12-30T20:29:02.394Z","dependency_job_id":"816fa7fb-280a-4b3b-8f36-3d66fbcf51e0","html_url":"https://github.com/dend/bond-reader","commit_stats":null,"previous_names":["dend/bond-reader"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fbond-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fbond-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fbond-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Fbond-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dend","download_url":"https://codeload.github.com/dend/bond-reader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226088585,"owners_count":17571870,"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":[],"created_at":"2024-10-13T10:53:13.590Z","updated_at":"2025-07-16T00:32:46.417Z","avatar_url":"https://github.com/dend.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg alt=\"Bond Reader icon\" src=\"media/logo.png\" width=\"200\" height=\"200\" /\u003e\n\t\u003ch1\u003e📖 Bond Reader - Utility to parse Microsoft Bond files\u003c/h1\u003e\n\t\u003cp\u003e\n\t\t\u003cb\u003eEasily analyze Bond files without writing custom code.\u003c/b\u003e\n\t\u003c/p\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/div\u003e\n\nI've spent enough time looking at `application/x-bond-compact-binary` files [returned by Halo Infinite API](https://den.dev/blog/parsing-halo-api-bond/), that I thought I'd save myself and others the hassle of reading those manually for quick structural checks. This utility doesn't do much other than output the structure of Bond-encoded files - you still need to do the hard work of converting them to some kind of strongly-type representation, at least for now.\n\n## Getting Started\n\nDownload one of the [available releases](https://github.com/dend/bond-reader/releases) and extract the archive. Look for `br.exe` or `br` in the folder - that's what you need to read Bond files.\n\nThis tool can **only read files encoded in Bond format** without any additional \"wrappers\". That is, if the content is wrapped in something else, or is `zlib`-ed (as an example), you'll need to first clean that up before passing it to `br`.\n\n## Usage\n\n```\nUsage:\n  br [command] [options]\n\nOptions:\n  --version       Show version information\n  -?, -h, --help  Show help and usage information\n\nCommands:\n  parse  Parses a Bond file and outputs its structure.\n```\n\nAn example command could be something like:\n\n```bash\nbr.exe parse --version 2 --input \"C:\\example.bin\" --output test.txt\n```\n\nIf you don't specify the output file, you'll only see the structure output to the console.\n\n## Feedback\n\n[Open an issue](https://github.com/dend/bond-reader/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Fbond-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdend%2Fbond-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Fbond-reader/lists"}