From e4786af87ec6afee7773159f6857106a138bd9d2 Mon Sep 17 00:00:00 2001 From: memN0ps <89628341+memN0ps@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:41:52 +1200 Subject: [PATCH] Moved small_rdi-rs files to small_rdi-rs directory --- .gitignore => small_rdi-rs/.gitignore | 0 LICENSE => small_rdi-rs/LICENSE | 0 README.md => small_rdi-rs/README.md | 0 {inject => small_rdi-rs/inject}/.gitignore | 0 {inject => small_rdi-rs/inject}/Cargo.toml | 0 {inject => small_rdi-rs/inject}/LICENSE | 0 {inject => small_rdi-rs/inject}/src/main.rs | 0 poc.png => small_rdi-rs/poc.png | Bin .../reflective_loader}/.gitignore | 0 .../reflective_loader}/Cargo.toml | 0 .../reflective_loader}/LICENSE | 0 .../reflective_loader}/src/lib.rs | 0 .../reflective_loader}/src/loader.rs | 0 size.png => small_rdi-rs/size.png | Bin size2.png => small_rdi-rs/size2.png | Bin 15 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => small_rdi-rs/.gitignore (100%) rename LICENSE => small_rdi-rs/LICENSE (100%) rename README.md => small_rdi-rs/README.md (100%) rename {inject => small_rdi-rs/inject}/.gitignore (100%) rename {inject => small_rdi-rs/inject}/Cargo.toml (100%) rename {inject => small_rdi-rs/inject}/LICENSE (100%) rename {inject => small_rdi-rs/inject}/src/main.rs (100%) rename poc.png => small_rdi-rs/poc.png (100%) rename {reflective_loader => small_rdi-rs/reflective_loader}/.gitignore (100%) rename {reflective_loader => small_rdi-rs/reflective_loader}/Cargo.toml (100%) rename {reflective_loader => small_rdi-rs/reflective_loader}/LICENSE (100%) rename {reflective_loader => small_rdi-rs/reflective_loader}/src/lib.rs (100%) rename {reflective_loader => small_rdi-rs/reflective_loader}/src/loader.rs (100%) rename size.png => small_rdi-rs/size.png (100%) rename size2.png => small_rdi-rs/size2.png (100%) diff --git a/.gitignore b/small_rdi-rs/.gitignore similarity index 100% rename from .gitignore rename to small_rdi-rs/.gitignore diff --git a/LICENSE b/small_rdi-rs/LICENSE similarity index 100% rename from LICENSE rename to small_rdi-rs/LICENSE diff --git a/README.md b/small_rdi-rs/README.md similarity index 100% rename from README.md rename to small_rdi-rs/README.md diff --git a/inject/.gitignore b/small_rdi-rs/inject/.gitignore similarity index 100% rename from inject/.gitignore rename to small_rdi-rs/inject/.gitignore diff --git a/inject/Cargo.toml b/small_rdi-rs/inject/Cargo.toml similarity index 100% rename from inject/Cargo.toml rename to small_rdi-rs/inject/Cargo.toml diff --git a/inject/LICENSE b/small_rdi-rs/inject/LICENSE similarity index 100% rename from inject/LICENSE rename to small_rdi-rs/inject/LICENSE diff --git a/inject/src/main.rs b/small_rdi-rs/inject/src/main.rs similarity index 100% rename from inject/src/main.rs rename to small_rdi-rs/inject/src/main.rs diff --git a/poc.png b/small_rdi-rs/poc.png similarity index 100% rename from poc.png rename to small_rdi-rs/poc.png diff --git a/reflective_loader/.gitignore b/small_rdi-rs/reflective_loader/.gitignore similarity index 100% rename from reflective_loader/.gitignore rename to small_rdi-rs/reflective_loader/.gitignore diff --git a/reflective_loader/Cargo.toml b/small_rdi-rs/reflective_loader/Cargo.toml similarity index 100% rename from reflective_loader/Cargo.toml rename to small_rdi-rs/reflective_loader/Cargo.toml diff --git a/reflective_loader/LICENSE b/small_rdi-rs/reflective_loader/LICENSE similarity index 100% rename from reflective_loader/LICENSE rename to small_rdi-rs/reflective_loader/LICENSE diff --git a/reflective_loader/src/lib.rs b/small_rdi-rs/reflective_loader/src/lib.rs similarity index 100% rename from reflective_loader/src/lib.rs rename to small_rdi-rs/reflective_loader/src/lib.rs diff --git a/reflective_loader/src/loader.rs b/small_rdi-rs/reflective_loader/src/loader.rs similarity index 100% rename from reflective_loader/src/loader.rs rename to small_rdi-rs/reflective_loader/src/loader.rs diff --git a/size.png b/small_rdi-rs/size.png similarity index 100% rename from size.png rename to small_rdi-rs/size.png diff --git a/size2.png b/small_rdi-rs/size2.png similarity index 100% rename from size2.png rename to small_rdi-rs/size2.png