Skip to content

Doesn't work with latest pefile: TypeError: dnPE.__parse__() takes 4 positional arguments but 5 were given #96

@smiRaphi

Description

@smiRaphi
t = dnfile.dnPE(i)
    ~~~~~~~~~~~^^^
  File "<path>\dnfile\__init__.py", line 64, in __init__
    super().__init__(name, data, fast_load)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "<path>\pefile.py", line 2966, in __init__
    self.__parse__(name, data, fast_load, max_offset)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: dnPE.__parse__() takes 4 positional arguments but 5 were given

I'm on commit e67d3ee of pefile and latest of dnfile

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions