==================================================================================== # # this file has been created for the Lame patcher program available for both *nix # and Windows platforms. # You need this program for continuing the patching of your files: # # http://aluigi.org/mytoolz.htm#lpatch # # Quick step-by-step for Windows: # - launch lpatch.exe # - select this sacrifice_pagefile.lpatch file # - read the message windows and click yes # - select the file to patch # - read the message windows to know if everything has been patched correctly TITLE Sacrifice "Insufficient pagefile space" patch 0.1a by Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org FILE Sacrifice.exe BYTES_ORIGINAL 81 ?? 00 00 08 00 ; add ecx, 00080000 81 ?? 00 00 F0 FF ; and ecx, FFF00000 81 ?? 00 00 00 ?? ; cmp ecx, 08000000 73 ?? ; jnb 0040A88B BYTES_PATCH ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? eb ?? ====================================================================================