{"id":26254128,"url":"https://github.com/veha0001/hexsaly","last_synced_at":"2025-09-06T22:39:27.022Z","repository":{"id":271255860,"uuid":"912839202","full_name":"Veha0001/Hexsaly","owner":"Veha0001","description":"Hexsaly is an easy hex editor that supports replacement and insertion from a configuration file, including wildcard pattern scanning.","archived":false,"fork":false,"pushed_at":"2025-06-20T06:00:13.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T07:18:45.377Z","etag":null,"topics":["hex-editor","hexpatch","hexsaly","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,"zenodo":null}},"created_at":"2025-01-06T13:55:17.000Z","updated_at":"2025-06-20T06:00:17.000Z","dependencies_parsed_at":"2025-01-31T13:20:28.023Z","dependency_job_id":"abf3d289-a47e-40f1-b515-95ed7b62cd57","html_url":"https://github.com/Veha0001/Hexsaly","commit_stats":null,"previous_names":["veha0001/binarypatch","veha0001/hexsaly"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Veha0001/Hexsaly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FHexsaly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FHexsaly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FHexsaly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FHexsaly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Veha0001","download_url":"https://codeload.github.com/Veha0001/Hexsaly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FHexsaly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973979,"owners_count":25200579,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hex-editor","hexpatch","hexsaly","modifier","patcher","rust"],"created_at":"2025-03-13T18:19:22.676Z","updated_at":"2025-09-06T22:39:27.012Z","avatar_url":"https://github.com/Veha0001.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexsaly\n\nHexsaly 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[![Static Badge](https://img.shields.io/badge/build-Nightly-brightgreen?style=for-the-badge\u0026logo=rust\u0026logoColor=%23ff9e64\u0026labelColor=%23292e42\u0026color=%233b4261)](https://nightly.link/Veha0001/Hexsaly/workflows/ci/main?preview)\n\n## Features\n\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\n**Configuration File**: Create a `config.json` file with the following structure:\n\n```json\n{\n    \"Hexsaly\": {\n        \"menu\": false,\n        \"style\": true,\n        \"files\": [\n            {\n                \"title\": \"Example\",\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## Building \u0026 Install\n\nTo build the project, use the following command:\n\n```sh\ncargo build --release\n```\n\nTo install the project, use the following command:\n\n```sh\ncargo install --git https://github.com/Veha0001/Hexsaly\n```\n\n### Usages\n\nCreate a `config.json` file then open/run the `hexsaly`.\nFor get help of the command:\n\n```sh\nhexsaly -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fhexsaly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveha0001%2Fhexsaly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fhexsaly/lists"}