From 67b34a2c4c7efcda85b1ab33aa552fced5449e5b Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:10:58 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a3c749e..a1aefa78c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ This repository contains a cheat menu for the game AltF4, designed to be compile - **Compilable with Visual Studio 2022** - **Hooking using Minhook** - **GUI using ImGui** -- **SDK dumping with Dumper-7** +- **SDK and Offset dumping with Dumper-7** ## Used Resources - **Minhook**: A hooking library for x86/x64 binaries. More information [here](https://github.com/TsudaKageyu/minhook) - **ImGui**: A bloat-free graphical user interface library for C++. More information [here](https://github.com/ocornut/imgui) +- **Dumper-7** SDK Generator for all Unreal Engine games. More Information [here](https://github.com/Encryqed/Dumper-7) ## Requirements