def Pack(self, offset): """Special pack method to set the offset to the right place""" return Entry_blob.Pack(self, 0xffffffc0)
def Pack(self, offset): """Put this entry at the start of the image""" if self.offset is None: offset = self.section.GetStartOffset() return Entry_blob.Pack(self, offset)