FiroDJ

Recent Posts

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

More Posts