PSPReverse / PSPTool

Display, extract, and manipulate PSP firmware inside UEFI images
GNU General Public License v3.0
612 stars 62 forks source link

Make sure there's a signed_entry property for this entry #43

Closed 0ff closed 2 years ago

0ff commented 2 years ago

Some image entries don't have the signed_entry property which would cause psptool to fail. This PR makes sure that the entry has that property before checking it.

cwerling commented 2 years ago

Thanks!