NimRDI

December 12, 2020 ยท View on GitHub

A lazy way to implement RDI in Nim By Moriarty@RedCore

How to use

Compile rdi.nim with following command:

nim c -d:release --app:lib --nomain -o:"reflective_dll.x64.dll" rdi.nim

Test the compiled dll with following command:

inject.x64.exe Moriarty [target pid]

PS: make sure your nim version is >= 1.4

Credits

ReflectiveDLLInjection

ImprovedReflectiveDLLInjection

Contents

  1. 1Compile rdi.nim with following command:
  2. 2Test the compiled dll with following command:
  3. 3= 1.4">PS: make sure your nim version is >= 1.4
  4. 4ReflectiveDLLInjection
  5. 5ImprovedReflectiveDLLInjection