# monoxgas/sRDI

Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode

Repository: https://github.com/monoxgas/sRDI
Canonical: https://ross.abutalabs.com/products/srdi
Language: PowerShell
License: NOASSERTION
License Family: other
Last push: 2023-11-15T10:53:00+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3323, "days_push": 1022, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2547, forks 496 (observed 2026-08-28T04:07:00.315750+00:00)

## What it is
sRDI is a shellcode implementation of Reflective DLL Injection that converts DLL files into position-independent shellcode via a compiled PE loader. It ships with Python, PowerShell, C#, and native C loaders for converting and injecting DLLs into memory on Windows.

## Use cases
- convert a DLL to position-independent shellcode
- inject a DLL into a remote process memory
- load a DLL without writing to disk
- embed a DLL payload as shellcode in an exploit
- run shellcode via PowerShell Invoke-Shellcode
- test reflective DLL injection techniques

## When to choose
- you need to convert DLLs to PIC shellcode for red-team tooling
- you want a PE loader supporting TLS callbacks and proper section permissions
- you need loaders in Python, PowerShell, C#, or native C

## When to avoid
- you need benign application deployment or plugin loading
- you target non-Windows platforms
- you want a supported, licensed library for production software

## Facets
- artifact type: library
- maturity: stable
- function: security, developer-tools
- domain: security, penetration-testing
- platform: windows, python, cli
- tags: shellcode, reflective-dll-injection, red-team, offensive-security, pe-loader, position-independent-code

## Member repositories
- monoxgas/sRDI (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:00.315750+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:24:34.908398+00:00, confidence not recorded.
  - readme: https://github.com/monoxgas/sRDI (fetched 2026-08-28T04:07:00.315750+00:00, sha f0d851c7e580)
- Data as of 2026-08-30T08:39:29.467469+00:00.
