From 1a394abc6ee9d193cb71d24d05c4aab5a6d6c2b9 Mon Sep 17 00:00:00 2001 From: Jacob Fliss Date: Fri, 24 Jun 2022 15:11:33 -0400 Subject: [PATCH] Update readme.md --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 55f4bd9..3f8f0ce 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,11 @@ ## DESCRIPTION -Create great PC game cheat trainers with ease! +Create great PC game cheat trainers in C# with this easy to use library! This library is available on NuGet, includes XML IntelliSense docs and this code repo provides new build releases every commit. For support please check the [wiki tab](https://github.com/erfg12/memory.dll/wiki) in this repo and the [CSharp-Game-Trainers repo](https://github.com/erfg12/CSharp-Game-Trainers) for coding samples. + +- For legacy Windows operating systems, check out [memory_legacy.dll](https://github.com/erfg12/memory_legacy.dll) + +- For MacOS operating systems, check out [memory.dylib](https://github.com/erfg12/memory.dylib) ## FEATURES -* Built with C# for .NET projects. * Check if process is running (ID or name) and open, all in 1 function. * 32bit and 64bit games supported. * AoB scanning with full & partial masking.