{"id":19523326,"url":"https://github.com/niklasb/bingrep","last_synced_at":"2025-10-11T16:43:16.168Z","repository":{"id":141703443,"uuid":"141153297","full_name":"niklasb/bingrep","owner":"niklasb","description":"A small utility to grep for pointers \u0026 binary data in memory dumps / live process memory","archived":false,"fork":false,"pushed_at":"2018-07-16T14:54:38.000Z","size":3,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T10:48:03.743Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niklasb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-16T14:52:45.000Z","updated_at":"2024-05-01T18:05:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"65f0c53a-cb6b-44c7-b766-68b5f8848a91","html_url":"https://github.com/niklasb/bingrep","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/niklasb%2Fbingrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fbingrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fbingrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fbingrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklasb","download_url":"https://codeload.github.com/niklasb/bingrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250967563,"owners_count":21515617,"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":"2024-11-11T00:43:05.149Z","updated_at":"2025-10-11T16:43:11.136Z","avatar_url":"https://github.com/niklasb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bingrep\n\nA small utility to grep for pointers and binary data in memory dumps or live process memory.\n\n## Usage\n\n```\nExactly one of -f or -p has to be specified.\n\nUsage:\n 1) bingrep -f \u003cfilename\u003e       [pattern]\n 2) bingrep -p \u003cpid\u003e [-i \u003cnum\u003e] [pattern]\n\nPattern can be one of:\n -s \u003cfrom addr\u003e -e \u003cto addr\u003e [-w \u003cpointer size, 4 or 8 (default)\u003e]\n -b \u003chex\u003e\n -a \u003cascii\u003e\n\nFor type 2), -i specifies the number of dereferences before\ntrying to match the pattern\n```\n\n## Examples:\n\n```\n$ ./bingrep -p $(pgrep -f firefox|tail -n1) -s 0x6314a7bc7220 -e 0x6314a7bc7220 -i 1 2\u003e/dev/null\n00006314c0389360\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fbingrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasb%2Fbingrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fbingrep/lists"}