From 2435be1255bbd62094f7f1f96d7a370a8ffab94d Mon Sep 17 00:00:00 2001 From: ermaccer <40604575+ermaccer@users.noreply.github.com> Date: Tue, 9 May 2023 11:33:42 +0200 Subject: [PATCH] update table --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 3f7bb09..878efcb 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,6 @@ You need to find empty/unused space in memory and set that address as base addre ### Variables Every variable needs to be initialized, do not leave uninitialized variables. -### Strings -All strings must be static to be used. - -Do: -```cpp -static const char my_string[] = "Hello World"; -my_string_function(my_string); -``` -Don't: -```cpp -my_string_function("Hello World"); -``` ### Arrays, allocations Static arrays have been tested and will work, any memory allocations have not been tested yet and theres a high chance they will break games, do it @@ -72,3 +60,4 @@ A simple list of games that were tested and can (or not) have injected code - do | --- | --- | --- | | Mortal Kombat Deception | SLUS-20881 |✅ Works | | Mortal Kombat Armageddon | SLUS-21410 |✅ Works | +| Mortal Kombat Shaolin Monks | SLUS-21087 |✅ Works |