File tree Expand file tree Collapse file tree
plugin/CactbotEventSource Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99namespace Cactbot {
1010 public class FFXIVProcessKo : FFXIVProcess {
11- // Last updated for FFXIV 7.3
11+ // Last updated for FFXIV 7.4
1212 // Per aers/FFXIVClientStructs, what we call EntityMemory is actually:
1313 // Client::Game::Character::Character (0x22E0)
1414 // Client::Game::Object::GameObject (0x190)
@@ -115,8 +115,8 @@ public FFXIVProcessKo(ILogger logger) : base(logger) { }
115115
116116 // A piece of code that reads the job data.
117117 // The pointer of interest is the first ???????? in the signature.
118- private static String kJobDataSignature = "488B3D ????????33ED " ;
119- private static int kJobDataSignatureOffset = - 6 ;
118+ private static String kJobDataSignature = "488D0D ????????0F95C2E8????????488B8D " ;
119+ private static int kJobDataSignatureOffset = - 15 ;
120120 // The signature finds a pointer in the executable code which uses RIP addressing.
121121 private static bool kJobDataSignatureRIP = true ;
122122
You can’t perform that action at this time.
0 commit comments