View Full Version : changing sfc.dll
I'm running windows 2000 Prof. SP4 and would like to disable file protection but can not find quoted in the fix values at the given offset in the sfc.dll. Changing the registry alone doesn't do it. Anyone knows the offset and the replacement hex values for sp4. Thank you, Eva
jdharm
10-14-2003, 03:12 PM
The actual offset you see in your editor depends on the editor itself. Editors will display the data differently from one to the next, and the editor I use even displays different offset values when the window size changes. If the offset 6211 is not found, find the offsets that come before and after 6211, keeping in mind the offset values are sequential and in hexadecimal. Of these two the code you are looking for will be on the line numbered before 6211. For example, in my editor there was no offset 6211, however there was a 6204 and 6215. So the code I was looking for was in the line 6204. In that line of code there should be the term " 8B C6" Change these characters to "90 90", that is "nine zero nine zero".
The Winguides article says that if you don't find the term " 8B C6" you should stop what you are doing. This implies me that it is possible that you may not be able to do this in some cases.
Josh
<a target="_blank" href=http://www.jdharm.net>www.jdharm.net</a>
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.