{"id":24041778,"url":"https://github.com/veha0001/binarypatch","last_synced_at":"2025-02-26T08:17:42.489Z","repository":{"id":271255860,"uuid":"912839202","full_name":"Veha0001/BinaryPatch","owner":"Veha0001","description":"My Binary Patcher built with Rust.","archived":false,"fork":false,"pushed_at":"2025-02-23T02:20:47.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T03:20:08.531Z","etag":null,"topics":["binary","config","modifier","patcher","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Veha0001.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":"2025-01-06T13:55:17.000Z","updated_at":"2025-02-23T02:20:51.000Z","dependencies_parsed_at":"2025-01-31T13:20:28.023Z","dependency_job_id":"abf3d289-a47e-40f1-b515-95ed7b62cd57","html_url":"https://github.com/Veha0001/BinaryPatch","commit_stats":null,"previous_names":["veha0001/binarypatch"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FBinaryPatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FBinaryPatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FBinaryPatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FBinaryPatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Veha0001","download_url":"https://codeload.github.com/Veha0001/BinaryPatch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814857,"owners_count":19861958,"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","config","modifier","patcher","rust"],"created_at":"2025-01-08T22:12:26.935Z","updated_at":"2025-02-26T08:17:42.455Z","avatar_url":"https://github.com/Veha0001.png","language":"Rust","readme":"# BinaryPatch\nMy Binary Patcher built with Rust.\n\n## Overview\nBinaryPatch is a tool designed to apply patches to binary files. It supports various methods for locating the patch offsets, including direct offsets, method names, and wildcard patterns.\n\n## Features\n- Apply patches to binary files using hex codes.\n- Locate patch offsets using method names from a dump file.\n- Support for wildcard pattern scanning.\n- Configurable logging styles for detailed output.\n- Handle multiple input and output files.\n- Option to require files for patching or continue if not found.\n\n## Usage\n- **Configuration File**: Create a `config.json` file with the following structure:\n    ```json\n    {\n        \"BinaryPatch\": {\n            \"log_style\": 1,\n            \"files\": [\n                {\n                    \"dump_cs\": \"path/to/dump.cs\",\n                    \"input\": \"path/to/input/file\",\n                    \"output\": \"path/to/output/file\",\n                    \"require\": false,\n                    \"patches\": [\n                        {\n                            \"method_name\": \"methodName\",\n                            \"hex_replace\": \"B8 85 47 DE 63 C3\"\n                        },\n                        {\n                            \"offset\": \"0x1234\",\n                            \"hex_replace\": \"B8 85 47 DE 63 C3\"\n                        },\n                        {\n                            \"wildcard\": \"?? ?? ??\",\n                            \"hex_insert\": \"hex values\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n    ```\n\n## Logging Styles\n- `log_style: 0`: Minimal logging.\n- `log_style: 1`: Detailed logging with colored output.\n\n## Building\nTo build the project, use the following command:\n```sh\ncargo build --release\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fbinarypatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveha0001%2Fbinarypatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fbinarypatch/lists"}