WOWCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ''Encrypted Warden cache data.'')
 
No edit summary
Line 1: Line 1:
''Encrypted Warden cache data.''
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

Revision as of 06:23, 1 March 2010

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