Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full support for icv.db pfs decryption #47

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion psvpfsparser/FilesDbParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct sce_ng_pfs_header_t
std::uint64_t tailSize; // size of data after this header
std::uint64_t total_sz; // is 0
std::uint8_t root_icv[0x14]; // 0x38 hmac-sha1 of (pageSize - 4) of page (pointed by root_icv_page_number) with secret derived from klicensee
std::uint8_t header_icv[0x14]; // 0x4C hmac-sha1 of 0x16 bytes of header with secret derived from klicensee
std::uint8_t header_icv[0x14]; // 0x4C hmac-sha1 of 0x160 bytes of header with secret derived from klicensee
std::uint8_t rsa_sig0[0x100];
std::uint8_t rsa_sig1[0x100];
std::uint8_t padding[0x1A0];
Expand Down
304 changes: 0 additions & 304 deletions psvpfsparser/MerkleTree.hpp

This file was deleted.

Loading