erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.88k stars 522 forks source link

Replace list comprehension with set comprehension #415

Closed j-t-1 closed 2 months ago

j-t-1 commented 4 months ago

Amends function is_driver to take intersection between two sets, rather than a set and a list.