Recent Posts
Extracting Cheat Engine XML from Trainer
Have fun
Dumping Assets from Crackers Installer
Usually they build the installer using Delphi, here are the tools: UPX (Ultimate Packer for eXecutables) The upx is to decompress the executable with command: upx -d setup.exe: Resource Hacker Some tools embedded in this place, 7z, FA (FreeArc), HW (HardwareCheck), as you can see it has MZ header on first byte. x32dbg (x64dbg) Debugger … Continue reading Dumping Assets from Crackers Installer
Compile PS2 Emulators
PCSX2 Emulator on Windows $ git clone https://github.com/PCSX2/pcsx2.git$ cd pcsx2$ git checkout <branch/tag> # optional$ git submodule update –init –recursive If you encounter an Access violation exception when running a Game by starting pcsx2 using debugger, you may skip the exception by unchecking Break when this exception type is thrown, as this is false positive … Continue reading Compile PS2 Emulators
Compile PSP Emulators
PPSSPP on Windows The dependency itself is self-contain defined, so other dependency manager tools don’t needed such vcpkg. In my system since I have vcpkg integrated with MSBuild, it implicityl linking wrong library version that make the build failed and hard to find the culprit. Please disable vcpkg on the exetuable project such as PPSSPPWindows. … Continue reading Compile PSP Emulators




