Advertisement
Guest User

mrwulff34

a guest
Dec 4th, 2008
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. At first i thought the loop started at dlcXXXXXX- but it turns out it
  2. starts before then- so i just worked backwards. ill update it if anybody
  3. actually cares. :)
  4.  
  5. -56- -53 = 00 01 0A 00
  6. -52- -49 = we shall call this identifier 1
  7. -48- -45 =location of magic 3
  8. -44 -41 =location of eof
  9.  
  10. -44--37 =00 00 01 00 magic 3
  11. -36--33 =location of magic 2
  12. -32--29 =00 01 0D 00
  13. -28--25 =21 90 20 65
  14.  
  15. -24-21 =same as identifier 1
  16.  
  17. -20-17 =location of magic 1
  18. -16-9 = magic 1
  19. -8--5 =Address of dlcxxxxxxx
  20. -4--1 =Address of starting after 8 bytes of dlcxxxxx
  21. 0-7 = DLCXXXXX
  22. 8-11 = 00 01 1C 00
  23. 12-15 = D4 C9 87 94 *always*
  24. 16-20 = song name!!!!!?
  25. 21- 24 = location of magic 4
  26. 24- 27 = 00 01 1c 00 (magic4)
  27. 28- 31 = FE A6 69 78
  28. 31-35 = ARTIST!!!!
  29. 36- 39 = location of magic 5
  30. 40- 43 = 00 01 1c 00 (magic 5)
  31. 44- 47 = 44 7d 8c c8
  32. 48- 51 = YEAR!!!!
  33. 52- 55 = location of magic 6 2F C0
  34. 56-59 = 00 01 1a 00 (magic 6)
  35. 60-63 = 78 CA DE A7
  36. 64-67 = A1 CF 21 92 *static*
  37. 68-71 = location of magic 7
  38. 72-75 = 00 01 01 00 (magic 7)
  39. 76-79 = AD DA 4A A8
  40. 80-83 = 00 00 00 01
  41.  
  42. 84-88 = location of magic 8
  43. 89-93 = 0 01 01 00 magic 8
  44. 94-97 = E7 D1 AD AC
  45. 98-101 = 00 00 00 01
  46. 102-105 = location of magic 9
  47. 106-109 = 00 01 0D 00
  48. 110-113 = 67 49 E6 68
  49. 114-117 = dlc40= AA 72 1F 56
  50. dlc13= 80 6F FF 30
  51. *****what is this********
  52. 118-125 = location of magic 10
  53. 126-129 = 00 01 0D 00
  54. 130-137 = 7C AF CC 07 C8 B6 44 5D *static*
  55. 138-145 = location of magic 11
  56. 146-149 = 00 01 03 00
  57. 150-153 = F4 0A 5D 06
  58. 154-157 = location of magic 12
  59. 158-161 = location of magic 13
  60. 158-173 = STICKS?!?!
  61. 174-177 = 00 01 03 00
  62. 178-181 = BB 7D 3E A5
  63. 182-185 = location of magic 14
  64. 186-189 = location of magic 15
  65. 190-201 = CLASSIC ROCK MAN!
  66. 202-205 = 00 01 01 00
  67. 206-209 = dlc40=46 50 74 38
  68. dlc13=47 87 34 DC
  69. (((*****or this******)))))
  70. 210-217 = dlc40=00 x 8
  71. dlc13=00 x 4
  72.  
  73.  
  74.  
  75.  
  76. header:
  77. this is the wierd part of the file im still working on. basically it lists the
  78. identifier 5 different times for each instrument. I have no idea why
  79.  
  80. bytes
  81.  
  82. 0xDF 4 =address where download_guitar starts
  83. 0xE3 4 =address where download_guitar ends
  84. 0x124 4 = e2 83 84 41 (DOWNLOADed SONGS)
  85.  
  86. 0x138 4 = address of end of identifier
  87. 0x144 4 = address where identifying starts
  88. 0x148 4 = start identifying identifier 1 x number of dlc
  89.  
  90. then this loops exactly (minus the addresses) the same for download_bass-download_vocals-download_band- and another unidentified time
  91.  
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement