RyanVM Posted May 10, 2004 Posted May 10, 2004 I've been attempting to hack sfc_os.dll lately and have been having a hard time finding out what to change. I want to do it to the version from the latest beta release, build 2120 (post-RC1). According to this thread, the value needing to be changed has changed.Binary patch for SFC_OS.DLL (5.1.2600.2096):virtual offset: 76C6F97Coriginal: 33C0new: 9090earlier versions of this file had original sequence 8BC6 (mov eax, esi), but this version uses 33C0 (xor eax, eax) for clearing eax register. Unfortunately, build 2120 doesn't have this value at that offset and there's eleventy billion instances of 33C0 in the file. How does one go about knowing which one is the correct one to change?
Denney Posted June 28, 2004 Posted June 28, 2004 I don't know if you saw my threads on SP2 RC2:http://www.msfn.org/board/index.php?showtopic=21085http://www.msfn.org/board/index.php?showtopic=21345They both contain the hacked files and the 2nd one contains the actual hack.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now