From bcfcac2b6b469e8368789d23f808260f1dd28e2e Mon Sep 17 00:00:00 2001 From: Jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Wed, 15 May 2024 14:59:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3ffe2c..c443b1c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@

Hello! as I no longer have time for reverse engineering, I have decided to share some useful examples regarding the usage of Il2cppInspector C++ scaffold. In this guide, I will provide examples of how to interact with defined Il2cpp API functions.

IL2CppInspector built with v29 support [DOWNLOAD](https://github.com/ElCapor/Il2CppInspector/releases/tag/2021.2). +
+Il2CppInspectorRedux 2023.1 [DOWNLOAD](https://github.com/LukeFZ/Il2CppInspectorRedux). + + > INFO: I have created my own helper class, which you can access from the "lib" folder. I will prepare the examples based on the functions I have created.