Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. FSeek(4);
  2. unsigned int md20_size;
  3.  
  4.  
  5. FSeek(8+md20_size);
  6. unsigned int chunk_hdr;
  7. unsigned int chunk_size;
  8. FSeek(FTell()+chunk_size);
  9. unsigned int chunk_hdr;
  10. unsigned int chunk_size;
  11. FSeek(FTell()+chunk_size);
  12. unsigned int chunk_hdr;
  13. unsigned int chunk_size;
  14. FSeek(FTell()+chunk_size);
  15. unsigned int chunk_hdr;
  16. unsigned int count;
  17. unsigned int txids[count/4];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement