I have a issue reading unit's name. This is what my dump looks like.
I've tried these two combinations:
orCode:core.WoWPID.ReadString(new IntPtr(core.WoWPID.ReadUInt(new IntPtr(core.WoWPID.ReadUInt(new IntPtr(baseAddress + 0x1f4)) + 0x078)))); core.WoWPID.ReadString(new IntPtr(core.WoWPID.ReadUInt(new IntPtr(baseAddress + 0x1f4)) + 0x078));
Code:(string)[ (int)[ (int)[ baseAddress + 0x1F4 ] + 0x078 ]] (string)[ (int)[ baseAddress + 0x1F4 ] + 0x078]