{"id":17336072,"url":"https://github.com/stackdoubleflow/qmerge","last_synced_at":"2025-04-14T18:34:09.908Z","repository":{"id":195275540,"uuid":"486811794","full_name":"StackDoubleFlow/qmerge","owner":"StackDoubleFlow","description":"C# Unity IL2CPP modding framework","archived":false,"fork":false,"pushed_at":"2022-12-31T01:03:37.000Z","size":686,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T07:03:37.463Z","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/StackDoubleFlow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"patreon":"stackdoubleflow"}},"created_at":"2022-04-29T02:26:23.000Z","updated_at":"2024-01-28T23:26:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e65b4a7-a8c6-4b16-a4fd-d59c560b6d72","html_url":"https://github.com/StackDoubleFlow/qmerge","commit_stats":null,"previous_names":["stackdoubleflow/qmerge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fqmerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fqmerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fqmerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fqmerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackDoubleFlow","download_url":"https://codeload.github.com/StackDoubleFlow/qmerge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248937228,"owners_count":21186189,"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-15T15:27:38.722Z","updated_at":"2025-04-14T18:34:09.887Z","avatar_url":"https://github.com/StackDoubleFlow.png","language":"Rust","funding_links":["https://patreon.com/stackdoubleflow"],"categories":[],"sub_categories":[],"readme":"# qmerge\n\nC# Unity IL2CPP modding framework\n\n## Features\n\nHere is what qmerge can currently accomplish:\n\n- No JIT or Mono Runtime\n- Low performance overhead\n\n## Goals\n\nThese will be moved over to the features list one day:\n\n- Method patching attributes (Prefix and Postfix)\n- Standard build system with build scripts making setup extremely easy for new users and very flexible for the advanced\n- Compatibility with mods using [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook)\n- Semantic versioning and API Stability \n\n## Platform support\n\nOperating System | Architecture | Support\n--- | --- | ---\nAndroid | ARMv8 (A64) | In Progress\nAndroid | ARMv7 | Unsupported\nWindows | x86 | Unsupported\nWindows | x86_64 | Unsupported\n\n## Version support\n\nUnity version | IL2CPP version | Support\n--- | --- | ---\n4.6.1+ | First release | Unsupported\n5.2.x | 15 | Unsupported\n5.3.0-5.3.1 | 16 | Unsupported\n5.3.2 | 19 | Unsupported\n5.3.3-5.3.4 | 20 | Unsupported\n5.3.5-5.4.6 | 21 | Unsupported\n5.5.0-5.5.6 | 22 | Unsupported\n5.6.0-5.6.7 | 23 | Unsupported\n2017.1.0-2018.2.21 | 24 | Unsupported\n2018.3.0-2018.4.x | 24.1 | Unsupported\n2019.1.0-2019.3.6 | 24.2 | Unsupported\n2019.3.7-2019.4.14 | 24.3 | Unsupported\n2019.4.15-2019.4.20 | 24.4 | Unsupported\n2019.4.21-2019.4.x | 24.5 | In Progress\n2020.1.0-2020.1.10 | 24.3 | Unsupported\n2020.1.11-2020.1.17 | 24.4 | Unsupported\n2020.2.0-2020.2.3 | 27 | Unsupported\n2020.2.4-2020.3.x | 27.1 | Unsupported\n2021.1.0-2021.1.x | 27.2 | Unsupported\n\n## Acknowledgements and Other\n\nThese are some of people and their repositories that have been a tremendous help in the development of qmerge:\n\n- [djkaty](https://github.com/djkaty) - [Il2CppInspector](https://github.com/djkaty/Il2CppInspector)\n- [zoller27osu](https://github.com/zoller27osu), [sc2ad](https://github.com/sc2ad) and [jakibaki](https://github.com/jakibaki) - [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook)\n- [sc2ad](https://github.com/sc2ad) and [nike4613](https://github.com/nike4613) - [QuestLoader](https://github.com/sc2ad/QuestLoader)\n- [StackDoubleFlow](https://github.com/StackDoubleFlow) and [raftario](https://github.com/raftario) - [quest-hook-rs](https://github.com/StackDoubleFlow/quest-hook-rs)\n- [raftario](https://github.com/raftario) - [paranoid-android](https://github.com/raftario/paranoid-android)\n- [StackDoubleFlow](https://github.com/StackDoubleFlow) - [brocolib](https://github.com/StackDoubleFlow/brocolib), [xref_gen](https://github.com/StackDoubleFlow/xref_gen), [Merge](https://github.com/StackDoubleFlow/Merge)\n- [SamboyCoding](https://github.com/SamboyCoding) - [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackdoubleflow%2Fqmerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackdoubleflow%2Fqmerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackdoubleflow%2Fqmerge/lists"}