{"id":13454451,"url":"https://github.com/SafeBreach-Labs/pinjectra","last_synced_at":"2025-03-24T05:33:49.657Z","repository":{"id":39423023,"uuid":"198332616","full_name":"SafeBreach-Labs/pinjectra","owner":"SafeBreach-Labs","description":"Pinjectra is a C/C++ OOP-like library that implements Process Injection techniques (with focus on Windows 10 64-bit)","archived":false,"fork":false,"pushed_at":"2022-03-10T23:12:51.000Z","size":54,"stargazers_count":805,"open_issues_count":2,"forks_count":157,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-21T11:07:06.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SafeBreach-Labs.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}},"created_at":"2019-07-23T02:02:43.000Z","updated_at":"2025-03-19T06:31:43.000Z","dependencies_parsed_at":"2022-07-10T01:46:42.465Z","dependency_job_id":null,"html_url":"https://github.com/SafeBreach-Labs/pinjectra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeBreach-Labs%2Fpinjectra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeBreach-Labs%2Fpinjectra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeBreach-Labs%2Fpinjectra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeBreach-Labs%2Fpinjectra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SafeBreach-Labs","download_url":"https://codeload.github.com/SafeBreach-Labs/pinjectra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217434,"owners_count":20579291,"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":[],"created_at":"2024-07-31T08:00:54.190Z","updated_at":"2025-03-24T05:33:49.289Z","avatar_url":"https://github.com/SafeBreach-Labs.png","language":"C++","funding_links":[],"categories":["Tools"],"sub_categories":["Open Source"],"readme":"# Pinjectra\nPinjectra is a C/C++ library that implements Process Injection techniques (with focus on Windows 10 64-bit) in a \"mix and match\" style. Here's an example:\n\n```\n// CreateRemoteThread Demo + DLL Load (i.e., LoadLibraryA as Entry Point)\nexecutor = new CodeViaCreateRemoteThread(\n    new OpenProcess_VirtualAllocEx_WriteProcessMemory(\n        (void *)\"MsgBoxOnProcessAttach.dll\",\n        25,\n        PROCESS_VM_WRITE | PROCESS_CREATE_THREAD | PROCESS_VM_OPERATION,\n        MEM_COMMIT | MEM_RESERVE,\n        PAGE_READWRITE),\n    LoadLibraryA\n);\n\nexecutor-\u003einject(pid, tid);\n```\n\nIt's also currently the only implementation of the \"Stack Bomber\" technique. A new process injection technique that is working on Windows 10 64-bit with both CFG and CIG enabled.\n\nPinjectra, and \"Stack Bomber\" technique released as part of the [Process Injection Techniques - Gotta Catch Them All](https://www.blackhat.com/us-19/briefings/schedule/#process-injection-techniques---gotta-catch-them-all-16010) talk given at BlackHat USA 2019 conference and DEF CON 27 by Itzik Kotler and Amit Klein from [SafeBreach Labs](http://www.safebreach.com).\n\n### Version\n0.1.0\n\nLicense\n----\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSafeBreach-Labs%2Fpinjectra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSafeBreach-Labs%2Fpinjectra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSafeBreach-Labs%2Fpinjectra/lists"}