From 72b9efd35a80403d8395534f324c122c0ccac697 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 13 Nov 2023 01:27:46 +0100 Subject: [PATCH] fix: link to my git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b038f9a..0dcf793 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A remote control framework for processes. Inject lua code into running processes, or just mess around with the REPL. ## Usage -Cordy is a shared object which you need to inject into running processes (consider using my [pox framework](https://github.com/alemidev/pox) or [dll-syringe](https://github.com/OpenByteDev/dll-syringe)). +Cordy is a shared object which you need to inject into running processes (consider using my [pox framework](https://git.alemi.dev/pox/about) or [dll-syringe](https://github.com/OpenByteDev/dll-syringe)). Once a process is infected, a new thread will be spawned inside with a tokio event loop. A socket on localhost will be opened on port 13337 and you can just connect with netcat and access the REPL.