{"id":13580417,"url":"https://github.com/sharkdp/binocle","last_synced_at":"2025-05-15T03:06:57.740Z","repository":{"id":45173954,"uuid":"405844375","full_name":"sharkdp/binocle","owner":"sharkdp","description":"a graphical tool to visualize binary data","archived":false,"fork":false,"pushed_at":"2025-01-21T21:16:05.000Z","size":2377,"stargazers_count":1215,"open_issues_count":23,"forks_count":37,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-15T03:06:49.400Z","etag":null,"topics":["binary-data","reverse-engineering","visualization"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharkdp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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},"funding":{"github":"sharkdp"}},"created_at":"2021-09-13T05:29:46.000Z","updated_at":"2025-05-14T14:18:54.000Z","dependencies_parsed_at":"2024-01-14T17:50:20.228Z","dependency_job_id":"e025d390-4cd9-4c89-a838-2b84ed374f23","html_url":"https://github.com/sharkdp/binocle","commit_stats":{"total_commits":121,"total_committers":9,"mean_commits":"13.444444444444445","dds":"0.19834710743801653","last_synced_commit":"4bb5630c4fca24975648801926c653dbb7abdbfc"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fbinocle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fbinocle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fbinocle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fbinocle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharkdp","download_url":"https://codeload.github.com/sharkdp/binocle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264766,"owners_count":22041793,"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":["binary-data","reverse-engineering","visualization"],"created_at":"2024-08-01T15:01:50.949Z","updated_at":"2025-05-15T03:06:52.718Z","avatar_url":"https://github.com/sharkdp.png","language":"Rust","funding_links":["https://github.com/sponsors/sharkdp"],"categories":["Rust","hacktoberfest"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" /\u003e\n  \u003cbr\u003e\n  \u003ca href=\"#examples\"\u003eExamples\u003c/a\u003e • \n  \u003ca href=\"https://shark.fish/binocle.mp4\"\u003eScreencast\u003c/a\u003e • \n  \u003ca href=\"#how-it-works\"\u003eHow it works\u003c/a\u003e • \n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\n\u003c/p\u003e\n\n*binocle* is a graphical tool to visualize binary data.\nIt colorizes bytes according to different rules and renders them as pixels in a rectangular grid.\nThis allows users to identify interesting parts in large files and to reveal image-like regions.\n\n## Examples\n\n| ELF binary | MS Teams memdump | Doom assets | `perf record` samples |\n|---|---|---|---|\n| \u003cimg src=\"assets/example-elf.png\" width=\"200\" /\u003e | \u003cimg src=\"assets/example-teams-memdump.png\" width=\"200\" /\u003e | \u003cimg src=\"assets/example-doom.png\" width=\"200\" /\u003e | \u003cimg src=\"assets/example-perf-record.png\" width=\"200\" /\u003e |\n\n## Preview\n\n[**Watch a short screencast here**](https://shark.fish/binocle.mp4)\n\n\u003ca href=\"https://raw.githubusercontent.com/sharkdp/binocle/master/assets/screenshot.png\"\u003e\u003cimg src=\"assets/screenshot.png\"\u003e\u003c/a\u003e\n\n## How it works\n\nThe program allows you to control various parameters like the *offset* into the file, the *stride*,\nthe *width* of the rectangular grid as well as the way in which (groups of) bytes are colorized.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"assets/binary-view.png\" /\u003e\u003c/p\u003e\n\n## Installation\n\n### On Ubuntu\n\nDownload the appropriate `.deb` package from the [Release page](https://github.com/sharkdp/binocle/releases)\nand install it via `dpkg`:\n```bash\nwget https://github.com/sharkdp/binocle/releases/download/v0.3.1/binocle_0.3.1_amd64.deb\nsudo dpkg -i binocle_0.3.1_amd64.deb\n```\n\n### On Arch Linux\n\nbinocle can be installed from the [extra repository](https://archlinux.org/packages/extra/x86_64/binocle/) using [pacman](https://wiki.archlinux.org/title/Pacman):\n\n```bash\npacman -S binocle\n```\n\n### From binaries (Linux, macOS, Windows)\n\nDownload the corresponding archive from the [Release page](https://github.com/sharkdp/binocle/releases).\n\n### With cargo (Linux, macOS, Windows)\n\nbinocle can be installed via [cargo](https://doc.rust-lang.org/cargo/):\n```bash\ncargo install binocle\n```\n\n## License\n\nbinocle is dual-licensed under the terms of the MIT License and the Apache License 2.0.\n\nSee the [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) files for details.\n\n## Related work\n\n  - [A Visual Study of Primitive Binary Fragment Types](http://www.rumint.org/gregconti/publications/taxonomy-bh.pdf)\n  - [binvis.io](http://binvis.io/)\n  - [cantor.dust](https://sites.google.com/site/xxcantorxdustxx/) ([talk](https://www.youtube.com/watch?v=4bM3Gut1hIk))\n  - [veles.io](https://veles.io) ([GitHub [archived]](https://github.com/codilime/veles))\n  - [hobbits](https://github.com/Mahlet-Inc/hobbits)\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkdp%2Fbinocle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharkdp%2Fbinocle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkdp%2Fbinocle/lists"}