PSPReverse / PSPTool

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

Fix pem issue #65

Closed asorini closed 3 days ago

asorini commented 2 weeks ago

Master branch "psptool -Xunk" throws errors during CAP file analysis due to the -k flag.

The changes in this pull request add back in the "get_pem_encoded" function so the "-k" flag doesn't cause errors. I tested this updated code against the PRIME-A320M-A-ASUS-4801.CAP file and received the expected output (as shown in current README).