danielplohmann / apiscout

This project aims at simplifying Windows API import recovery on arbitrary memory dumps
BSD 2-Clause "Simplified" License
241 stars 41 forks source link

Allow Python3 installation to grab the latest lief version #33

Closed cccs-rs closed 3 years ago

cccs-rs commented 3 years ago

Hello!

Ran into an issue when installing apiscout on Debian Buster with Python 3.9.

Removing the version cap for lief allowed me to install apiscout without issue.

cccs-rs commented 3 years ago

also worth noting, this does also give us the freedom to pick any lief version for compatibility with other libraries 😁

danielplohmann commented 3 years ago

Thanks a lot for the PR! I remember that we had pinned it because of issues with LIEF at the time, but since there are newer and better versions by now we no longer need to keep that version constraint.