예제 #1
0
 def Pack(self, offset):
     """Special pack method to set the offset to the right place"""
     return Entry_blob.Pack(self, 0xffffffc0)
예제 #2
0
 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)