From a849e26ad397f0f143db29739d0db47cb9479292 Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:35:58 +0200 Subject: [PATCH] Update README with DLL analysis and observations Added commentary on the DLL decompilation process and its functionality. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c98d38..0538cd6 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ read through the string table of the unpacked dll, bro uses 100 libraries to fix his trash ass cheat, not only that but the strings used by the actual cheat look ai generated ash cuz this guy defo not a software developer. - this was decompiled in 12 hours, so pretty rushed, might have missed some unimportant functionality, but this is enough to show how the dll works. +- another notable thing is that this DLL tries to access functions that are completely omitted from prod, so either he had a stroke or was using AI to guesstimate the functions present lmao.