DrFrugal
  • Joined on 2023-07-01
Ghidra Scripts written in Java. For now they simply take care of bulk edits.
Updated 2024-02-11 20:20:36 +01:00
Projects for WoW 3.3.5.12340. Project: Launcher/Hook Hooks the function FrameScript_RegisterFunction (0x00817F90) to log registered LUA functions to a CSV. Project: GhidraParser After importing those logged functions into Ghidra, I exported the decompiled version and parsed the source code to retrieve even more information about those functions.
Updated 2024-01-30 08:37:31 +01:00
A simple C++ project to detour the CVar__Register function (0x00767fc0) in order to document all available CVar in the WoW 3.3.5.12340 client. This was done using the MS Detours library and a 2-project setup: * one to launch Wow.exe with a DLL containing the hook functions * one which is the DLL containing the hook functions
Updated 2024-01-14 18:03:50 +01:00
Simple console app written in Rust to toggle the LAA flag in 32 bit Windows binaries. Without the LAA flag those apps are limited to 2GB memory only, instead of the 4GB they could allocate with it. One argument must be passed, which is the path to the EXE you want to modify. The simplest way is to just drag the app you want to modify onto this one.
Updated 2023-07-16 19:31:45 +02:00