theopolis / uefi-firmware-parser

Parse BIOS/Intel ME/UEFI firmware related structures: Volumes, FileSystems, Files, etc
Other
780 stars 156 forks source link

Fix script when using python3 #83

Closed JRomainG closed 4 years ago

JRomainG commented 4 years ago

Possible fix for #69

It does not replace buffer with memoryview, which may result in the script being slower.

theopolis commented 4 years ago

Awesome, thank you so much!