WOWCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 9: Line 9:
  3 dataLength Integer Length of the next field. This field is always reclen-4 because there is no additional field after it.
  3 dataLength Integer Length of the next field. This field is always reclen-4 because there is no additional field after it.
  4 moduleData String Encrypted
  4 moduleData String Encrypted
[[Category:WDB]]

Latest revision as of 13:18, 20 May 2014

Warden data. Mostly encrypted.

  • Signature: WRDN

Structure

Column 	Field 			Type 		Notes 
1 	hashID			String	 	MD5 sum of the warden module. This field is 16 bytes, unlike regular wdb ids.
2 	entryLength		Integer 	Record length 
3 	dataLength		Integer 	Length of the next field. This field is always reclen-4 because there is no additional field after it.
4 	moduleData		String		Encrypted