TROPHY.TRP: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(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...")
 
mNo edit summary
Line 1: Line 1:
[[Category:Software]]
Trophy installation data.
Trophy installation data.



Revision as of 19:37, 2 October 2013

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]