erocarrera / pefile

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

Replace list comprehension with set comprehension #415

Open j-t-1 opened 3 weeks ago

j-t-1 commented 3 weeks ago

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