From 3bc86d251fae98b45f253f7b60baa332b94c00c8 Mon Sep 17 00:00:00 2001 From: Daniel Hunter Date: Sat, 29 Feb 2020 12:53:04 +0000 Subject: [PATCH] Update README.md --- HM3CoreKill/HM3CoreKill/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HM3CoreKill/HM3CoreKill/README.md b/HM3CoreKill/HM3CoreKill/README.md index f79516d..2e5a49c 100644 --- a/HM3CoreKill/HM3CoreKill/README.md +++ b/HM3CoreKill/HM3CoreKill/README.md @@ -1,11 +1,11 @@ HM3CoreKill ============ -This is the core of our reversal repository. +This is the core of our IO-Interactive Glacier Engine Reverse engineered repository. -Here placed 5 subdirectories: +The following subdirectories contain: - * ck - Core Kill, the core of injection and game core exploitation - * mp - Future base of multiplayer - * sdk - Game SDK (classes from the game, that have been reversed and can be used for future development) - * x86 - Some helpful classes for hooking & replacing any code for x86 CPU arch. \ No newline at end of file + * ck - Core Kill, the core of injection and game logic exploitation. + * mp - Future base for multiplayer development. + * sdk - Game SDK (classes from the game, that have been reversed and can be used for future development). + * x86 - Some helpful classes for hooking & replacing any code with x86 CPU arch.