Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #1

    [UnAnswered] PS3 Self Read Problem help?

    I'm trying to get the filesize of the self by reading the header. With files under 1 mb that works fine, but for some reason files above 1 mb don't give me the proper file size.



    HeaderSize (RED) = 0x0580 = 1408
    EncryptedSize (BLUE) = 0x017078 = 94328

    Total FileSize = HeaderSize + EncryptedSize = 95736



    As you can see this is correct but when i do the same with a file over 1 mb I get this.



    HeaderSize (RED) = 0x0500 = 1280
    EncrtpyedSize (BLUE) - 0x359398 = 3511192

    Total FileSize = HeaderSize + EncryptedSize = 3512472



    And that's not right, does anyone know what I'm doing wrong?

    Attached Images