def party4Guid(self):
     return memReadUint64(self._hprocess,
                          constants.PartyStuff.party4Guid.value)
 def targetGuid(self):
     return memReadUint64(
         self._hprocess,
         self.descriptors() + constants.Descriptors.TargetGuid.value)
 def guid(self):
     return memReadUint64(self._hprocess, self._address + 0x30)