Home | History | Annotate | Download | only in Common

Lines Matching refs:PeFile

1876     def __init__(self, PeFile):

1877 self.FileName = PeFile
1885 PeObject = open(PeFile, 'rb')