{"id":17383394,"url":"https://github.com/joaoviictorti/processinjection-rs","last_synced_at":"2025-04-15T09:40:36.500Z","repository":{"id":193599326,"uuid":"689140847","full_name":"joaoviictorti/processinjection-rs","owner":"joaoviictorti","description":"Process Injection - Shellcode (Rust)","archived":false,"fork":false,"pushed_at":"2023-11-22T19:50:46.000Z","size":4,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T18:51:58.934Z","etag":null,"topics":["process-injection","rust","shellcode"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/joaoviictorti.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-08T22:58:33.000Z","updated_at":"2025-02-26T01:25:39.000Z","dependencies_parsed_at":"2023-10-11T20:34:38.352Z","dependency_job_id":"639ad201-a8d5-4608-97e3-17a1c366f5e0","html_url":"https://github.com/joaoviictorti/processinjection-rs","commit_stats":null,"previous_names":["joaoviictorti/processinject","joaoviictorti/projectinject","joaoviictorti/processtinject","joaoviictorti/processinjection","joaoviictorti/processinjection-shellcode","joaoviictorti/pinjection-remote","joaoviictorti/processinjection-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoviictorti%2Fprocessinjection-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoviictorti%2Fprocessinjection-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoviictorti%2Fprocessinjection-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoviictorti%2Fprocessinjection-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaoviictorti","download_url":"https://codeload.github.com/joaoviictorti/processinjection-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249045377,"owners_count":21203865,"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":["process-injection","rust","shellcode"],"created_at":"2024-10-16T07:41:30.081Z","updated_at":"2025-04-15T09:40:36.460Z","avatar_url":"https://github.com/joaoviictorti.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Process Injection with Rust 🦀\n\n\u003cp align=\"left\"\u003e\n\t\u003ca href=\"https://www.rust-lang.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/made%20with-Rust-red\"\u003e\u003c/a\u003e\n\t\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-windows-blueviolet\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n- [Overview](#overview)\n- [Compile](#compile)\n- [Usage](#usage)\n\n# Overview\nThis repository is a proof of concept for performing Process Injection attacks using the Rust language\n\n# Compile\n\nFirst perform the compilation with the command:\n\n```sh\ncargo build --release\n```\nIf you are using a different operating system, you can use rustup and add the windows architecture:\n```sh\nrustup target add x86_64-pc-windows-gnu\n```\nThen compile specifying the architecture:\n```sh\ncargo build --release --target x86_64-pc-windows-gnu\n```\n\n# Usage \n\nYou can run with cargo run or the compiled binary directly:\n```sh\ncargo run\n```\n```sh\ntarget/release/processinjection.exe\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoviictorti%2Fprocessinjection-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaoviictorti%2Fprocessinjection-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoviictorti%2Fprocessinjection-rs/lists"}