{"id":20975475,"url":"https://github.com/iswenzz/izinjector","last_synced_at":"2025-10-12T17:46:23.067Z","repository":{"id":115882852,"uuid":"221488083","full_name":"Iswenzz/IzInjector","owner":"Iswenzz","description":"This application is intended to allow users to inject a Dynamic-Link Library (DLL) file into another process in memory.","archived":false,"fork":false,"pushed_at":"2025-10-01T09:33:06.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-01T10:28:39.777Z","etag":null,"topics":["c","injector"],"latest_commit_sha":null,"homepage":"https://iswenzz.com","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/Iswenzz.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Iswenzz"}},"created_at":"2019-11-13T15:16:22.000Z","updated_at":"2025-10-01T09:33:10.000Z","dependencies_parsed_at":"2024-11-30T22:38:04.775Z","dependency_job_id":"cdd9915e-9070-4c59-82d9-bee28738d672","html_url":"https://github.com/Iswenzz/IzInjector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Iswenzz/IzInjector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iswenzz%2FIzInjector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iswenzz%2FIzInjector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iswenzz%2FIzInjector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iswenzz%2FIzInjector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iswenzz","download_url":"https://codeload.github.com/Iswenzz/IzInjector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iswenzz%2FIzInjector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012193,"owners_count":26085079,"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-10-12T02:00:06.719Z","response_time":53,"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":["c","injector"],"created_at":"2024-11-19T04:45:05.321Z","updated_at":"2025-10-12T17:46:23.056Z","avatar_url":"https://github.com/Iswenzz.png","language":"C","funding_links":["https://github.com/sponsors/Iswenzz"],"categories":[],"sub_categories":[],"readme":"# IzInjector\r\n\r\n[![Checks](https://img.shields.io/github/check-runs/Iswenzz/IzInjector/master?logo=github)](https://github.com/Iswenzz/IzInjector/actions)\r\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/IzInjector?label=codefactor\u0026logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/izinjector)\r\n[![License](https://img.shields.io/github/license/Iswenzz/IzInjector?color=blue\u0026logo=gitbook\u0026logoColor=white)](https://github.com/Iswenzz/IzInjector/blob/master/LICENSE)\r\n\r\nThis application is intended to allow users to inject a Dynamic-Link Library (DLL) file into another process in memory. Note that this is meant to be used for educational purposes only, and I do not condone its use for cheating of any kind.\r\n\r\n## Command Line Interface\r\n\r\n```\r\nUsage: IzInjector --mode INJECT --name notepad.exe [DLLs Paths]\r\n\r\n        --help                    Display the program help message\r\n        --version                 Display the program version\r\n        -m, --mode=               DLL Injection mode [INJECT or EJECT]\r\n        -n, --name=               The target process name [notepad.exe]\r\n        -p, --pid=                The target process ID\r\n        \u003cfiles\u003e                   DLL Files\r\n```\r\n\r\n## Building\r\n\r\nThis project builds with [CMake](https://cmake.org/) and [vcpkg](https://vcpkg.io/).\r\n\r\n### x64\r\n\r\n```sh\r\nmkdir build64 \u0026\u0026 cd build64\r\ncmake .. --preset x64-windows\r\ncmake --build .\r\n```\r\n\r\n### x86\r\n\r\n```sh\r\nmkdir build32 \u0026\u0026 cd build32\r\ncmake .. --preset x86-windows\r\ncmake --build .\r\n```\r\n\r\n### [Download](https://github.com/Iswenzz/IzInjector/releases)\r\n\r\n## Package\r\n\r\nThis package is available for use via [vcpkg-registry](https://github.com/Iswenzz/vcpkg-registry).\r\n\r\n## Contributors:\r\n\r\n**_Note:_** If you would like to contribute to this repository, feel free to send a pull request, and I will review your code.\r\nAlso feel free to post about any problems that may arise in the issues section of the repository.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiswenzz%2Fizinjector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiswenzz%2Fizinjector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiswenzz%2Fizinjector/lists"}