How to find the patch offset yourself for current and
hopefully future version of SFC.DLL or SFC_OS.DLL:
Search for the hex byte sequence: '83 F8 9D 75 07 8B C6' and replace the '8B C6'
with '90 90'. If more than one occurance of this sequence is found, do not patch
unless you know what you are doing. Email me at
jeremy@bitsum.com for more aid. Please do
not email me with instructions on how to actually apply the patches listed here.
They are intentionally kept technical to prevent layman modification of windows
system files.
Windows2000 SP2:
file:
SFC.DLL
virtual offset: 76986C11
physical offset: 6211
original: 8BC6
new:
9090
Windows 2000 SP4:
file:
SFC.DLL
virtual offset: 76986CDB
physical offset: 62DB
original: 8BC6
new:
9090
WindowsXP:
file:
SFC_OS.DLL
virtual offset: 76C6EEB8
physical offset: 0E2B8
original: 8BC6
new:
9090
WindowsXP SP1:
file: SFC_OS.DLL
virtual offset: 76C6EFBB
physical offset: 0E3BB
original: 8BC6
new: 9090