{"id":17158638,"url":"https://github.com/ethteck/bdiff","last_synced_at":"2025-04-13T13:41:00.330Z","repository":{"id":186050759,"uuid":"674543615","full_name":"ethteck/bdiff","owner":"ethteck","description":"A binary diffing tool","archived":false,"fork":false,"pushed_at":"2024-03-20T17:03:45.000Z","size":7929,"stargazers_count":13,"open_issues_count":14,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-16T04:16:58.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ethteck.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}},"created_at":"2023-08-04T07:44:15.000Z","updated_at":"2024-03-11T23:49:42.000Z","dependencies_parsed_at":"2023-10-10T20:12:34.239Z","dependency_job_id":"c3e303af-ab4a-40d1-a561-818a0581e1c9","html_url":"https://github.com/ethteck/bdiff","commit_stats":null,"previous_names":["ethteck/bdiff"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethteck%2Fbdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethteck%2Fbdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethteck%2Fbdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethteck%2Fbdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethteck","download_url":"https://codeload.github.com/ethteck/bdiff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724187,"owners_count":21151557,"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-10-14T22:12:12.204Z","updated_at":"2025-04-13T13:41:00.311Z","avatar_url":"https://github.com/ethteck.png","language":"Rust","readme":"# bdiff\n\nA(nother) binary diff tool, targeted toward decompilation and modding projects.\n\n![bdiff icon](/app/assets/icon.png)\n\n![image of bdiff UI](screenshot.png)\n\n## Features\n\n- Automatic reload of opened files on change\n- Pairwise byte diff display (vbindiff style)\n- String, data viewer for various formats and encodings\n- Support for displaying symbol information from binaries by parsing .map files\n  via [mapfile_parser](https://github.com/Decompollaborate/mapfile_parser)\n\nbdiff is currently in the very early stages of development. See the [issues](https://github.com/ethteck/bdiff/issues)\nfor planned features.\n\n## Why?\n\nThere's a million other hex viewers out there. Most people in the game decompilation scene use vbindiff, a very\ndependable but somewhat feature-sparse tool. Over the years, I've started wishing for little things here and there that\nI wish it could do, and I've also been looking to learn Rust.\n\n## Configuration\n\nTo provide a more convenient experience, projects can specify a \"bdiff.json\" configuration file which defines a\nworkspace configuration for the program. An example config follows:\n\n```yaml\n{\n  \"files\": [\n    {\n      \"path\": \"C:\\\\somethin.z64\",\n      \"map\": \"C:\\\\somethin.map\",\n    },\n    {\n      \"path\": \"C:\\\\another.z64\",\n      \"map\": \"C:\\\\another.map\",\n    }\n  ]\n}\n```\n\nSo far, the configuration format simply consists of a list of files to open (`files`).\n\nFor each file, there are two fields:\n\n* `path`: The path to the file\n* `map` (optional): The path to a GNU ld or Clang lld .map file, to be parsed so symbol information is displayed in the\n  viewer\n","funding_links":[],"categories":["Reverse Engineering"],"sub_categories":["Tools and Disassemblers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethteck%2Fbdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethteck%2Fbdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethteck%2Fbdiff/lists"}