From 56ed29ee87817e4b1085094394145a4399b8d749 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 8 Feb 2023 17:56:47 +0100 Subject: [PATCH] docs: add information about projects using NosSmooth --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a31357032316740f6d12d85640b33c290c96ff..4cd75e5da645071c7629fd4dadeeffec828d8561 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ You can find the samples in `Samples` folder in this repository, [NosSmooth.Remote](https://github.com/Rutherther/NosSmooth.Remote) repository.~~ ## Projects that use NosSmooth +- [Rutherther/NosSmooth.Local](https://github.com/Rutherther/NosSmooth.Local) A set of libraries used for injecting into a running NosTale instance, hooking some functions and reading memory +- [Rutherther/NosSmooth.Comms](https://github.com/Rutherther/NosSmooth.Comms) A set of libraries used for communicating with a NosTale project using named pipes or tcp. Uses NosSmooth.Local +- [Rutherther/NosTale-PacketLogger](https://github.com/Rutherther/NosTale-PacketLogger) A standalone packet logger that may open and filter packet files or connect to a running NosTale instance using named pipes +- [Rutherther/NosTale-Anonymizer](https://github.com/Rutherther/NosTale-Anonymizer) A CLI used for changing names and ids inside of logged packets to make the contents anonymous, untraceable, but keep them consistent + ## Features @@ -96,4 +101,4 @@ whereas on the remote client just packets have to be sent directly. - AttackCommand - This is a TakeControlCommand - Usually a long-running command that controls the client, walks, kills entities - - `NosSmooth.Combat.Extensions` uses `AttackCommand` \ No newline at end of file + - `NosSmooth.Combat.Extensions` uses `AttackCommand`