TROPHY.TRP

From PS3 Developer wiki
Revision as of 19:56, 12 August 2013 by Octopus (talk | contribs) (Created page with "Trophy installation data. * Version 1 Structure: <code> uint32_t magic; uint32_t version; // 1 uint64_t file_size; uint32_t files_count; uint32_t element_size; u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Trophy installation data.

  • Version 1 Structure:

 uint32_t magic;
 uint32_t version; // 1
 uint64_t file_size;
 uint32_t files_count;
 uint32_t element_size;
 uint32_t unknown;
 unsigned char padding[36];

  • Version 2 Structure:

 uint32_t magic;
 uint32_t version; // 2
 uint64_t file_size;
 uint32_t files_count;
 uint32_t element_size;
 uint32_t unknown;
 unsigned char sha1[20];
 unsigned char padding[16]