zefie

QuickBMS Child of Eden SREQ X360/PS3 (music extract)

Oct 27th, 2020 (edited)
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. endian little
  2.  
  3. idstring "SREQ"
  4.  
  5. get FileCount LONG
  6. get BaseOffset LONG
  7. set AllFileLength 0
  8.  
  9. for x = 0 < FileCount
  10. GetDString Name 0xF0
  11. get Size LONG
  12. get DUMMY LONG
  13. math Offset = BaseOffset
  14. math Offset += AllFileLength
  15. math AllFileLength += Size
  16. log Name Offset Size
  17. next x
Add Comment
Please, Sign In to add comment