{"id":50741515,"url":"https://github.com/qemus/fiano","last_synced_at":"2026-06-10T17:30:25.585Z","repository":{"id":352950829,"uuid":"1066053972","full_name":"qemus/fiano","owner":"qemus","description":"Tool for modifying UEFI firmware","archived":false,"fork":false,"pushed_at":"2026-05-12T11:48:55.000Z","size":69,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-12T13:34:16.311Z","etag":null,"topics":["uefi","uefi-development","uefi-firmware","uefi-utilities","uefi-utils"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/qemus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T00:26:51.000Z","updated_at":"2026-05-12T11:48:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qemus/fiano","commit_stats":null,"previous_names":["qemus/fiano"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/qemus/fiano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qemus%2Ffiano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qemus%2Ffiano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qemus%2Ffiano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qemus%2Ffiano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qemus","download_url":"https://codeload.github.com/qemus/fiano/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qemus%2Ffiano/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34163253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["uefi","uefi-development","uefi-firmware","uefi-utilities","uefi-utils"],"created_at":"2026-06-10T17:30:24.740Z","updated_at":"2026-06-10T17:30:25.574Z","avatar_url":"https://github.com/qemus.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFiano\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/qemus/fiano\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/qemus/fiano/master/.github/logo.svg\" title=\"Logo\" style=\"max-width:100%;\" width=\"128\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \n[![Build]][build_url]\n[![Version]][release_url]\n[![Size]][release_url]\n\n\u003c/div\u003e\u003c/h1\u003e\n\nPrebuilt multi-platform binaries of [Fiano](https://github.com/linuxboot/fiano), a tool for modifying UEFI firmware.\n\n## UTK: Generic UEFI tool kit meant to handle rom images\n\nExample usage:\n\n```\n# For a comprehensive list of commands\nutk -h\n\n# Display the image in a compact table form:\nutk winterfell.rom table\n\n# Summarize everything in JSON:\nutk winterfell.rom json\n\n# List information about a single file in JSON (using regex):\nutk winterfell.rom find Shell\n\n# Dump an EFI file to an ffs\nutk winterfell.rom dump DxeCore dxecore.ffs\n\n# Insert an EFI file into an FV near another Dxe\nutk winterfell.rom insert_before Shell dxecore.ffs save inserted.rom\nutk winterfell.rom insert_after Shell dxecore.ffs save inserted.rom\n\n# Insert an EFI file into an FV at the front or the end\n# \"Shell\" is just a means of specifying the FV that contains Shell\nutk winterfell.rom insert_front Shell dxecore.ffs save inserted.rom\nutk winterfell.rom insert_end Shell dxecore.ffs save inserted.rom\n\n# Remove a file and pad the firmware volume to maintain offsets for the following files\nutk winterfell.rom remove_pad Shell save removed.rom\n\n# Remove two files by their GUID without padding and replace shell with Linux:\nutk winterfell.rom \\\n  remove 12345678-9abc-def0-1234-567890abcdef \\\n  remove 23830293-3029-3823-0922-328328330939 \\\n  replace_pe32 Shell linux.efi \\\n  save winterfell2.rom\n\n# Extract everything into a directory:\nutk winterfell.rom extract winterfell/\n\n# Re-assemble the directory into an image:\nutk winterfell/ save winterfell2.rom\n```\n\n## Stars 🌟\n[![Stars](https://starchart.cc/qemus/fiano.svg?variant=adaptive)](https://starchart.cc/qemus/fiano)\n\n[build_url]: https://github.com/qemus/fiano/\n[release_url]: https://github.com/qemus/fiano/releases\n\n[Build]: https://github.com/qemus/fiano/actions/workflows/build.yml/badge.svg\n[Size]: https://img.shields.io/badge/size-4.14_MB-steelblue?style=flat\u0026color=066da5\n[Version]: https://img.shields.io/github/v/tag/qemus/fiano?label=version\u0026sort=semver\u0026color=066da5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqemus%2Ffiano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqemus%2Ffiano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqemus%2Ffiano/lists"}