From a69436c706ec26e0be957049d6d4a641d0b6a201 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 18 Dec 2020 03:36:03 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f3af90..fc1ab22 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ return addresses on the stack which do not land inside of legit modules text sec You can also construct a view of executable memory given the page tables of a process. If there is executable pages outside of a loaded modules .text sections they can become apparent easily. Since the CPU is constantly executing the cheat it is unlikely that it will be paged to disk. -# Credit -[ChaosLeader](https://www.unknowncheats.me/forum/members/168188.html) - no_gui is a cleaned up version of this renderer - -[JustasMasiulis](https://github.com/JustasMasiulis/lazy_importer) - no_import.h is lazy importer \ No newline at end of file +### Credit +* [ChaosLeader](https://www.unknowncheats.me/forum/members/168188.html) - no_gui is a cleaned up version of this renderer +* [JustasMasiulis](https://github.com/JustasMasiulis/lazy_importer) - no_import.h is lazy importer \ No newline at end of file