marți, 25 august 2009

Registry value types

Name

Type

Data

(Default)
BigEndian Value
Binary Value
DWORD Value
Expandable String Value
LittleEndian Value
Multi-String Value
None Value
String Value

REG_SZ
REG_DWORD_BIG_ENDIAN
REG_BINARY
REG_DWORD
REG_EXPAND_SZ
REG_DWORD
REG_MULTI_SZ
REG_NONE
REG_SZ

xunrage 
0xff000000
32
0x00000020
A text here
0x00000100
"Line One" "Line Two"
10 00 00
A text here

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\xunrage]
@="xunrage"
"BigEndian Value"=hex(5):ff,00,00,00
"Binary Value"=hex:32
"DWORD Value"=dword:00000020
"Expandable String Value"=hex(2):41,00,20,00,74,00,65,00,78,00,74,00,20,00,68,\
00,65,00,72,00,65,00,00,00
"LittleEndian Value"=dword:00000100
"Multi-String Value"=hex(7):4c,00,69,00,6e,00,65,00,20,00,4f,00,6e,00,65,00,00,\
00,4c,00,69,00,6e,00,65,00,20,00,54,00,77,00,6f,00,00,00,00,00
"None Value"=hex(0):10,00,00
"String Value"="A text here"

0 comentarii: