{"id":17983382,"url":"https://github.com/hasherezade/dll_injector","last_synced_at":"2025-03-25T19:32:21.069Z","repository":{"id":39831937,"uuid":"402266287","full_name":"hasherezade/dll_injector","owner":"hasherezade","description":"A simple commandline injector using classic DLL injection","archived":false,"fork":false,"pushed_at":"2022-06-24T17:07:20.000Z","size":40,"stargazers_count":144,"open_issues_count":0,"forks_count":28,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-20T17:39:24.559Z","etag":null,"topics":["dll-injection","dll-injector","hooking","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/hasherezade.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-09-02T02:35:21.000Z","updated_at":"2025-03-19T06:36:55.000Z","dependencies_parsed_at":"2022-08-09T15:16:54.835Z","dependency_job_id":null,"html_url":"https://github.com/hasherezade/dll_injector","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"hasherezade/paramkit_tpl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fdll_injector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fdll_injector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fdll_injector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fdll_injector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasherezade","download_url":"https://codeload.github.com/hasherezade/dll_injector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245530423,"owners_count":20630559,"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":["dll-injection","dll-injector","hooking","injector"],"created_at":"2024-10-29T18:17:06.223Z","updated_at":"2025-03-25T19:32:20.804Z","avatar_url":"https://github.com/hasherezade.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DLL Injector\n\n[![Build status](https://ci.appveyor.com/api/projects/status/62n5oral9idn4jg5?svg=true)](https://ci.appveyor.com/project/hasherezade/dll-injector)\n\nA simple commandline DLL injector.\n\nSupported actions:\n+ Load DLL\n+ Unload DLL\n+ Check if the DLL is loaded\n\nAllows to inject into:\n+ Existing process\n+ Newly created process\n\nArguments:\n```\nRequired:\n/dll \u003cwstring\u003e\n\t : DLL path\n/target \u003cwstring\u003e\n\t : Exe to be run with the DLL injected, or target PID (where to inject)\n\nOptional:\n/action \u003c*action_id\u003e\n\t : Action to be executed\n*action_id:\n\t0 (C) - check if the DLL is loaded\n\t1 (L) - load the DLL [DEFAULT]\n\t2 (U) - unload the DLL\n/cmd \u003cwstring\u003e\n\t : Commandline arguments (for a newly created process)\n```\n\n**NOTE:** Use the injector and a DLL with the same bitness as your target (appropriately 32, or 64 bit).\n\nBuilds\n-\n📦 ⚙️ Download the latest [release](https://github.com/hasherezade/dll_injector/releases).\n\n\nClone\n-\nUse recursive clone to get the repo together with all the submodules:\n```console\ngit clone --recursive https://github.com/hasherezade/dll_injector.git\n```\n\nHooking DLLs\n-\nThis is a generic injector, not tied to any particular hooking engine.\n\nIf you need a quick template helpful in building your own injectable DLL, you can check [this one](https://github.com/hasherezade/detours_cmake_tpl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasherezade%2Fdll_injector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasherezade%2Fdll_injector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasherezade%2Fdll_injector/lists"}