Jump to content

Recommended Posts

Posted

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: 76C6F97C

original: 33C0

new: 9090

earlier 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?

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...