{"id":18824849,"url":"https://github.com/charles-l/binary-xray","last_synced_at":"2026-04-26T16:32:39.443Z","repository":{"id":75756521,"uuid":"604256010","full_name":"charles-l/binary-xray","owner":"charles-l","description":"a tool that shows which lines of code are executing in a binary in realtime","archived":false,"fork":false,"pushed_at":"2023-02-20T17:17:15.000Z","size":65,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T18:49:37.107Z","etag":null,"topics":["binary-instrumentation","debugging-tool","linux"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/charles-l.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-02-20T17:02:24.000Z","updated_at":"2025-05-02T01:09:32.000Z","dependencies_parsed_at":"2023-06-07T14:30:42.589Z","dependency_job_id":null,"html_url":"https://github.com/charles-l/binary-xray","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charles-l/binary-xray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charles-l%2Fbinary-xray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charles-l%2Fbinary-xray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charles-l%2Fbinary-xray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charles-l%2Fbinary-xray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charles-l","download_url":"https://codeload.github.com/charles-l/binary-xray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charles-l%2Fbinary-xray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["binary-instrumentation","debugging-tool","linux"],"created_at":"2024-11-08T00:57:43.224Z","updated_at":"2026-04-26T16:32:39.426Z","avatar_url":"https://github.com/charles-l.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# binary xray\n\nPeek inside a binary to see which lines are executing in realtime.\n\nWorks on Linux with binaries built in debug mode.\n\nhttps://user-images.githubusercontent.com/1291012/220166020-2725b953-20f5-48e9-a0b6-cec334201072.mp4\n\n### building\nInstall dependencies\n```\napt install binutils-dev\n```\n\nClone and build dynamorio. More instructions on [their website](https://dynamorio.org/page_building.html).\n```\ngit clone --recursive https://github.com/DynamoRIO/dynamorio.git\ncd dynamorio \u0026\u0026 mkdir build \u0026\u0026 cd build\ncmake ..\nmake -j\n```\n\nBuild `bx`.\n```\ngit clone https://github.com/charles-l/binary-xray\ncd binary-xray\nzig build -Ddynamorio-build=/path/to/dynamorio/build/\n```\n\n### usage\n\n```\n# instrument the binary\ndrrun -c zig-out/lib/libbx.so function_to_instrument -- path/to/executable\n\n# open the gui to observe which lines are executing\n./zig-out/bin/bxgui\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharles-l%2Fbinary-xray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharles-l%2Fbinary-xray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharles-l%2Fbinary-xray/lists"}