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

Simplify data by using bytes #426

Open j-t-1 opened 2 months ago

j-t-1 commented 2 months ago

Create the data in bytes, avoiding an encoding (and nesting) from string to bytes. Also remove UTF-8 coding comment, as this is the default.