{"id":27362550,"url":"https://github.com/allyourcodebase/binutils","last_synced_at":"2025-07-14T10:07:52.208Z","repository":{"id":287316418,"uuid":"964320599","full_name":"allyourcodebase/binutils","owner":"allyourcodebase","description":"binutils ported to the zig build system","archived":false,"fork":false,"pushed_at":"2025-05-20T23:57:19.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T18:58:16.314Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allyourcodebase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2025-04-11T03:07:56.000Z","updated_at":"2025-05-20T23:57:23.000Z","dependencies_parsed_at":"2025-04-11T04:40:12.875Z","dependency_job_id":null,"html_url":"https://github.com/allyourcodebase/binutils","commit_stats":null,"previous_names":["allyourcodebase/binutils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allyourcodebase/binutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fbinutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fbinutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fbinutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fbinutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/binutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fbinutils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265277568,"owners_count":23739413,"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":["zig","zig-package"],"created_at":"2025-04-13T03:21:27.548Z","updated_at":"2025-07-14T10:07:51.885Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"[![CI](https://github.com/allyourcodebase/binutils/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/binutils/actions)\n\n# binutils\n\nThis is [binutils](https://www.gnu.org/software/binutils/), packaged for [Zig](https://ziglang.org/).\n\nThe following subset of tools and libraries have been ported:\n\n- `bfd` - A library for manipulating binary files in a variety of different formats.\n- `libsframe` - A library for assembling and disassembling a variety of different assembler languages.\n- `opcodes` - A library for manipulating the SFRAME debug format.\n\n## Installation\n\nFirst, update your `build.zig.zon`:\n\n```\n# Initialize a `zig build` project if you haven't already\nzig init\nzig fetch --save git+https://github.com/allyourcodebase/binutils.git\n```\n\nYou can then import `binutils` in your `build.zig` with:\n\n```zig\nconst binutils_dependency = b.dependency(\"binutils\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_exe.root_module.linkLibrary(binutils_dependency.artifact(\"binutils\"));\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fbinutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Fbinutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fbinutils/lists"}