Ejemplo n.º 1
0
 def __init__(self, abi, source=None):
     from peachpy.formats.mscoff.section import StringTable
     self.abi = abi
     self.sections = list()
     self.symbols = list()
     self.string_table = StringTable()