John-K / pspdecrypt

Simple tool to decrypt PSP binaries
GNU General Public License v3.0
101 stars 21 forks source link

Fixed tag output text size #43

Closed Yoti closed 2 years ago

Yoti commented 2 years ago

Tag has four bytes size, so it must be printed as %08x and not %02x. Current implementation missing leading zeroes for some tags.