Advertisement
SPLN

wii/mh3/rso/header

Jul 17th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.59 KB | None | 0 0
  1. RSO FILE HEADER:
  2.  - Size: 0x90 (144 bytes)
  3.  
  4. 0x00 (uint32)   : Always 0x00000000 ???
  5. 0x04 (uint32)   : Always 0x00000000 ???
  6. 0x08 (uint32)   : Number of sections
  7. 0x0C (uint32)   : Always 0x00000058 ???
  8. 0x10 (uint32)   : File's path Address
  9. 0x14 (uint32)   : len(File's path)
  10. 0x18 (uint32)   : Boolean ??? Always 0x01 ???
  11. 0x1C (uint32)   : Size ??? / Address ???
  12. 0x20 (uint8)    : Boolean ??? Always 0x01 ???
  13. 0x21 (uint8)    : Boolean ??? Always 0x01 ???
  14. 0x22 (uint8)    : Boolean ??? Not always 0x01 could be 0x00 as well.
  15. 0x23 (uint8)    : Boolean ??? Always 0x00 ???
  16. 0x24 (uint32)   : Address ??? Need to be recalculate ???
  17. 0x28 (uint32)   : Same remarks as previously
  18. 0x2C (uint32)   : Sometimes 0x00 but not every time... :v/
  19.  
  20. 0x30 (uint32)   : Address of something (register ???)
  21. 0x34 (uint32)   : Size of something (0x30)
  22. 0x38 (uint32)   : Address of something (register ???)
  23. 0x3C (uint32)   : Size of something (0x38)
  24. 0x40 (uint32)   : Address of something (register ???)
  25. 0x44 (uint32)   : Size of something (0x40)
  26. 0x48 (uint32)   : Imports address ???
  27. 0x4C (uint32)   : Block address ???
  28. 0x50 (uint32)   : Size of (0x4C)
  29. 0x54 (uint32)   : Exports address ???
  30. 0x58 (uint32)   : Always 0x00000000 ???
  31. 0x5C (uint32)   : Always 0x00000000 ???
  32.  
  33. 0x60 (uint32)   : 1st Block address
  34. 0x64 (uint32)   : 1st Block size
  35. 0x68 (uint32)   : 2nd Block address
  36. 0x6C (uint32)   : 2nd Block size
  37. 0x70 (uint32)   : 3rd Block address
  38. 0x74 (uint32)   : 3rd Block size
  39. 0x78 (uint32)   : 4th Block address
  40. 0x7C (uint32)   : 4th Block size
  41. 0x80 (uint32)   : 5th Block address
  42. 0x84 (uint32)   : 5th Block size
  43. 0x88 (uint32)   : 6th Block address
  44. 0x8C (uint32)   : 6th Block size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement