Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
self.offset = unpack("
self.lazy_binding_info_size, self.export_info_offset, self.export_info_size
))
def get_complete(self):
pass
class LoadSection:
def __init__(self, data):
self.FR = FileReader(data)
self.section_name = self.FR.read(0x10).decode("utf-8")
self.segment_name = self.FR.read(0x10).decode("utf-8")
class LoadSection32(LoadSection):
# size 0x44
def __init__(self, data):
super().__init__(data)
self.address = unpack("