{"id":16557015,"url":"https://github.com/yimura/injector","last_synced_at":"2025-10-28T20:30:53.307Z","repository":{"id":43702500,"uuid":"393965818","full_name":"Yimura/Injector","owner":"Yimura","description":"Light weight injector that downloads a DLL from a target server. Built in auto updater and manual mode for just injecting.","archived":false,"fork":false,"pushed_at":"2022-02-25T01:51:26.000Z","size":65,"stargazers_count":35,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T19:57:50.804Z","etag":null,"topics":["auto-update","cpp","injector"],"latest_commit_sha":null,"homepage":"","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/Yimura.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}},"created_at":"2021-08-08T13:18:25.000Z","updated_at":"2024-12-16T02:56:02.000Z","dependencies_parsed_at":"2022-08-22T23:21:04.937Z","dependency_job_id":null,"html_url":"https://github.com/Yimura/Injector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FInjector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FInjector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FInjector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FInjector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yimura","download_url":"https://codeload.github.com/Yimura/Injector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238710684,"owners_count":19517748,"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":["auto-update","cpp","injector"],"created_at":"2024-10-11T20:06:19.409Z","updated_at":"2025-10-28T20:30:48.029Z","avatar_url":"https://github.com/Yimura.png","language":"C++","readme":"# Injector\n\nAn injector that fetches version.json from a webserver, downloads a dll and injects it into the game.\n\n## Setup\n\nTo setup the build environment, run the following commands in your preferred terminal.\n\n```bash\ngit clone https://github.com/Yimura/Injector.git --recurse\ncd Injector\npremake5 vs2019\n```\n\nGet premake5 from [here](https://premake.github.io/download/).\n\nThen afterwards open Injector.sln and start coding.\n\n## How to use\n\nThis injector has 2 ways of functioning:\n- Remote mode (webserver required)\n- Local mode (inject without webserver)\n\n### Setup Remote Server\n\nIf you only wish to use the  local features just ignore this step and  skip to Injector settings.\n\nRequirements:\n - Webserver\n\nIn the root of your webserver create a file called `version.json`, this file will tell our Injector what to do and if it should download a dll.\n\n```js\n{\n\t\"file\": \"menu.dll\", // path to the dll file on the webserver starting from the root / is prefixed in the binary\n\t\"version\": \"0.1.3\", // human readable version number\n\t\"version_machine\": 13 // version number that the injector will compare against\n}\n```\n\n### Injector Settings\n\nIf you run the injector for the first time and no `settings.json` is present in the folder from which you executed the Injector it will create an example file.\n\n```js\n{\n    \"application_mode\": 0,\n    \"injection_direction\": 0,\n    \"local\": {\n        \"file\": \"./some_dll.dll\"\n    },\n    \"target_application\": \"wordpad.exe\",\n    \"web_server\": {\n        \"dll_provider\": \"http://example.com\",\n        \"file\": \"latest.dll\",\n        \"version\": -1\n    }\n}\n```\n\n|Name|Description|Value|\n|--|--|--|\n|`application_mode` | If the injector runs locally or with a remote server. | `WEB_SERVER=0` \u0026 `LOCAL=1` |\n|`target_application`| The process name of the application to inject into.| `string`|\n|`local.file`|The local path to a DLL.|`string`|\n|`web_server.dll_provider`| Web Server origin. | `string` |\n|`web_server.file`|The file name to save the DLL to locally.|`string`|\n|`web_server.version`|Machine version integer to compare with the remote version.|`int`|\n\n```\ninjection_direction is currently not implemented, but still exists for future API.\n```\n\nThat's it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Finjector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyimura%2Finjector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Finjector/lists"}