WoW_335a_Unlock_Patch/README.md

32 lines
739 B
Markdown
Raw Permalink Normal View History

2019-08-16 17:31:55 +02:00
###### Patched Bytes (new):
returned 1 for function sub_5191C0, probably issecure call
###### Patched Bytes (old):
2017-11-22 18:49:16 +01:00
```
2017-11-22 18:46:42 +01:00
0054DA4A AcceptBattlefieldPort
00522EAD SetCurrentTitle
0051A7E8 UninviteUnit
005222F9 ReloadUI
0051FF4A FocusUnit, ClearFocus, ... ?
2017-11-22 19:37:27 +01:00
00527F89 InteractUnit
2017-11-22 19:24:51 +01:00
005191E7 CastSpellByName, CastSpellByID, Movement functions ... ?
0051ACA9 CancelLogout
AttackTarget (error is still printed)
TODO:
005252E0 TargetDirectionEnemy, TargetDirectionFriend
2019-08-16 17:29:57 +02:00
Function Locations:
issecurecall: sub_5191C0
SendChatMessage: sub_50D170
SetPartyAssignment+ClearPartyAssignment: sub_52DF40 (?)
SetPartyAssignment: sub_52E1B0
AcceptBattlefieldPort: sub_54DA10
2017-11-22 18:49:16 +01:00
```
##### Usage:
```
./difpatcher -i Wow.exe -p Wow.dif
```