{"id":19293528,"url":"https://github.com/reloaded-project/reloaded.injector","last_synced_at":"2025-04-05T10:08:59.656Z","repository":{"id":38917516,"uuid":"163795332","full_name":"Reloaded-Project/Reloaded.Injector","owner":"Reloaded-Project","description":"C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.","archived":false,"fork":false,"pushed_at":"2024-02-21T00:02:34.000Z","size":6543,"stargazers_count":162,"open_issues_count":8,"forks_count":33,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T09:09:30.693Z","etag":null,"topics":["csharp","dll-injector","inject-dlls","x64","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reloaded-Project.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":"2019-01-02T04:50:02.000Z","updated_at":"2025-02-24T20:59:17.000Z","dependencies_parsed_at":"2024-02-21T01:24:08.899Z","dependency_job_id":"fcd2cc53-76a0-468c-a013-8df40b9cbdf3","html_url":"https://github.com/Reloaded-Project/Reloaded.Injector","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":"0.34615384615384615","last_synced_commit":"ffc33e18bc4024e009bbd6b637dff31c042b7dd4"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2FReloaded.Injector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2FReloaded.Injector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2FReloaded.Injector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2FReloaded.Injector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reloaded-Project","download_url":"https://codeload.github.com/Reloaded-Project/Reloaded.Injector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318745,"owners_count":20919484,"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":["csharp","dll-injector","inject-dlls","x64","x86","x86-64"],"created_at":"2024-11-09T22:35:18.322Z","updated_at":"2025-04-05T10:08:59.635Z","avatar_url":"https://github.com/Reloaded-Project.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\n\n\u003cdiv align=\"center\"\u003e\n\t\u003ch1\u003eProject Reloaded: Injector \u003c/h1\u003e\n\t\u003cimg src=\"https://i.imgur.com/BjPn7rU.png\" width=\"150\" align=\"center\" /\u003e\n\t\u003cbr/\u003e \u003cbr/\u003e\n\t\u003cstrong\u003e\u003ci\u003eCrossing the WoW boundaries\u003c/i\u003e\u003c/strong\u003e\n\t\u003cbr/\u003e \u003cbr/\u003e\n\t\u003c!-- Coverage --\u003e\n\t\u003ca href=\"https://codecov.io/gh/Reloaded-Project/Reloaded.Injector\"\u003e\n\t\t\u003cimg src=\"https://codecov.io/gh/Reloaded-Project/Reloaded.Injector/branch/master/graph/badge.svg\" alt=\"Coverage\" /\u003e\n\t\u003c/a\u003e\n\t\u003c!-- NuGet --\u003e\n\t\u003ca href=\"https://www.nuget.org/packages/Reloaded.Injector\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/nuget/v/Reloaded.Injector.svg\" alt=\"NuGet\" /\u003e\n\t\u003c/a\u003e\n\t\u003c!-- Build Status --\u003e\n\t\u003ca href=\"https://ci.appveyor.com/project/sewer56lol/reloaded-injector\"\u003e\n\t\t\u003cimg src=\"https://ci.appveyor.com/api/projects/status/xtq8rtwqh4cw5jg2?svg=true\" alt=\"Build Status\" /\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\n# Introduction\nReloaded.Injector is a DLL Injector, what is there more to say?\n\nWell, there are many kinds of DLL Injectors and libraries out there in the wild, so I guess the question is rather *why did I write another one and use something already out there*?\n\n![XKCD: Standards](https://imgs.xkcd.com/comics/standards.png)\n \n\nWell, there indeed are many DLL injectors, but for C# one unfortunately did not exist that had the particular feature set I needed: Inject DLLs into *both x86 and x64 targets* from the same program.\n\nThat's the reason this project exists.\n\n## Notable Features\n- Find \u0026 Call exported methods in injected/loaded remote DLLs.\n- Execute LoadLibraryW, GetProcAddress in remote processes.\n- Does not load DLLs into current process. Safe for DLLs with code in DllMain.\n- Does not waste/leave memory in remote process after injection.\n- Uses circular buffer for parameter passing. No slow heap allocations in remote process for calling functions.\n-  **All of this is also supported for x86 processes from x64 processes.**.\n\n## Getting Started\n\nTo get started, install the package from NuGet and simply create a new instance of the `Injector` class from the `Reloaded.Injector` namespace:\n\n```csharp\ninjector = new Injector(process);\n``` \nYou're done; that's all you need to do.\n\nPS. When you're done, be a good person and dispose your waste 😉.\n\n```csharp\ninjector.Dispose();\n```\n\n## Contributions\nAs with the standard for all of the `Reloaded-Project`, repositories; contributions are very welcome and encouraged.\n\nFeel free to implement new features, make bug fixes or suggestions so long as they are accompanied by an issue with a clear description of the pull request 😉.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloaded-project%2Freloaded.injector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freloaded-project%2Freloaded.injector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloaded-project%2Freloaded.injector/lists"}