{"id":23828860,"url":"https://github.com/onitake/bgrep","last_synced_at":"2025-04-11T21:18:50.408Z","repository":{"id":146469438,"uuid":"169816839","full_name":"onitake/bgrep","owner":"onitake","description":"A binary string search tool.","archived":false,"fork":false,"pushed_at":"2019-02-09T00:30:50.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:18:47.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onitake.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":"2019-02-09T00:30:41.000Z","updated_at":"2019-02-09T00:30:51.000Z","dependencies_parsed_at":"2023-07-17T16:37:16.237Z","dependency_job_id":null,"html_url":"https://github.com/onitake/bgrep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onitake%2Fbgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onitake%2Fbgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onitake%2Fbgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onitake%2Fbgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onitake","download_url":"https://codeload.github.com/onitake/bgrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480439,"owners_count":21110939,"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":"2025-01-02T13:57:03.553Z","updated_at":"2025-04-11T21:18:50.391Z","avatar_url":"https://github.com/onitake.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bgrep\n\nbgrep - a binary string search tool.\n\nNo fancy features like regular expressions or case insensitivity,\njust a bland tool that can find a needle (aka string) in a haystack\n(aka binary file).\n\nPrints a list of offsets in decimal and hex form from the start of the file.\n\nBuilt around `mmap()` and `memcmp()` to speed up the search.\nRequires long pointers to map large files - or in other words:\nIt will crash if you try to scan a file \u003e 4GiB on a 32-bit system.\n\n## Compile\n\n```bash\nmake\n```\n\n## Use\n\n```bash\nbgrep filename.ext string-to-search\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonitake%2Fbgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonitake%2Fbgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonitake%2Fbgrep/lists"}