| View previous topic :: View next topic |
| Author |
Message |
shabutie95 How do I cheat?
Reputation: 0
Joined: 01 Jun 2016 Posts: 1
|
Posted: Wed Jun 01, 2016 10:57 am Post subject: Witcher 3 error "pattern:48 8B 05 ? ? ? ? 48 8D 4C 24? |
|
|
| Anyway work around for the "pattern:48 8B 05 ? ? ? ? 48 8D 4C 24? C6 44 24 found: 0 expected: 1" error in witcher 3? Any help would be appreciated. Trying to get it to work, not delete the sound.dll
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed Jun 01, 2016 11:12 am Post subject: |
|
|
| Quote: | | 48 8B 05 ? ? ? ? 48 8D 4C 24? C6 44 24 |
Not sure if the question mark above is supposed to be there, but if the correct signature isn't working, then try to change each byte, one-by-one, to a wildcard variable, starting with the end and then perform a new search after each modification.
For example, your first search may be:
| Quote: | | 48 8B 05 * * * * 48 8D 4C 24 C6 44 24 |
then...
| Quote: | | 48 8B 05 * * * * 48 8D 4C 24 C6 44 * |
then...
| Quote: | | 48 8B 05 * * * * 48 8D 4C 24 C6 * * |
Once results start to populate your list, depending on how many there are, will depend on how you should proceed.
Make sure the 'Writable' box is filled-in when performing searches.
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
| Back to top |
|
 |
|