erocarrera / pefile

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

Update PE to allow with statements #340

Closed dinateper closed 2 years ago

dinateper commented 2 years ago

added enter and exit to PE to use with context managers

erocarrera commented 2 years ago

Thanks!