Ok so I found the pointer to what I think is the current target GUID. Its an 8byte value which is 0 when no target is selected and a 8 byte ID when a target is selected
Code:
#define TARGET_GUID 0x00C6E95C
Anyway when I read this value in and compare it against the GUID's in the linked list it doesn't return a match. Any help would be awesome.
He is an example of what each value generates.
Code:
linked list guid: 0x400000014FFBC3C5 - Target GUID: 0xC139F50C00000000
I am still really new to wow memory reading so any help would be awesome.