{"id":22890064,"url":"https://github.com/adamhlt/dll-injector","last_synced_at":"2026-02-25T11:08:36.184Z","repository":{"id":40273381,"uuid":"375395760","full_name":"adamhlt/DLL-Injector","owner":"adamhlt","description":"DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector","archived":false,"fork":false,"pushed_at":"2023-08-01T20:22:12.000Z","size":8013,"stargazers_count":151,"open_issues_count":0,"forks_count":26,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-25T02:13:20.634Z","etag":null,"topics":["dll-injection","dll-injector","loadlibrary","pe","winapi","windows","windows-internals"],"latest_commit_sha":null,"homepage":"","language":"C++","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/adamhlt.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":"2021-06-09T15:03:12.000Z","updated_at":"2025-07-21T00:36:14.000Z","dependencies_parsed_at":"2025-05-07T14:56:28.777Z","dependency_job_id":null,"html_url":"https://github.com/adamhlt/DLL-Injector","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/adamhlt/DLL-Injector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FDLL-Injector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FDLL-Injector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FDLL-Injector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FDLL-Injector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamhlt","download_url":"https://codeload.github.com/adamhlt/DLL-Injector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FDLL-Injector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267771467,"owners_count":24142073,"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-07-29T02:00:12.549Z","response_time":2574,"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":["dll-injection","dll-injector","loadlibrary","pe","winapi","windows","windows-internals"],"created_at":"2024-12-13T21:58:13.169Z","updated_at":"2026-02-25T11:08:31.153Z","avatar_url":"https://github.com/adamhlt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\r\n                       ____  __    __       ____        _           __            \r\n                      / __ \\/ /   / /      /  _/___    (_)__  _____/ /_____  _____\r\n                     / / / / /   / /       / // __ \\  / / _ \\/ ___/ __/ __ \\/ ___/\r\n                    / /_/ / /___/ /___   _/ // / / / / /  __/ /__/ /_/ /_/ / /  \r\n                   /_____/_____/_____/  /___/_/ /_/_/ /\\___/\\___/\\__/\\____/_/  \r\n                                                /___/                        \r\n\r\n\r\n                            DLL Injector (LoadLibrary) in C++ (x86 / x64) \r\n                                      LoadLibrary DLL Injector\r\n```\r\n\u003cp align=\"center\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/language-C%2B%2B-%23f34b7d.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"C++\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/platform-Windows-0078d7.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"Windows\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/arch-x86-red.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"x86\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/arch-x64-green.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"x64\"\u003e\r\n\u003c/p\u003e\r\n\r\n## :open_book: Project Overview :\r\n\r\nThis is a DLL injector written in C++, it uses the most basic method to inject DLL (LoadLibrary).\r\n\r\nThe \"Release\" section contains the DLL injector (x86 / x64) and tiny test programs (x86 / x64).\r\n\r\n## 🚀 Getting Started :\r\n\r\n### Visual Studio :\r\n\r\n1. Open the solution file (.sln).\r\n2. Build the project in Realese (x86) or Release (x64).\r\n\r\nEvery configuration in x86 / x64 (Debug and Realese) are already configured.\r\n\r\n\u003e **Warning** \u003cbr\u003e\r\n\u003e It is necessary to build it in x86 or x64, it depends of the target process's architecture.\r\n\r\n### Other IDE using CMAKE :\r\n\r\nThis **CMakeLists.txt** should compile the project.\r\n\r\n```cmake\r\ncmake_minimum_required(VERSION 3.0)\r\nproject(Basic_DLL_Injector)\r\n\r\nset(CMAKE_CXX_STANDARD 17)\r\n\r\nadd_executable(inject DLL_Injector.cpp)\r\n```\r\n\r\nTested on CLion with MSVC compiler, you can get Visual Studio Build Tools [**here**](https://visualstudio.microsoft.com/fr/downloads/?q=build+tools).\r\n\r\n## 🧪 Usage :\r\n\r\n### How to use the program :\r\n\r\nUse it in the command line :\r\n\r\n    inject.exe \u003cdll\u003e \u003cprocess\u003e\r\n**You can get the DLL injector (x86 / x64) and the test files (x86 / x64) in the \"Release\" section.**\r\n\r\n### Demonstration :\r\n\r\n### TEST FILES (x86)\r\n\r\nhttps://user-images.githubusercontent.com/48086737/170119196-8610ee0b-984e-4a42-a931-007dccd3d8c0.mp4\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamhlt%2Fdll-injector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamhlt%2Fdll-injector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamhlt%2Fdll-injector/lists"}