SciresM / hactool

hactool is a tool to view information about, decrypt, and extract common file formats for the Nintendo Switch, especially Nintendo Content Archives.
ISC License
982 stars 151 forks source link

PFS0 with --verify option doesn't seem to work #101

Closed Myster-Tee closed 3 years ago

Myster-Tee commented 3 years ago

Hi dear SciresM,

Is the option --verify supposed to work with PFS0 files ? I tried on several NSPs but (unlike with XCIs) the output never displays hash nor signature results.

Regards.

SciresM commented 3 years ago

No. "nsp" isn't really supported, pfs0 is mostly just for interacting with exefs dumped.

If you call hactool -t pfs0 on an exefs dump, it will print more information than usual.

Myster-Tee commented 3 years ago

Much thanks for the reply (and for all your impressive devs).